Revert de6bfa12b0c002e1930cfb9946078097d294acf8 (break Linux and Mac OS X buildbot...)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 17 Mar 2014 09:39:42 +0000 (10:39 +0100)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 17 Mar 2014 09:42:19 +0000 (09:42 +0000)
Change-Id: If5a6a77909b2d178052605cf2fc6fc0ef758553c
Reviewed-on: https://code.wireshark.org/review/706
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
asn1/atn-ulcs/packet-atn-ulcs-template.c
epan/dissectors/packet-atn-ulcs.c

index a4b2d1c2a0eb3ac98abea9d046f23ebd5d8431c8..455a1513d7775675c67df9f8a04e99522d2e9eac 100644 (file)
@@ -123,6 +123,7 @@ which ATN standard is supported ?
 
 #include <stdio.h>
 #include <string.h>
+#include <stdint.h>
 
 #include "packet-atn-ulcs.h"
 
index b89a12b8b6fcda4b31cccf58c4a1e448598cbc08..bd193bfed1f379b455c158a1ebfc9e6ae60c79e3 100644 (file)
@@ -131,6 +131,7 @@ which ATN standard is supported ?
 
 #include <stdio.h>
 #include <string.h>
+#include <stdint.h>
 
 #include "packet-atn-ulcs.h"
 
@@ -276,7 +277,7 @@ static int hf_atn_ulcs_ACSE_requirements_authentication = -1;
 static int hf_atn_ulcs_ACSE_requirements_application_context_negotiation = -1;
 
 /*--- End of included file: packet-atn-ulcs-hf.c ---*/
-#line 194 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 195 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
 
 
 /*--- Included file: packet-atn-ulcs-ett.c ---*/
@@ -308,7 +309,7 @@ static gint ett_atn_ulcs_RelativeDistinguishedName = -1;
 static gint ett_atn_ulcs_AttributeTypeAndValue = -1;
 
 /*--- End of included file: packet-atn-ulcs-ett.c ---*/
-#line 196 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 197 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
 static gint ett_atn_ulcs = -1;
 static gint ett_atn_acse = -1;
 
@@ -1592,7 +1593,7 @@ static void dissect_ACSE_apdu_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
 
 
 /*--- End of included file: packet-atn-ulcs-fn.c ---*/
-#line 200 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 201 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
 
 #if 0
 /* re-implementing external data: packet-per.c */
@@ -2497,7 +2498,7 @@ void proto_register_atn_ulcs (void)
         NULL, HFILL }},
 
 /*--- End of included file: packet-atn-ulcs-hfarr.c ---*/
-#line 812 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 813 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
                                {&hf_atn_ses_type,
                                { "SPDU Type",
                                        "atn-ulcs.ses.type",
@@ -2577,7 +2578,7 @@ void proto_register_atn_ulcs (void)
     &ett_atn_ulcs_AttributeTypeAndValue,
 
 /*--- End of included file: packet-atn-ulcs-ettarr.c ---*/
-#line 862 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 863 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
                                &ett_atn_ses,
                                &ett_atn_pres,
                                &ett_atn_acse,