From 8f31d1b64c9a788b074c88ce076fc21bb836bf0a Mon Sep 17 00:00:00 2001 From: etxrab Date: Tue, 5 Oct 2010 17:58:58 +0000 Subject: From Pascal Quantin: [NAS EPS] Fix TFT decoding when having several Packet Filters defined https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5274 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34385 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-gsm_a_gm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-gsm_a_gm.c') diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c index 0917487abd..0631f95dac 100644 --- a/epan/dissectors/packet-gsm_a_gm.c +++ b/epan/dissectors/packet-gsm_a_gm.c @@ -4249,8 +4249,8 @@ de_sm_tflow_temp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gch pf_length=0; } proto_item_append_text(tf, "%s (%u)", str, pack_component_type); - count++; } + count++; } } -- cgit v1.2.3