aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-03 02:35:48 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-03 02:35:48 +0000
commit8f7c877dd446672eca495962589cac93670524d1 (patch)
tree4fcc8414e215fdff43952a5484ed0320f3870fc1 /epan/dissectors/packet-gsm_a_common.h
parenta72fc72061772c2155fc4fc693743cb9cec19a3e (diff)
forgotten cleanup
svn path=/trunk/; revision=51690
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 8d36d1468c..ac65568120 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -235,7 +235,6 @@ extern const char* get_gsm_a_msg_string(int pdu_type, int idx);
proto_tree_add_expert(tree, pinfo, ei, tvb, curr_offset, (edc_len) - (edc_max_len)); \
curr_offset += ((edc_len) - (edc_max_len)); \
}
-/* curr_offset, (edc_len) - (edc_max_len), "Extraneous Data, dissector bug or later version spec(report to wireshark.org)"); \ */
#define SHORT_DATA_CHECK(sdc_len, sdc_min_len) \
if ((sdc_len) < (sdc_min_len)) \