first cut at UDP server mode

This commit is contained in:
Michael Rash
2014-09-28 11:49:04 -04:00
parent c07afac883
commit 1fd0e7e960
11 changed files with 451 additions and 7 deletions

View File

@@ -46,6 +46,8 @@
/* Prototypes
*/
#if HAVE_LIBPCAP
void process_packet(unsigned char *args, const struct pcap_pkthdr *packet_header, const unsigned char *packet);
#endif
#endif /* PROCESS_PACKET_H */