aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text2pcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 85044ec431..c8fe7a03f8 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -437,8 +437,8 @@ struct pcaprec_hdr {
guint32 orig_len; /* actual length of packet */
};
-/* Link-layer type; see net/bpf.h for details */
-static guint32 pcap_link_type = 1; /* Default is DLT-EN10MB */
+/* Link-layer type; see http://www.tcpdump.org/linktypes.html for details */
+static guint32 pcap_link_type = 1; /* Default is LINKTYPE_ETHERNET */
/*----------------------------------------------------------------------
* Parse a single hex number