aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-03-02 15:50:55 +0000
committerGerald Combs <gerald@wireshark.org>2003-03-02 15:50:55 +0000
commit6d3aa0ef575746a4534f1b5123f37cfea4f820e5 (patch)
tree3731dc37cc350fd51a32ffbbe4f0110ee6e71d1d /packet-ethertype.c
parent3aa593f0d542a773e036806861c8618bc0195ae4 (diff)
Even though we don't yet dissect Intel ANS (NIC teaming) or Microsoft
Network Load Balancing probes, we can at least recognize them as such. svn path=/trunk/; revision=7247
Diffstat (limited to 'packet-ethertype.c')
-rw-r--r--packet-ethertype.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c
index 849ee33161..426d93e9f7 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.33 2002/10/22 22:04:21 jmayer Exp $
+ * $Id: packet-ethertype.c,v 1.34 2003/03/02 15:50:55 gerald Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -59,6 +59,8 @@ const value_string etype_vals[] = {
{ETHERTYPE_WCP, "Wellfleet Compression Protocol" },
{ETHERTYPE_PPPOED, "PPPoE Discovery" },
{ETHERTYPE_PPPOES, "PPPoE Session" },
+ {ETHERTYPE_INTEL_ANS, "Intel ANS probe" },
+ {ETHERTYPE_MS_NLB_HEARTBEAT, "MS NLB heartbeat" },
{ETHERTYPE_VLAN, "802.1Q Virtual LAN" },
{ETHERTYPE_EAPOL, "802.1X Authentication" },
{ETHERTYPE_MPLS, "MPLS label switched packet" },