aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-qsig.c')
-rw-r--r--epan/dissectors/packet-qsig.c57
1 files changed, 0 insertions, 57 deletions
diff --git a/epan/dissectors/packet-qsig.c b/epan/dissectors/packet-qsig.c
index ea85dd255d..b049187f27 100644
--- a/epan/dissectors/packet-qsig.c
+++ b/epan/dissectors/packet-qsig.c
@@ -3,9 +3,6 @@
/* packet-qsig.c */
/* asn2wrs.py -L -c ./qsig.cnf -s ./packet-qsig-template -D . -O ../.. General-Error-List.asn qsig-gf-ext.asn qsig-gf-gp.asn qsig-gf-ade.asn QSIG-NA.asn QSIG-CF.asn QSIG-PR.asn QSIG-CT.asn QSIG-CC.asn QSIG-CO.asn QSIG-DND.asn QSIG-CI.asn QSIG-AOC.asn QSIG-RE.asn SYNC-SIG.asn QSIG-CINT.asn QSIG-CMN.asn QSIG-CPI.asn QSIG-PUMR.asn QSIG-PUMCH.asn QSIG-SSCT.asn QSIG-WTMLR.asn QSIG-WTMCH.asn QSIG-WTMAU.asn QSIG-SD.asn QSIG-CIDL.asn QSIG-SMS.asn QSIG-MCR.asn QSIG-MCM.asn QSIG-MID.asn */
-/* Input file: packet-qsig-template.c */
-
-#line 1 "./asn1/qsig/packet-qsig-template.c"
/* packet-qsig.c
* Routines for QSIG packet dissection
* 2007 Tomas Kukosa
@@ -266,9 +263,6 @@ static const gint32 op2srv_tab[] = {
static const value_string qsig_str_operation[] = {
-/*--- Included file: packet-qsig-table10.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-table10.c"
-
/* --- Module General-Error-List --- --- --- */
/* Unknown or empty loop list OPERATION */
@@ -476,17 +470,11 @@ static const value_string qsig_str_operation[] = {
{ 119, "mIDMailboxAuth" },
{ 120, "mIDMailboxID" },
-
-/*--- End of included file: packet-qsig-table10.c ---*/
-#line 261 "./asn1/qsig/packet-qsig-template.c"
{ 0, NULL}
};
static const value_string qsig_str_error[] = {
-/*--- Included file: packet-qsig-table20.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-table20.c"
-
/* --- Module General-Error-List --- --- --- */
{ 0, "userNotSubscribed" },
@@ -668,9 +656,6 @@ static const value_string qsig_str_error[] = {
{ 1039, "invalidMailbox" },
{ 1040, "authorizationFailed" },
{ 1008, "unspecified" },
-
-/*--- End of included file: packet-qsig-table20.c ---*/
-#line 266 "./asn1/qsig/packet-qsig-template.c"
{ 0, NULL}
};
@@ -687,9 +672,6 @@ static int hf_qsig_ie_data = -1;
static int hf_qsig_tc = -1;
static int hf_qsig_pc = -1;
-/*--- Included file: packet-qsig-hf.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-hf.c"
-
/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
static int hf_qsig_extensionId = -1; /* T_extensionId */
@@ -1571,9 +1553,6 @@ static int hf_qsig_mid_extension = -1; /* Extension */
static int hf_qsig_mid_multipleExtension = -1; /* SEQUENCE_OF_Extension */
static int hf_qsig_mid_multipleExtension_item = -1; /* Extension */
-/*--- End of included file: packet-qsig-hf.c ---*/
-#line 282 "./asn1/qsig/packet-qsig-template.c"
-
static int *hf_qsig_ie_type_arr[] = {
NULL,
NULL,
@@ -1590,9 +1569,6 @@ static gint ett_qsig = -1;
static gint ett_qsig_ie = -1;
static gint ett_qsig_unknown_extension = -1;
-/*--- Included file: packet-qsig-ett.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-ett.c"
-
/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
static gint ett_qsig_Extension = -1;
@@ -2030,9 +2006,6 @@ static gint ett_qsig_mid_PartyInfo = -1;
static gint ett_qsig_mid_String = -1;
static gint ett_qsig_mid_MIDExtensions = -1;
static gint ett_qsig_mid_SEQUENCE_OF_Extension = -1;
-
-/*--- End of included file: packet-qsig-ett.c ---*/
-#line 299 "./asn1/qsig/packet-qsig-template.c"
static gint ett_cnq_PSS1InformationElement = -1;
/* static expert_field ei_qsig_unsupported_arg_type = EI_INIT; */
@@ -2051,9 +2024,6 @@ static const char *extension_oid = NULL;
static dissector_table_t extension_dissector_table;
-/*--- Included file: packet-qsig-fn.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-fn.c"
-
/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
@@ -11922,9 +11892,6 @@ static int dissect_qsig_mid_Extension_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
}
-/*--- End of included file: packet-qsig-fn.c ---*/
-#line 317 "./asn1/qsig/packet-qsig-template.c"
-
typedef struct _qsig_op_t {
gint32 opcode;
dissector_t arg_pdu;
@@ -11933,9 +11900,6 @@ typedef struct _qsig_op_t {
static const qsig_op_t qsig_op_tab[] = {
-/*--- Included file: packet-qsig-table11.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-table11.c"
-
/* --- Module General-Error-List --- --- --- */
/* Unknown or empty loop list OPERATION */
@@ -12143,9 +12107,6 @@ static const qsig_op_t qsig_op_tab[] = {
/* mIDMailboxAuth */ { 119, dissect_qsig_mid_MIDMailboxAuthArg_PDU, dissect_qsig_mid_MIDDummyRes_PDU },
/* mIDMailboxID */ { 120, dissect_qsig_mid_MIDMailboxIDArg_PDU, dissect_qsig_mid_MIDDummyRes_PDU },
-
-/*--- End of included file: packet-qsig-table11.c ---*/
-#line 326 "./asn1/qsig/packet-qsig-template.c"
};
typedef struct _qsig_err_t {
@@ -12155,9 +12116,6 @@ typedef struct _qsig_err_t {
static const qsig_err_t qsig_err_tab[] = {
-/*--- Included file: packet-qsig-table21.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-table21.c"
-
/* --- Module General-Error-List --- --- --- */
/* userNotSubscribed */ { 0, NULL },
@@ -12339,9 +12297,6 @@ static const qsig_err_t qsig_err_tab[] = {
/* invalidMailbox */ { 1039, NULL },
/* authorizationFailed */ { 1040, NULL },
/* unspecified */ { 1008, dissect_qsig_mid_Extension_PDU },
-
-/*--- End of included file: packet-qsig-table21.c ---*/
-#line 335 "./asn1/qsig/packet-qsig-template.c"
};
static const qsig_op_t *get_op(gint32 opcode) {
@@ -12640,9 +12595,6 @@ void proto_register_qsig(void) {
FT_UINT8, BASE_HEX, VALS(qsig_str_pc), 0x07,
NULL, HFILL }},
-/*--- Included file: packet-qsig-hfarr.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-hfarr.c"
-
/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
{ &hf_qsig_extensionId,
@@ -15903,9 +15855,6 @@ void proto_register_qsig(void) {
{ "Extension", "qsig.mid.Extension_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
-
-/*--- End of included file: packet-qsig-hfarr.c ---*/
-#line 633 "./asn1/qsig/packet-qsig-template.c"
};
/* List of subtrees */
@@ -15914,9 +15863,6 @@ void proto_register_qsig(void) {
&ett_qsig_ie,
&ett_qsig_unknown_extension,
-/*--- Included file: packet-qsig-ettarr.c ---*/
-#line 1 "./asn1/qsig/packet-qsig-ettarr.c"
-
/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
&ett_qsig_Extension,
@@ -16354,9 +16300,6 @@ void proto_register_qsig(void) {
&ett_qsig_mid_String,
&ett_qsig_mid_MIDExtensions,
&ett_qsig_mid_SEQUENCE_OF_Extension,
-
-/*--- End of included file: packet-qsig-ettarr.c ---*/
-#line 641 "./asn1/qsig/packet-qsig-template.c"
&ett_cnq_PSS1InformationElement,
};