aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h282.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h282.c')
-rw-r--r--epan/dissectors/packet-h282.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/epan/dissectors/packet-h282.c b/epan/dissectors/packet-h282.c
index f56ad3d24a..b4725ed59a 100644
--- a/epan/dissectors/packet-h282.c
+++ b/epan/dissectors/packet-h282.c
@@ -10,8 +10,6 @@
* Routines for H.282 packet dissection
* 2007 Tomas Kukosa
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
@@ -487,7 +485,7 @@ static int hf_h282_deviceEventNotifyIndication = -1; /* DeviceEventNotifyIndica
static int hf_h282_nonStandardIndication = -1; /* NonStandardPDU */
/*--- End of included file: packet-h282-hf.c ---*/
-#line 45 "../../asn1/h282/packet-h282-template.c"
+#line 43 "../../asn1/h282/packet-h282-template.c"
/* Initialize the subtree pointers */
static int ett_h282 = -1;
@@ -639,7 +637,7 @@ static gint ett_h282_ResponsePDU = -1;
static gint ett_h282_IndicationPDU = -1;
/*--- End of included file: packet-h282-ett.c ---*/
-#line 49 "../../asn1/h282/packet-h282-template.c"
+#line 47 "../../asn1/h282/packet-h282-template.c"
/* Dissectors */
@@ -4259,7 +4257,7 @@ static const per_choice_t RequestPDU_choice[] = {
static int
dissect_h282_RequestPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 24 "../../asn1/h282/h282.cnf"
+#line 22 "../../asn1/h282/h282.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -4267,7 +4265,7 @@ dissect_h282_RequestPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
ett_h282_RequestPDU, RequestPDU_choice,
&msg_type);
-#line 27 "../../asn1/h282/h282.cnf"
+#line 25 "../../asn1/h282/h282.cnf"
p = try_val_to_str(msg_type, VALS(h282_RequestPDU_vals));
if (p)
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "RequestPDU/%s", p);
@@ -4302,7 +4300,7 @@ static const per_choice_t ResponsePDU_choice[] = {
static int
dissect_h282_ResponsePDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 35 "../../asn1/h282/h282.cnf"
+#line 33 "../../asn1/h282/h282.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -4310,7 +4308,7 @@ dissect_h282_ResponsePDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
ett_h282_ResponsePDU, ResponsePDU_choice,
&msg_type);
-#line 38 "../../asn1/h282/h282.cnf"
+#line 36 "../../asn1/h282/h282.cnf"
p = try_val_to_str(msg_type, VALS(h282_ResponsePDU_vals));
if (p)
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "ResponsePDU/%s", p);
@@ -4337,7 +4335,7 @@ static const per_choice_t IndicationPDU_choice[] = {
static int
dissect_h282_IndicationPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 46 "../../asn1/h282/h282.cnf"
+#line 44 "../../asn1/h282/h282.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -4345,7 +4343,7 @@ dissect_h282_IndicationPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _
ett_h282_IndicationPDU, IndicationPDU_choice,
&msg_type);
-#line 49 "../../asn1/h282/h282.cnf"
+#line 47 "../../asn1/h282/h282.cnf"
p = try_val_to_str(msg_type, VALS(h282_IndicationPDU_vals));
if (p)
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "IndicationPDU/%s", p);
@@ -4398,7 +4396,7 @@ static int dissect_RDCPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h282-fn.c ---*/
-#line 55 "../../asn1/h282/packet-h282-template.c"
+#line 53 "../../asn1/h282/packet-h282-template.c"
static int
dissect_h282(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
@@ -6156,7 +6154,7 @@ void proto_register_h282(void) {
"NonStandardPDU", HFILL }},
/*--- End of included file: packet-h282-hfarr.c ---*/
-#line 76 "../../asn1/h282/packet-h282-template.c"
+#line 74 "../../asn1/h282/packet-h282-template.c"
};
/* List of subtrees */
@@ -6310,7 +6308,7 @@ void proto_register_h282(void) {
&ett_h282_IndicationPDU,
/*--- End of included file: packet-h282-ettarr.c ---*/
-#line 82 "../../asn1/h282/packet-h282-template.c"
+#line 80 "../../asn1/h282/packet-h282-template.c"
};
/* Register protocol */