aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-08 04:18:20 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-08 04:18:20 +0000
commit3734d4e2b374b5376d7f00a2f9b6fa1b65fd5c9a (patch)
treebe0f1659c8d73bbcbebd731c374d90e352d6e464
parent81865326d0d2f3aae481b9056f889bd3c3a43023 (diff)
Point to the tcpdump.org link-layer header types page.
svn path=/trunk/; revision=51203
-rw-r--r--wiretap/pcap-common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index 431de2ecfc..7b3879dc6c 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -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