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 */
|