summaryrefslogtreecommitdiff
path: root/epan/sminmpec.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-09 21:42:39 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-09 21:42:39 +0000
commit7b49d981aeea6e2ffee0c90f5454ffd19ef9d91f (patch)
tree30259e4f159f3b4dfe77b0e19e39f08eb16ae87a /epan/sminmpec.h
parentd8c21fe77e765c210ae721708d9d5d8a3173dbad (diff)
downloadwireshark-7b49d981aeea6e2ffee0c90f5454ffd19ef9d91f.tar.gz
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. svn path=/trunk/; revision=12999
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