From Pascal Quantin:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 28 Oct 2010 15:06:48 +0000 (15:06 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 28 Oct 2010 15:06:48 +0000 (15:06 +0000)
[NAS EPS] Fix TFT decoding in case of "delete packet filters from existing TFT" operation

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5347

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34666 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-gsm_a_gm.c

index 0631f95dacfa5fbe72a9f062bf03f4aeca39f86e..276c9c17453c07695c36216270a873ade4240de1 100644 (file)
@@ -4090,7 +4090,6 @@ de_sm_tflow_temp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gch
                                proto_tree_add_text(tf_tree,tvb, curr_offset, 1,"Not enough data");
                                return(len);
                        }
-                       proto_tree_add_item(tf_tree, hf_gsm_a_tft_pkt_flt_dir, tvb, curr_offset, 1, FALSE);
                        proto_tree_add_item(tf_tree, hf_gsm_a_tft_pkt_flt_id, tvb, curr_offset, 1, FALSE);
                        curr_offset++;
                        curr_len--;