aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h501.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-05-13 08:12:27 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-05-13 08:12:27 +0000
commita7c5d642d5e123b34143cf4ad623c7ced230f831 (patch)
treedd3b15fac572e5069d3f9b065201a97328478c92 /epan/dissectors/packet-h501.c
parenta10ffa4cebdb415fdce6312b621238fca022d066 (diff)
Regenerate ASN.1 dissectors to update the #line directive.
svn path=/trunk/; revision=37118
Diffstat (limited to 'epan/dissectors/packet-h501.c')
-rw-r--r--epan/dissectors/packet-h501.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-h501.c b/epan/dissectors/packet-h501.c
index beccf13160..1b1f22496c 100644
--- a/epan/dissectors/packet-h501.c
+++ b/epan/dissectors/packet-h501.c
@@ -5,7 +5,7 @@
/* Input file: packet-h501-template.c */
-#line 1 "packet-h501-template.c"
+#line 1 "../../asn1/h501/packet-h501-template.c"
/* packet-h501.c
* Routines for H.501 packet dissection
* 2007 Tomas Kukosa
@@ -54,7 +54,7 @@
static int proto_h501 = -1;
/*--- Included file: packet-h501-hf.c ---*/
-#line 1 "packet-h501-hf.c"
+#line 1 "../../asn1/h501/packet-h501-hf.c"
static int hf_h501_Message_PDU = -1; /* Message */
static int hf_h501_body = -1; /* MessageBody */
static int hf_h501_common = -1; /* MessageCommonInfo */
@@ -307,13 +307,13 @@ static int hf_h501_releaseCompleteReason = -1; /* ReleaseCompleteReason */
static int hf_h501_causeIE = -1; /* INTEGER_1_65535 */
/*--- End of included file: packet-h501-hf.c ---*/
-#line 48 "packet-h501-template.c"
+#line 48 "../../asn1/h501/packet-h501-template.c"
/* Initialize the subtree pointers */
static int ett_h501 = -1;
/*--- Included file: packet-h501-ett.c ---*/
-#line 1 "packet-h501-ett.c"
+#line 1 "../../asn1/h501/packet-h501-ett.c"
static gint ett_h501_Message = -1;
static gint ett_h501_MessageBody = -1;
static gint ett_h501_MessageCommonInfo = -1;
@@ -415,7 +415,7 @@ static gint ett_h501_Role = -1;
static gint ett_h501_TerminationCause = -1;
/*--- End of included file: packet-h501-ett.c ---*/
-#line 52 "packet-h501-template.c"
+#line 52 "../../asn1/h501/packet-h501-template.c"
/* Dissectors */
static dissector_handle_t h501_pdu_handle;
@@ -429,7 +429,7 @@ void proto_reg_handoff_h501(void);
/*--- Included file: packet-h501-fn.c ---*/
-#line 1 "packet-h501-fn.c"
+#line 1 "../../asn1/h501/packet-h501-fn.c"
static int
@@ -2358,7 +2358,7 @@ static const per_choice_t MessageBody_choice[] = {
static int
dissect_h501_MessageBody(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 22 "h501.cnf"
+#line 22 "../../asn1/h501/h501.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -2366,7 +2366,7 @@ dissect_h501_MessageBody(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
ett_h501_MessageBody, MessageBody_choice,
&msg_type);
-#line 25 "h501.cnf"
+#line 25 "../../asn1/h501/h501.cnf"
p = match_strval(msg_type, VALS(h501_MessageBody_vals));
if (p )
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
@@ -2517,7 +2517,7 @@ static int dissect_Message_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_
/*--- End of included file: packet-h501-fn.c ---*/
-#line 64 "packet-h501-template.c"
+#line 64 "../../asn1/h501/packet-h501-template.c"
static int
dissect_h501_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -2555,7 +2555,7 @@ void proto_register_h501(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-h501-hfarr.c ---*/
-#line 1 "packet-h501-hfarr.c"
+#line 1 "../../asn1/h501/packet-h501-hfarr.c"
{ &hf_h501_Message_PDU,
{ "Message", "h501.Message",
FT_NONE, BASE_NONE, NULL, 0,
@@ -3558,7 +3558,7 @@ void proto_register_h501(void) {
"INTEGER_1_65535", HFILL }},
/*--- End of included file: packet-h501-hfarr.c ---*/
-#line 100 "packet-h501-template.c"
+#line 100 "../../asn1/h501/packet-h501-template.c"
};
/* List of subtrees */
@@ -3566,7 +3566,7 @@ void proto_register_h501(void) {
&ett_h501,
/*--- Included file: packet-h501-ettarr.c ---*/
-#line 1 "packet-h501-ettarr.c"
+#line 1 "../../asn1/h501/packet-h501-ettarr.c"
&ett_h501_Message,
&ett_h501_MessageBody,
&ett_h501_MessageCommonInfo,
@@ -3668,7 +3668,7 @@ void proto_register_h501(void) {
&ett_h501_TerminationCause,
/*--- End of included file: packet-h501-ettarr.c ---*/
-#line 106 "packet-h501-template.c"
+#line 106 "../../asn1/h501/packet-h501-template.c"
};
/* Register protocol */