aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-12 19:49:08 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-12 19:49:08 +0000
commit0aef15283aff088b0129d08ad217635a1e046532 (patch)
treec4f95208037708853c45d80ec1656f3b06d64779 /wiretap
parentc976800b494fda676307581cf345beebedc3c99e (diff)
Note that 164 is reserved for Juniper chassis-internal meta-information
(DLT_JUNIPER_MONITOR/LINKTYPE_JUNIPER_MONITOR). Fix a typo. svn path=/trunk/; revision=10046
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/libpcap.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index f72cfd86f8..6ae786addf 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,6 +1,6 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.113 2004/02/11 20:47:00 guy Exp $
+ * $Id: libpcap.c,v 1.114 2004/02/12 19:49:08 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -275,7 +275,7 @@ static const struct {
{ 129, WTAP_ENCAP_ARCNET_LINUX },
/*
- * Values 130 thorugh 137 are reserved for use in Juniper
+ * Values 130 through 137 are reserved for use in Juniper
* hardware.
*
* 138 is reserved for Apple IP-over-IEEE 1394.
@@ -307,6 +307,11 @@ static const struct {
{ 163, WTAP_ENCAP_IEEE_802_11_WLAN_AVS }, /* 802.11 plus AVS WLAN header */
/*
+ * 164 is reserved for Juniper-private chassis-internal
+ * meta-information such as QoS profiles, etc..
+ */
+
+ /*
* To repeat:
*
* If you need a new encapsulation type for libpcap files, do