From 9ab397f1292e020c1a75f97fb8ca3028e7f8a31d Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 10 Feb 2010 07:21:51 +0000 Subject: Define VENDOR_VERIZON in sminmpec.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31853 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-mip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-mip.c') diff --git a/epan/dissectors/packet-mip.c b/epan/dissectors/packet-mip.c index 57594d54f4..2940816331 100644 --- a/epan/dissectors/packet-mip.c +++ b/epan/dissectors/packet-mip.c @@ -124,7 +124,6 @@ static gint ett_mip_pmipv4_ext = -1; /* Port used for Mobile IP */ #define UDP_PORT_MIP 434 -#define CVSE_VERIZON_ID 12951 /* http://www.iana.org/assignments/mobileip-numbers */ typedef enum { @@ -626,7 +625,7 @@ dissect_mip_extensions( tvbuff_t *tvb, int offset, proto_tree *tree) cvse_vendor_id = tvb_get_ntohl(tvb, cvse_local_offset); cvse_local_offset+=4; /*Vendor CVSE Type*/ - if( cvse_vendor_id == CVSE_VERIZON_ID ){ + if( cvse_vendor_id == VENDOR_VERIZON ){ /*Verizon CVSE type*/ proto_tree_add_item(ext_tree, hf_mip_cvse_verizon_cvse_type, tvb, cvse_local_offset, 2, FALSE); } -- cgit v1.2.3