aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-20 11:06:20 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-20 11:06:20 +0000
commit43976549ea91a71cd309a585259813b44d9cf492 (patch)
tree3d9e1b4a54d1cf6d3fcccadb15147db0d05e9f08 /epan/dissectors/packet-linx.c
parentf681477e333b37a368db10a9960401d46e3a6e37 (diff)
From Dejan Bucar (bug 3345):
Added official LINX Ethernet type. svn path=/trunk/; revision=27804
Diffstat (limited to 'epan/dissectors/packet-linx.c')
-rw-r--r--epan/dissectors/packet-linx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-linx.c b/epan/dissectors/packet-linx.c
index a65136f3ba..f1af5d7888 100644
--- a/epan/dissectors/packet-linx.c
+++ b/epan/dissectors/packet-linx.c
@@ -43,11 +43,6 @@
#include <epan/packet.h>
#include <epan/etypes.h>
-#ifndef ETHERTYPE_LINX
-/* Ethertype 0x9999 is not reserved at IEEE */
-#define ETHERTYPE_LINX 0x9999
-#endif
-
/* forward reference */
static void dissect_linx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);