diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
commit | 025be3f592b920ff0a3e602e5aa8b60a34e5e617 (patch) | |
tree | 4f33277584e4a38c8bad5c2788584a00cf830ea4 /pcap-util.h | |
parent | 6b96668d5b49eea57b7551349eca70928cc199ce (diff) |
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); - |