aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorguy <guy>2005-05-27 23:32:20 +0000
committerguy <guy>2005-05-27 23:32:20 +0000
commit4d9af0710d438823ba79320ae15cff62f4f917ca (patch)
treedae82dd3f0c00261c5f37d29566904c1320fc7db /pcap-bpf.h
parente5038641432540bf4d0dc37ac334f5ea30ea059c (diff)
RFC 1483 handles more than just IP and more than just SNAP.
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index 91c14b4b..3e830838 100644
--- a/pcap-bpf.h
+++ b/pcap-bpf.h
@@ -37,7 +37,7 @@
*
* @(#)bpf.h 7.1 (Berkeley) 5/7/91
*
- * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.37 2005-05-01 19:46:27 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.38 2005-05-27 23:32:20 guy Exp $ (LBL)
*/
/*
@@ -147,7 +147,7 @@ struct bpf_version {
* XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
* but I don't know what the right #define is for BSD/OS.
*/
-#define DLT_ATM_RFC1483 11 /* LLC/SNAP encapsulated atm */
+#define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */
#ifdef __OpenBSD__
#define DLT_RAW 14 /* raw IP */