aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-06 12:50:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-06 12:50:12 +0000
commit1853380559625342eb53450d13c42a31546efbf2 (patch)
tree35e00994471dee0f1c8ebebe38f280e3509be8ca
parent2e82efa15801272917ec68b34295c5d5d576922d (diff)
Decode error for network-id in BICC BCU-ID
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648 svn path=/trunk/; revision=28947
-rw-r--r--epan/dissectors/packet-isup.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 0f20dffa01..55e0f3a8df 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -2649,10 +2649,10 @@ dissect_nsap(tvbuff_t *parameter_tvb,gint offset,gint len, proto_tree *parameter
#define BEARER_CONTROL_INFORMATION 0x08
#define BEARER_CONTROL_TUNNELLING 0x09
#define BEARER_CONTROL_UNIT_IDENTIFIER 0x0A
-#define SIGNAL 0x0B
+#define SIGNAL 0x0B
#define BEARER_REDIRECTION_CAPABILITY 0x0C
#define BEARER_REDIRECTION_INDICATORS 0x0D
-#define SIGNAL_TYPE 0x0E
+#define SIGNAL_TYPE 0x0E
#define DURATION 0x0F
@@ -2669,7 +2669,7 @@ static const value_string bat_ase_list_of_Identifiers_vals[] = {
{ BEARER_CONTROL_INFORMATION , "Bearer Control Information"},
{ BEARER_CONTROL_TUNNELLING , "Bearer Control Tunnelling"},
{ BEARER_CONTROL_UNIT_IDENTIFIER , "Bearer Control Unit Identifier" },
- { SIGNAL , "Signal"},
+ { SIGNAL , "Signal"},
{ BEARER_REDIRECTION_CAPABILITY , "Bearer Redirection Capability"},
{ BEARER_REDIRECTION_INDICATORS , "Bearer Redirection Indicators"},
{ SIGNAL_TYPE , "Signal Type"},
@@ -3249,7 +3249,6 @@ dissect_bat_ase_Encapsulated_Application_Information(tvbuff_t *parameter_tvb, pa
case BEARER_CONTROL_UNIT_IDENTIFIER :
tempdata = tvb_get_guint8(parameter_tvb, offset);
proto_tree_add_text(bat_ase_element_tree, parameter_tvb, offset, 1, "Network ID Length indicator= %u",tempdata);
- offset = offset +1;
if ( tempdata > 0 ) {
offset = offset +1;