summaryrefslogtreecommitdiff
path: root/pcap-common.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-01-06 18:58:31 +0000
committerXin LI <delphij@FreeBSD.org>2015-01-06 18:58:31 +0000
commit50224b10fa4e157f09ee1cd03c790c9e61e76c5e (patch)
tree2a457967e5c853893b53d8dc147937913dcbd8fc /pcap-common.h
parent59ed76438047aa730b3a617abd873b84457fc4fd (diff)
downloadsrc-test2-50224b10fa4e157f09ee1cd03c790c9e61e76c5e.tar.gz
src-test2-50224b10fa4e157f09ee1cd03c790c9e61e76c5e.zip
Notes
Diffstat (limited to 'pcap-common.h')
-rw-r--r--pcap-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-common.h b/pcap-common.h
index 0c80ba326758..6ac5bcd264f9 100644
--- a/pcap-common.h
+++ b/pcap-common.h
@@ -21,5 +21,5 @@ extern int dlt_to_linktype(int dlt);
extern int linktype_to_dlt(int linktype);
-extern void swap_linux_usb_header(const struct pcap_pkthdr *hdr, u_char *buf,
- int header_len_64_bytes);
+extern void swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr,
+ u_char *data);