aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-02 23:21:59 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-02 23:21:59 +0000
commitad489c93f9bc26122ffa19adf3e808279ddc34cd (patch)
tree0f0a26edb3bcdf7b3a753d18ca28012a47ef4e78 /plugins
parent898ced1f16f3399faf07e54f2df4a10501c144f3 (diff)
Comment out debug code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19126 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/megaco/packet-megaco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/megaco/packet-megaco.c b/plugins/megaco/packet-megaco.c
index 21c1ea1fb2..8366d30e90 100644
--- a/plugins/megaco/packet-megaco.c
+++ b/plugins/megaco/packet-megaco.c
@@ -2578,10 +2578,10 @@ dissect_megaco_LocalControldescriptor(tvbuff_t *tvb, proto_tree *megaco_mediades
}
token_name_len = tvb_offset - tvb_current_offset;
/* Debug Code
- */
proto_tree_add_text(megaco_LocalControl_tree, tvb, tvb_current_offset, token_name_len,
"%s", tvb_format_text(tvb,tvb_current_offset,token_name_len));
+ */
token_index = find_megaco_localParam_names(tvb, tvb_current_offset, token_name_len);
/* Find start of parameter value */
tvb_offset = tvb_find_guint8(tvb, tvb_offset , tvb_next_offset, '=');