aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-09-12 12:58:16 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-09-12 12:58:16 +0000
commit593efe3509b56eca787c18c799b80aa61448d6e9 (patch)
tree19e4b97b6eaee61f85810d317bcdc14b9436a71f /epan/etypes.h
parent4919409df7c5698ecee34e68611383d2203e125e (diff)
Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
svn path=/trunk/; revision=19211
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 68fe9a7bef..cdb533f959 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -180,6 +180,10 @@
#define ETHERTYPE_WCP 0x80ff /* Wellfleet Compression Protocol */
#endif
+#ifndef ETHERTYPE_STP
+#define ETHERTYPE_STP 0x8181 /* STP, HIPPI-ST */
+#endif
+
#ifndef ETHERTYPE_ISMP
#define ETHERTYPE_ISMP 0x81fd /* Cabletron Interswitch Message Protocol */
#endif