aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-ulcs.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-12-10 10:52:29 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-12-10 10:52:29 +0000
commitff42551d713957f9ba496d0f4b2dbf6851f6fa92 (patch)
tree9b1e1f1cb99dfa4cb0b4c3272ea2a305626b70e0 /epan/dissectors/packet-atn-ulcs.c
parentacf2fed688cc9d80e6f236931adf468554dd0ce1 (diff)
comment out unused functions
fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538 reported by Yaniv Kaul svn path=/trunk/; revision=53902
Diffstat (limited to 'epan/dissectors/packet-atn-ulcs.c')
-rw-r--r--epan/dissectors/packet-atn-ulcs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-atn-ulcs.c b/epan/dissectors/packet-atn-ulcs.c
index d536eff0e1..c95dbb1e32 100644
--- a/epan/dissectors/packet-atn-ulcs.c
+++ b/epan/dissectors/packet-atn-ulcs.c
@@ -1720,6 +1720,7 @@ const value_string atn_pres_err[] =
{ 0, NULL }
};
+#if 0
/* re-implementing external data: packet-per.c */
static int atn_ulcs_Externalt_encoding(
tvbuff_t *tvb _U_,
@@ -1772,6 +1773,7 @@ static guint32 atn_per_external_type(
return offset;
}
+#endif
/* determine 24-bit aircraft address(ARS) */
/* from 20-byte ATN NSAP. */
@@ -2498,7 +2500,7 @@ void proto_register_atn_ulcs (void)
NULL, HFILL }},
/*--- End of included file: packet-atn-ulcs-hfarr.c ---*/
-#line 813 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 815 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
{&hf_atn_ses_type,
{ "SPDU Type",
"atn-ulcs.ses.type",
@@ -2578,7 +2580,7 @@ void proto_register_atn_ulcs (void)
&ett_atn_ulcs_AttributeTypeAndValue,
/*--- End of included file: packet-atn-ulcs-ettarr.c ---*/
-#line 863 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 865 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
&ett_atn_ses,
&ett_atn_pres,
&ett_atn_acse,