summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/pcap-int.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2003-01-26 01:16:33 +0000
committerfenner <fenner@FreeBSD.org>2003-01-26 01:16:33 +0000
commit34111fdf72727e35d5c81dc576ce3f5a87c9ef84 (patch)
tree48f10250dfd696b7848cb83c2db083a4d66ddcef /contrib/libpcap/pcap-int.h
parent1e8ea467791f99f6068888787c27fd8b6b923d2c (diff)
downloadFreeBSD-src-34111fdf72727e35d5c81dc576ce3f5a87c9ef84.zip
FreeBSD-src-34111fdf72727e35d5c81dc576ce3f5a87c9ef84.tar.gz
Commit tcpdump.org's multi-DLT support to vendor branch.
Diffstat (limited to 'contrib/libpcap/pcap-int.h')
-rw-r--r--contrib/libpcap/pcap-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libpcap/pcap-int.h b/contrib/libpcap/pcap-int.h
index 82f7bef..0f7c323 100644
--- a/contrib/libpcap/pcap-int.h
+++ b/contrib/libpcap/pcap-int.h
@@ -104,6 +104,8 @@ struct pcap {
struct bpf_program fcode;
char errbuf[PCAP_ERRBUF_SIZE];
+ int dlt_count;
+ int *dlt_list;
};
/*
OpenPOWER on IntegriCloud