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:
David Malone 2004-05-30 17:03:48 +00:00
parent b0286e3d31
commit bde800e688
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129874

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