]> The Tcpdump Group git mirrors - libpcap/commitdiff
Point people at the tcpdump.org site link-layer header types page.
authorGuy Harris <[email protected]>
Fri, 25 Mar 2011 19:43:24 +0000 (12:43 -0700)
committerGuy Harris <[email protected]>
Fri, 25 Mar 2011 19:43:24 +0000 (12:43 -0700)
pcap/bpf.h

index 131e352858afab9dad7d7a22ee487b92e346efbe..7f4e7ca9f47da7ccf4add1395b19c21d3bfe0925 100644 (file)
@@ -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
  * "[email protected]" 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.
  */
 
 /*