From: Guy Harris Date: Fri, 25 Mar 2011 19:43:24 +0000 (-0700) Subject: Point people at the tcpdump.org site link-layer header types page. X-Git-Tag: libpcap-1.2.1~69 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/8b3ca3ff5958802f53d17b96d521918ef6e5fddc Point people at the tcpdump.org site link-layer header types page. --- diff --git a/pcap/bpf.h b/pcap/bpf.h index 131e3528..7f4e7ca9 100644 --- a/pcap/bpf.h +++ b/pcap/bpf.h @@ -110,7 +110,7 @@ struct bpf_program { }; /* - * Data-link level type codes. + * Link-layer header type codes. * * Do *NOT* add new values to this list without asking * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run @@ -119,6 +119,12 @@ struct bpf_program { * being able to handle captures with your new DLT_ value, with no hope * that they will ever be changed to do so (as that would destroy their * ability to read captures using that value for that other purpose). + * + * See + * + * http://www.tcpdump.org/linktypes.html + * + * for detailed descriptions of some of these link-layer header types. */ /*