aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-10 09:50:30 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-10 09:50:30 +0000
commit531d3d2df2783d58122e4dab6906e06c93eda5b4 (patch)
tree296afa53f62b8c5ba9998a82bca419d62008b771 /epan/dissectors/packet-isup.c
parente43bc109b716181f62e92ea9edc9202f75b3eba3 (diff)
Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29839 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 7c48237936..42516bee43 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -3248,9 +3248,9 @@ dissect_bat_ase_Encapsulated_Application_Information(tvbuff_t *parameter_tvb, pa
break;
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);
+ 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;
/* Q.765.5 amd 1
Network ID