aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-13 13:02:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-13 13:02:57 +0000
commitb1b0af6e66f4168c9e1e4251cb46b4e1d86ee013 (patch)
tree3b6c8a60f523a88bd07d83d9cb4d8216cee62755 /plugins/wimaxasncp
parentb2f9b5614a47b89801b57a0b6e1a5344c166fbda (diff)
From Pascal Quantin:
Fix Bug 6793 Some WiMAX messages decoded incorrectly https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6793 svn path=/trunk/; revision=42045
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index d29c25f6fe..f02f710993 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -263,11 +263,6 @@ static const ver_value_string wimaxasncp_data_path_control_msg_vals[] =
{0, { 14, "MS_Attachment_Rsp"}},
{0, { 15, "MS_Attachment_Ack"}},
{0, { 16, "Key_Change_Directive"}},
- {0, { 0, NULL}}
-};
-
-static const ver_value_string wimaxasncp_data_path_control_msg_vals_r1v120[] =
-{
{WIMAXASNCP_NWGVER_R10_V120, { 1, "Path_Dereg_Req"}},
{WIMAXASNCP_NWGVER_R10_V120, { 2, "Path_Dereg_Rsp"}},
{WIMAXASNCP_NWGVER_R10_V120, { 3, "Path_Dereg_Ack"}},