aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-06 12:50:12 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-06 12:50:12 +0000
commit53306778ad5571cf87b79362e0e86e2141b5a55c (patch)
tree35e00994471dee0f1c8ebebe38f280e3509be8ca /epan/dissectors/packet-isup.c
parent8f6ca53c53c489909b47592f9e39e182d2d93971 (diff)
Decode error for network-id in BICC BCU-ID
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28947 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-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;