diff options
Diffstat (limited to 'pcap-common.h')
-rw-r--r-- | pcap-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcap-common.h b/pcap-common.h index 8795a829..a779afe9 100644 --- a/pcap-common.h +++ b/pcap-common.h @@ -50,4 +50,7 @@ extern int linktype_to_dlt(int linktype); extern void swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data); +extern void fixup_pcap_pkthdr(int linktype, struct pcap_pkthdr *hdr, + u_char *data); + extern u_int max_snaplen_for_dlt(int dlt); |