comment out unused functions

fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538
reported by Yaniv Kaul

svn path=/trunk/; revision=53902
This commit is contained in:
Martin Kaiser 2013-12-10 10:52:29 +00:00
parent acf2fed688
commit ff42551d71
2 changed files with 6 additions and 2 deletions

View File

@ -324,6 +324,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_,
@ -376,6 +377,7 @@ static guint32 atn_per_external_type(
return offset;
}
#endif
/* determine 24-bit aircraft address(ARS) */
/* from 20-byte ATN NSAP. */

View File

@ -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,