aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-04-27 06:34:31 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-04-27 06:34:31 +0000
commit1eed0eae40982f49050757823d829fbbf4292865 (patch)
treef065a02cfe465535bed78fad4a48c5b5b79741d8 /epan/etypes.h
parent235596a3c8856c869abbe9a43bcee5600c8a38b4 (diff)
From Bingyao Du:
Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address <dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. svn path=/trunk/; revision=21599
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 58fe7ae88c..ce7358b8b8 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -170,6 +170,10 @@
#define ETHERTYPE_VLAN 0x8100 /* 802.1Q Virtual LAN */
#endif
+#ifndef ETHERTYPE_NSRP
+#define ETHERTYPE_NSRP 0x8133
+#endif
+
#ifndef ETHERTYPE_IPX
#define ETHERTYPE_IPX 0x8137
#endif