aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-08-02 23:55:42 +0000
committerGuy Harris <guy@alum.mit.edu>2012-08-02 23:55:42 +0000
commit931a1077ea1a5fcf8d5efb419b8f3ec70593c11f (patch)
tree21f484b0c169926d23827ea21dd6c9d9d8cebed7 /epan/etypes.h
parent1b876c36f19c3910da8773e6bfbac1a001bc1546 (diff)
From Richard Stearn: add support for BPQ (AX.25 on Ethernet).
svn path=/trunk/; revision=44232
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 9b97f4f611..c208265165 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -84,6 +84,10 @@
#define ETHERTYPE_WMX_M2M 0x08F0
#endif
+#ifndef ETHERTYPE_BPQ
+#define ETHERTYPE_BPQ 0x08ff /* AX.25 over ethernet (not officially registered) */
+#endif
+
#ifndef ETHERTYPE_VINES_IP
#define ETHERTYPE_VINES_IP 0x0BAD
#endif