aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pcap.c')
-rw-r--r--epan/dissectors/packet-pcap.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 42251ed852..6ce68c5e9f 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -44,7 +44,6 @@
#include <epan/packet.h>
#include <epan/prefs.h>
-#include <stdio.h>
#include <string.h>
#include <epan/strutil.h>
#include <epan/asn1.h>
@@ -238,7 +237,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-pcap-val.h ---*/
-#line 63 "packet-pcap-template.c"
+#line 62 "packet-pcap-template.c"
static dissector_handle_t pcap_handle = NULL;
@@ -1361,7 +1360,7 @@ static int hf_pcap_AvailableSubChannelNumbers_subCh1 = -1;
static int hf_pcap_AvailableSubChannelNumbers_subCh0 = -1;
/*--- End of included file: packet-pcap-hf.c ---*/
-#line 70 "packet-pcap-template.c"
+#line 69 "packet-pcap-template.c"
/* Initialize the subtree pointers */
static int ett_pcap = -1;
@@ -1753,7 +1752,7 @@ static gint ett_pcap_UnsuccessfulOutcome = -1;
static gint ett_pcap_Outcome = -1;
/*--- End of included file: packet-pcap-ett.c ---*/
-#line 75 "packet-pcap-template.c"
+#line 74 "packet-pcap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -13043,7 +13042,7 @@ static int dissect_PCAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-pcap-fn.c ---*/
-#line 99 "packet-pcap-template.c"
+#line 98 "packet-pcap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -13240,7 +13239,7 @@ proto_reg_handoff_pcap(void)
/*--- End of included file: packet-pcap-dis-tab.c ---*/
-#line 173 "packet-pcap-template.c"
+#line 172 "packet-pcap-template.c"
} else {
range_foreach(ssn_range, range_delete_callback);
g_free(ssn_range);
@@ -17701,7 +17700,7 @@ void proto_register_pcap(void) {
NULL, HFILL }},
/*--- End of included file: packet-pcap-hfarr.c ---*/
-#line 189 "packet-pcap-template.c"
+#line 188 "packet-pcap-template.c"
};
/* List of subtrees */
@@ -18094,7 +18093,7 @@ void proto_register_pcap(void) {
&ett_pcap_Outcome,
/*--- End of included file: packet-pcap-ettarr.c ---*/
-#line 195 "packet-pcap-template.c"
+#line 194 "packet-pcap-template.c"
};
module_t *pcap_module;