summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-05-30 17:03:48 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-05-30 17:03:48 +0000
commit43ffabb3fbcc6e5567189867e5719e067dfbc651 (patch)
treec24cb92156f0d0bacec90581076d02c88b5cfa65 /sys/net/bpf.h
parent597e634e110130af679ed8678faaae4eb8876f4f (diff)
downloadFreeBSD-src-43ffabb3fbcc6e5567189867e5719e067dfbc651.zip
FreeBSD-src-43ffabb3fbcc6e5567189867e5719e067dfbc651.tar.gz
Make the comment for DLT_NULL slightly more accurate.
PR: 62272 Submitted by: Radim Kolar <hsn@netmag.cz> MFC after: 1 week
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index c3959c7..f758412 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -137,7 +137,7 @@ struct bpf_hdr {
/*
* Data-link level type codes.
*/
-#define DLT_NULL 0 /* no link-layer encapsulation */
+#define DLT_NULL 0 /* BSD loopback encapsulation */
#define DLT_EN10MB 1 /* Ethernet (10Mb) */
#define DLT_EN3MB 2 /* Experimental Ethernet (3Mb) */
#define DLT_AX25 3 /* Amateur Radio AX.25 */
OpenPOWER on IntegriCloud