aboutsummaryrefslogtreecommitdiff
path: root/pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkt.h')
-rw-r--r--pkt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkt.h b/pkt.h
index 22cd289..c3731cb 100644
--- a/pkt.h
+++ b/pkt.h
@@ -80,4 +80,7 @@ typedef struct {
char data[0];
} __attribute__ ((packed)) icmp_echo_packet_t;
+
+void handle_packet(char *buf, unsigned bytes, int is_pcap, struct sockaddr_in *addr, int icmp_sock);
+
#endif