- added patches fix build with gcc15 + packit-gcc15.patch OBS-URL: https://build.opensuse.org/request/show/1252434 OBS-URL: https://build.opensuse.org/package/show/network:utilities/packit?expand=0&rev=12
16 lines
483 B
Diff
16 lines
483 B
Diff
Index: packit-1.8.1/src/injection.h
|
|
===================================================================
|
|
--- packit-1.8.1.orig/src/injection.h
|
|
+++ packit-1.8.1/src/injection.h
|
|
@@ -38,8 +38,8 @@
|
|
|
|
void injection_init();
|
|
u_int16_t inject_packet();
|
|
-u_int16_t with_response();
|
|
-u_int16_t without_response();
|
|
+u_int16_t with_response(u_int32_t g_port_range);
|
|
+u_int16_t without_response(u_int32_t g_port_range);
|
|
int setnonblock(pcap_t *, int, char *);
|
|
|
|
#endif /* __INJECTION_H */
|