Make the comment for DLT_NULL slightly more accurate.

PR:		62272
Submitted by:	Radim Kolar <hsn@netmag.cz>
MFC after:	1 week
This commit is contained in:
dwmalone 2004-05-30 17:03:48 +00:00
parent 597e634e11
commit 43ffabb3fb

View File

@ -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 */