aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-05 17:58:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-05 17:58:58 +0000
commit8f31d1b64c9a788b074c88ce076fc21bb836bf0a (patch)
tree6d817ddc0370ccd03d04dae61161e22cf8f8b15d /epan/dissectors/packet-gsm_a_gm.c
parentfc272f3b322f8ad1d1772c6978f23bce35f700e3 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
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++;
}
}