aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-07 06:04:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-07 06:04:22 +0000
commit9cf3a7d97db8893f7e2cde5e5bda342ce71c9ad9 (patch)
treea16ffb6906da1939727f31926c7ff6892b079bd9 /packet-ethertype.c
parent55aab5b071e163d09d8bd833212805a28a3ea6c4 (diff)
From Jouni Malinen: add support for the 802.11i/RSN pre-authentication
Ethertype. svn path=/trunk/; revision=10558
Diffstat (limited to 'packet-ethertype.c')
-rw-r--r--packet-ethertype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c
index bfef8e5d25..83bf5bfbc8 100644
--- a/packet-ethertype.c
+++ b/packet-ethertype.c
@@ -1,7 +1,7 @@
/* ethertype.c
* Routines for calling the right protocol for the ethertype.
*
- * $Id: packet-ethertype.c,v 1.45 2004/02/21 05:12:44 guy Exp $
+ * $Id: packet-ethertype.c,v 1.46 2004/04/07 06:04:22 guy Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -69,6 +69,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_MS_NLB_HEARTBEAT, "MS NLB heartbeat" },
{ETHERTYPE_VLAN, "802.1Q Virtual LAN" },
{ETHERTYPE_EAPOL, "802.1X Authentication" },
+ {ETHERTYPE_RSN_PREAUTH, "802.11i Pre-Authentication" },
{ETHERTYPE_MPLS, "MPLS label switched packet" },
{ETHERTYPE_MPLS_MULTI, "MPLS multicast label switched packet" },
{ETHERTYPE_3C_NBP_DGRAM, "3Com NBP Datagram" },