Point to the tcpdump.org link-layer header types page.

svn path=/trunk/; revision=51203
This commit is contained in:
Guy Harris 2013-08-08 04:18:20 +00:00
parent 81865326d0
commit 3734d4e2b3
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
* they introduced a separate namespace of LINKTYPE_ values for the
* values to be used in capture files, and have libpcap map between
* those values in capture file headers and the DLT_ values that the
* pcap_datalink() and pcap_open_dead() APIs use.
* pcap_datalink() and pcap_open_dead() APIs use. See
* http://www.tcpdump.org/linktypes.html for a list of LINKTYPE_ values.
*
* In most cases, the corresponding LINKTYPE_ and DLT_ values are the
* same. In the cases where the same link-layer header type was given