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.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 4faf10918b..7e19c0fef2 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -1,11 +1,11 @@
/* Do not modify this file. Changes will be overwritten. */
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-pcap.c */
-/* ../../tools/asn2wrs.py -p pcap -c ./pcap.cnf -s ./packet-pcap-template -D . -O ../../epan/dissectors PCAP-CommonDataTypes.asn PCAP-Constants.asn PCAP-Containers.asn PCAP-IEs.asn PCAP-PDU-Contents.asn PCAP-PDU-Descriptions.asn */
+/* asn2wrs.py -p pcap -c ./pcap.cnf -s ./packet-pcap-template -D . -O ../.. PCAP-CommonDataTypes.asn PCAP-Constants.asn PCAP-Containers.asn PCAP-IEs.asn PCAP-PDU-Contents.asn PCAP-PDU-Descriptions.asn */
/* Input file: packet-pcap-template.c */
-#line 1 "../../asn1/pcap/packet-pcap-template.c"
+#line 1 "./asn1/pcap/packet-pcap-template.c"
/* packet-pcap.c
* Routines for UTRAN Iupc interface Positioning Calculation Application Part (PCAP) packet dissection
*
@@ -66,7 +66,7 @@ static dissector_table_t sccp_ssn_table;
/*--- Included file: packet-pcap-val.h ---*/
-#line 1 "../../asn1/pcap/packet-pcap-val.h"
+#line 1 "./asn1/pcap/packet-pcap-val.h"
#define maxPrivateIEs 65535
#define maxProtocolExtensions 65535
#define maxProtocolIEs 65535
@@ -252,7 +252,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-pcap-val.h ---*/
-#line 60 "../../asn1/pcap/packet-pcap-template.c"
+#line 60 "./asn1/pcap/packet-pcap-template.c"
static dissector_handle_t pcap_handle = NULL;
@@ -261,7 +261,7 @@ static int proto_pcap = -1;
/*--- Included file: packet-pcap-hf.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-hf.c"
+#line 1 "./asn1/pcap/packet-pcap-hf.c"
static int hf_pcap_AccuracyFulfilmentIndicator_PDU = -1; /* AccuracyFulfilmentIndicator */
static int hf_pcap_Cause_PDU = -1; /* Cause */
static int hf_pcap_CellId_MeasuredResultsSets_PDU = -1; /* CellId_MeasuredResultsSets */
@@ -1405,14 +1405,14 @@ static int hf_pcap_AvailableSubChannelNumbers_subCh1 = -1;
static int hf_pcap_AvailableSubChannelNumbers_subCh0 = -1;
/*--- End of included file: packet-pcap-hf.c ---*/
-#line 67 "../../asn1/pcap/packet-pcap-template.c"
+#line 67 "./asn1/pcap/packet-pcap-template.c"
/* Initialize the subtree pointers */
static int ett_pcap = -1;
/*--- Included file: packet-pcap-ett.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-ett.c"
+#line 1 "./asn1/pcap/packet-pcap-ett.c"
static gint ett_pcap_PrivateIE_ID = -1;
static gint ett_pcap_TransactionID = -1;
static gint ett_pcap_ProtocolIE_Container = -1;
@@ -1808,7 +1808,7 @@ static gint ett_pcap_UnsuccessfulOutcome = -1;
static gint ett_pcap_Outcome = -1;
/*--- End of included file: packet-pcap-ett.c ---*/
-#line 72 "../../asn1/pcap/packet-pcap-template.c"
+#line 72 "./asn1/pcap/packet-pcap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -1834,7 +1834,7 @@ static int dissect_OutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *t
/*--- Included file: packet-pcap-fn.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-fn.c"
+#line 1 "./asn1/pcap/packet-pcap-fn.c"
static const value_string pcap_Criticality_vals[] = {
{ 0, "reject" },
@@ -13518,7 +13518,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 96 "../../asn1/pcap/packet-pcap-template.c"
+#line 96 "./asn1/pcap/packet-pcap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@@ -13580,7 +13580,7 @@ proto_reg_handoff_pcap(void)
prefs_initialized = TRUE;
/*--- Included file: packet-pcap-dis-tab.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-dis-tab.c"
+#line 1 "./asn1/pcap/packet-pcap-dis-tab.c"
dissector_add_uint("pcap.ies", id_Cause, create_dissector_handle(dissect_Cause_PDU, proto_pcap));
dissector_add_uint("pcap.ies", id_CriticalityDiagnostics, create_dissector_handle(dissect_CriticalityDiagnostics_PDU, proto_pcap));
dissector_add_uint("pcap.ies", id_GPS_UTRAN_TRU, create_dissector_handle(dissect_GPS_UTRAN_TRU_PDU, proto_pcap));
@@ -13719,7 +13719,7 @@ proto_reg_handoff_pcap(void)
/*--- End of included file: packet-pcap-dis-tab.c ---*/
-#line 156 "../../asn1/pcap/packet-pcap-template.c"
+#line 156 "./asn1/pcap/packet-pcap-template.c"
} else {
dissector_delete_uint_range("sccp.ssn", ssn_range, pcap_handle);
g_free(ssn_range);
@@ -13737,7 +13737,7 @@ void proto_register_pcap(void) {
/*--- Included file: packet-pcap-hfarr.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-hfarr.c"
+#line 1 "./asn1/pcap/packet-pcap-hfarr.c"
{ &hf_pcap_AccuracyFulfilmentIndicator_PDU,
{ "AccuracyFulfilmentIndicator", "pcap.AccuracyFulfilmentIndicator",
FT_UINT32, BASE_DEC, VALS(pcap_AccuracyFulfilmentIndicator_vals), 0,
@@ -18300,7 +18300,7 @@ void proto_register_pcap(void) {
NULL, HFILL }},
/*--- End of included file: packet-pcap-hfarr.c ---*/
-#line 172 "../../asn1/pcap/packet-pcap-template.c"
+#line 172 "./asn1/pcap/packet-pcap-template.c"
};
/* List of subtrees */
@@ -18308,7 +18308,7 @@ void proto_register_pcap(void) {
&ett_pcap,
/*--- Included file: packet-pcap-ettarr.c ---*/
-#line 1 "../../asn1/pcap/packet-pcap-ettarr.c"
+#line 1 "./asn1/pcap/packet-pcap-ettarr.c"
&ett_pcap_PrivateIE_ID,
&ett_pcap_TransactionID,
&ett_pcap_ProtocolIE_Container,
@@ -18704,7 +18704,7 @@ void proto_register_pcap(void) {
&ett_pcap_Outcome,
/*--- End of included file: packet-pcap-ettarr.c ---*/
-#line 178 "../../asn1/pcap/packet-pcap-template.c"
+#line 178 "./asn1/pcap/packet-pcap-template.c"
};
module_t *pcap_module;