aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hnbap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hnbap.c')
-rw-r--r--epan/dissectors/packet-hnbap.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-hnbap.c b/epan/dissectors/packet-hnbap.c
index b231b18cb1..5023a11c0a 100644
--- a/epan/dissectors/packet-hnbap.c
+++ b/epan/dissectors/packet-hnbap.c
@@ -38,7 +38,6 @@
#endif
#include <glib.h>
-#include <stdio.h>
#include <string.h>
#include <epan/packet.h>
@@ -102,7 +101,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-hnbap-val.h ---*/
-#line 55 "packet-hnbap-template.c"
+#line 54 "packet-hnbap-template.c"
/* Initialize the protocol and registered fields */
static int proto_hnbap = -1;
@@ -213,7 +212,7 @@ static int hf_hnbap_successfulOutcome_value = -1; /* SuccessfulOutcome_value */
static int hf_hnbap_unsuccessfulOutcome_value = -1; /* UnsuccessfulOutcome_value */
/*--- End of included file: packet-hnbap-hf.c ---*/
-#line 60 "packet-hnbap-template.c"
+#line 59 "packet-hnbap-template.c"
/* Initialize the subtree pointers */
static int ett_hnbap = -1;
@@ -266,7 +265,7 @@ static gint ett_hnbap_SuccessfulOutcome = -1;
static gint ett_hnbap_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-hnbap-ett.c ---*/
-#line 65 "packet-hnbap-template.c"
+#line 64 "packet-hnbap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -1951,7 +1950,7 @@ static void dissect_HNBAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-hnbap-fn.c ---*/
-#line 86 "packet-hnbap-template.c"
+#line 85 "packet-hnbap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -2430,7 +2429,7 @@ module_t *hnbap_module;
"hnbap.UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-hnbap-hfarr.c ---*/
-#line 156 "packet-hnbap-template.c"
+#line 155 "packet-hnbap-template.c"
};
/* List of subtrees */
@@ -2484,7 +2483,7 @@ module_t *hnbap_module;
&ett_hnbap_UnsuccessfulOutcome,
/*--- End of included file: packet-hnbap-ettarr.c ---*/
-#line 162 "packet-hnbap-template.c"
+#line 161 "packet-hnbap-template.c"
};
@@ -2557,7 +2556,7 @@ proto_reg_handoff_hnbap(void)
/*--- End of included file: packet-hnbap-dis-tab.c ---*/
-#line 199 "packet-hnbap-template.c"
+#line 198 "packet-hnbap-template.c"
} else {
dissector_delete("sctp.port", sctp_port, hnbap_handle);