diff options
Diffstat (limited to 'pcap-util.h')
-rw-r--r-- | pcap-util.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pcap-util.h b/pcap-util.h index de958191cbef..5b40e45b962d 100644 --- a/pcap-util.h +++ b/pcap-util.h @@ -47,9 +47,5 @@ ((u_short)(((((u_int)(y))&0xff)<<8) | \ ((((u_int)(y))&0xff00)>>8))) -extern void pcap_post_process(int linktype, int swapped, +extern void pcapint_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, u_char *data); - -extern void fixup_pcap_pkthdr(int linktype, struct pcap_pkthdr *hdr, - const u_char *data); - |