aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h460.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h460.c')
-rw-r--r--epan/dissectors/packet-h460.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/epan/dissectors/packet-h460.c b/epan/dissectors/packet-h460.c
index f19e303777..94eebb2e24 100644
--- a/epan/dissectors/packet-h460.c
+++ b/epan/dissectors/packet-h460.c
@@ -3,9 +3,6 @@
/* packet-h460.c */
/* asn2wrs.py -L -c ./h460.cnf -s ./packet-h460-template -D . -O ../.. NUMBER-PORTABILITY.asn CIRCUIT-STATUS-MAP.asn CALL-PRIORITY.asn QOS-MONITORING-REPORT.asn QOS-MONITORING-EXTENDED-VOIP-REPORT.asn CALL-PARTY-CATEGORY.asn MLPP.asn SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn SIGNALLING-TRAVERSAL.asn MEDIA-TRAVERSAL.asn MESSAGE-BROADCAST.asn */
-/* Input file: packet-h460-template.c */
-
-#line 1 "./asn1/h460/packet-h460-template.c"
/* packet-h460.c
* Routines for H.460.x packet dissection
* 2007 Tomas Kukosa
@@ -38,9 +35,6 @@ void proto_reg_handoff_h460(void);
/* Initialize the protocol and registered fields */
static int proto_h460 = -1;
-/*--- Included file: packet-h460-hf.c ---*/
-#line 1 "./asn1/h460/packet-h460-hf.c"
-
/* --- Module NUMBER-PORTABILITY --- --- --- */
static int hf_h460_2_h460_2_NumberPortabilityInfo_PDU = -1; /* NumberPortabilityInfo */
@@ -241,14 +235,8 @@ static int hf_h460_21_groupIdentifer = -1; /* GloballyUniqueID */
static int hf_h460_21_capability = -1; /* Capability */
static int hf_h460_21_sourceAddress = -1; /* UnicastAddress */
-/*--- End of included file: packet-h460-hf.c ---*/
-#line 33 "./asn1/h460/packet-h460-template.c"
-
/* Initialize the subtree pointers */
-/*--- Included file: packet-h460-ett.c ---*/
-#line 1 "./asn1/h460/packet-h460-ett.c"
-
/* --- Module NUMBER-PORTABILITY --- --- --- */
static gint ett_h460_2_NumberPortabilityInfo = -1;
@@ -338,17 +326,11 @@ static gint ett_h460_21_ReceiveCapabilities = -1;
static gint ett_h460_21_SEQUENCE_SIZE_1_256_OF_Capability = -1;
static gint ett_h460_21_TransmitCapabilities = -1;
-/*--- End of included file: packet-h460-ett.c ---*/
-#line 36 "./asn1/h460/packet-h460-template.c"
-
/* Subdissectors */
static dissector_handle_t q931_ie_handle = NULL;
static dissector_handle_t h225_ras_handle = NULL;
-/*--- Included file: packet-h460-fn.c ---*/
-#line 1 "./asn1/h460/packet-h460-fn.c"
-
/* --- Module NUMBER-PORTABILITY --- --- --- */
@@ -1949,9 +1931,6 @@ static int dissect_h460_21_CapabilityAdvertisement_PDU(tvbuff_t *tvb _U_, packet
}
-/*--- End of included file: packet-h460-fn.c ---*/
-#line 42 "./asn1/h460/packet-h460-template.c"
-
static int
dissect_ies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_) {
int offset = 0;
@@ -2145,9 +2124,6 @@ void proto_register_h460(void) {
/* List of fields */
static hf_register_info hf[] = {
-/*--- Included file: packet-h460-hfarr.c ---*/
-#line 1 "./asn1/h460/packet-h460-hfarr.c"
-
/* --- Module NUMBER-PORTABILITY --- --- --- */
{ &hf_h460_2_h460_2_NumberPortabilityInfo_PDU,
@@ -2857,17 +2833,11 @@ void proto_register_h460(void) {
{ "sourceAddress", "h460.21.sourceAddress",
FT_UINT32, BASE_DEC, VALS(h245_UnicastAddress_vals), 0,
"UnicastAddress", HFILL }},
-
-/*--- End of included file: packet-h460-hfarr.c ---*/
-#line 236 "./asn1/h460/packet-h460-template.c"
};
/* List of subtrees */
static gint *ett[] = {
-/*--- Included file: packet-h460-ettarr.c ---*/
-#line 1 "./asn1/h460/packet-h460-ettarr.c"
-
/* --- Module NUMBER-PORTABILITY --- --- --- */
&ett_h460_2_NumberPortabilityInfo,
@@ -2956,9 +2926,6 @@ void proto_register_h460(void) {
&ett_h460_21_ReceiveCapabilities,
&ett_h460_21_SEQUENCE_SIZE_1_256_OF_Capability,
&ett_h460_21_TransmitCapabilities,
-
-/*--- End of included file: packet-h460-ettarr.c ---*/
-#line 241 "./asn1/h460/packet-h460-template.c"
};
/* Register protocol */