aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-09 21:42:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-09 21:42:39 +0000
commit31775b7c59029770e253dbdb12d3913ce5a23e36 (patch)
tree30259e4f159f3b4dfe77b0e19e39f08eb16ae87a /epan/sminmpec.h
parentf739a5e762ece87a77cfe9a0b7ff3fd7aa6c273c (diff)
From Deepak Jain: L2TP v3 (draft 15) support.
Add VENDOR_IETF to <epan/sminmpec.h>, and add an entry for it to sminmpec_values[], so that the L2TP dissector can use them rather than defining its own copy of the private enterprise number values and table - and make it do so. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12999 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/sminmpec.h')
-rw-r--r--epan/sminmpec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/sminmpec.h b/epan/sminmpec.h
index 9228d4641c..46c8665a79 100644
--- a/epan/sminmpec.h
+++ b/epan/sminmpec.h
@@ -33,6 +33,7 @@
*
* for a list.
*/
+#define VENDOR_IETF 0 /* reserved - used by the IETF in L2TP? */
#define VENDOR_ACC 5
#define VENDOR_CISCO 9
#define VENDOR_HEWLETT_PACKARD 11
@@ -40,7 +41,7 @@
#define VENDOR_MERIT 61
#define VENDOR_SHIVA 166
#define VENDOR_ERICSSON 193
-#define VENDOR_CISCO_VPN5000 255
+#define VENDOR_CISCO_VPN5000 255
#define VENDOR_LIVINGSTON 307
#define VENDOR_MICROSOFT 311
#define VENDOR_3COM 429