pcap_next -> pcap_loop
[my-code/hdw-sniff.git] / hdw-sniff.h
index 40a8c17..d7a3e89 100644 (file)
@@ -1 +1,5 @@
-/* empty */
+/* the pcap_process callback function */
+void pcap_process(u_char *count,const struct pcap_pkthdr *pcap_header,
+                       const u_char *package);
+
+