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.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 5183a3b5e8..6729bae3ac 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -43,11 +43,9 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/prefs.h>
-#include <epan/conversation.h>
#include <stdio.h>
#include <string.h>
-#include <epan/emem.h>
#include <epan/strutil.h>
#include <epan/asn1.h>
@@ -208,7 +206,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-pcap-val.h ---*/
-#line 65 "packet-pcap-template.c"
+#line 63 "packet-pcap-template.c"
static dissector_handle_t pcap_handle = NULL;
@@ -1075,7 +1073,7 @@ static int hf_pcap_AvailableSubChannelNumbers_subCh1 = -1;
static int hf_pcap_AvailableSubChannelNumbers_subCh0 = -1;
/*--- End of included file: packet-pcap-hf.c ---*/
-#line 72 "packet-pcap-template.c"
+#line 70 "packet-pcap-template.c"
/* Initialize the subtree pointers */
static int ett_pcap = -1;
@@ -1407,7 +1405,7 @@ static gint ett_pcap_UnsuccessfulOutcome = -1;
static gint ett_pcap_Outcome = -1;
/*--- End of included file: packet-pcap-ett.c ---*/
-#line 77 "packet-pcap-template.c"
+#line 75 "packet-pcap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -11048,7 +11046,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 101 "packet-pcap-template.c"
+#line 99 "packet-pcap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -11216,7 +11214,7 @@ proto_reg_handoff_pcap(void)
/*--- End of included file: packet-pcap-dis-tab.c ---*/
-#line 176 "packet-pcap-template.c"
+#line 174 "packet-pcap-template.c"
} else {
range_foreach(ssn_range, range_delete_callback);
g_free(ssn_range);
@@ -14653,7 +14651,7 @@ void proto_register_pcap(void) {
"", HFILL }},
/*--- End of included file: packet-pcap-hfarr.c ---*/
-#line 192 "packet-pcap-template.c"
+#line 190 "packet-pcap-template.c"
};
/* List of subtrees */
@@ -14986,7 +14984,7 @@ void proto_register_pcap(void) {
&ett_pcap_Outcome,
/*--- End of included file: packet-pcap-ettarr.c ---*/
-#line 198 "packet-pcap-template.c"
+#line 196 "packet-pcap-template.c"
};
module_t *pcap_module;