aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h283.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-h283.c
parenta10ffa4cebdb415fdce6312b621238fca022d066 (diff)
Regenerate ASN.1 dissectors to update the #line directive.
svn path=/trunk/; revision=37118
Diffstat (limited to 'epan/dissectors/packet-h283.c')
-rw-r--r--epan/dissectors/packet-h283.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/epan/dissectors/packet-h283.c b/epan/dissectors/packet-h283.c
index d5ef1670b3..59243317a4 100644
--- a/epan/dissectors/packet-h283.c
+++ b/epan/dissectors/packet-h283.c
@@ -5,7 +5,7 @@
/* Input file: packet-h283-template.c */
-#line 1 "packet-h283-template.c"
+#line 1 "../../asn1/h283/packet-h283-template.c"
/* packet-h283.c
* Routines for H.283 packet dissection
* 2007 Tomas Kukosa
@@ -50,7 +50,7 @@
static int proto_h283 = -1;
/*--- Included file: packet-h283-hf.c ---*/
-#line 1 "packet-h283-hf.c"
+#line 1 "../../asn1/h283/packet-h283-hf.c"
static int hf_h283_LCTPDU_PDU = -1; /* LCTPDU */
static int hf_h283_t35CountryCode = -1; /* INTEGER_0_255 */
static int hf_h283_t35Extension = -1; /* INTEGER_0_255 */
@@ -85,13 +85,13 @@ static int hf_h283_deviceListResp = -1; /* T_deviceListResp */
static int hf_h283_deviceChange = -1; /* NULL */
/*--- End of included file: packet-h283-hf.c ---*/
-#line 44 "packet-h283-template.c"
+#line 44 "../../asn1/h283/packet-h283-template.c"
/* Initialize the subtree pointers */
static int ett_h283 = -1;
/*--- Included file: packet-h283-ett.c ---*/
-#line 1 "packet-h283-ett.c"
+#line 1 "../../asn1/h283/packet-h283-ett.c"
static gint ett_h283_H221NonStandard = -1;
static gint ett_h283_NonStandardIdentifier = -1;
static gint ett_h283_NonStandardParameter = -1;
@@ -108,7 +108,7 @@ static gint ett_h283_LCTIndication = -1;
static gint ett_h283_NonStandardMessage = -1;
/*--- End of included file: packet-h283-ett.c ---*/
-#line 48 "packet-h283-template.c"
+#line 48 "../../asn1/h283/packet-h283-template.c"
/* Subdissectors */
static dissector_handle_t rdc_pdu_handle;
@@ -119,7 +119,7 @@ static gboolean info_is_set;
/*--- Included file: packet-h283-fn.c ---*/
-#line 1 "packet-h283-fn.c"
+#line 1 "../../asn1/h283/packet-h283-fn.c"
static int
@@ -270,7 +270,7 @@ static const per_choice_t LCTRequest_choice[] = {
static int
dissect_h283_LCTRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 58 "h283.cnf"
+#line 58 "../../asn1/h283/h283.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -278,7 +278,7 @@ dissect_h283_LCTRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
ett_h283_LCTRequest, LCTRequest_choice,
&msg_type);
-#line 61 "h283.cnf"
+#line 61 "../../asn1/h283/h283.cnf"
p = match_strval(msg_type, VALS(h283_LCTRequest_vals));
if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTRequest/%s", p);
@@ -292,7 +292,7 @@ dissect_h283_LCTRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
static int
dissect_h283_T_deviceListResp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 105 "h283.cnf"
+#line 105 "../../asn1/h283/h283.cnf"
tvbuff_t *next_tvb = NULL;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
@@ -321,7 +321,7 @@ static const per_choice_t LCTResponse_choice[] = {
static int
dissect_h283_LCTResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 71 "h283.cnf"
+#line 71 "../../asn1/h283/h283.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -329,7 +329,7 @@ dissect_h283_LCTResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
ett_h283_LCTResponse, LCTResponse_choice,
&msg_type);
-#line 74 "h283.cnf"
+#line 74 "../../asn1/h283/h283.cnf"
p = match_strval(msg_type, VALS(h283_LCTResponse_vals));
if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTResponse/%s", p);
@@ -352,7 +352,7 @@ static const per_choice_t LCTIndication_choice[] = {
static int
dissect_h283_LCTIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 84 "h283.cnf"
+#line 84 "../../asn1/h283/h283.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -360,7 +360,7 @@ dissect_h283_LCTIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _
ett_h283_LCTIndication, LCTIndication_choice,
&msg_type);
-#line 87 "h283.cnf"
+#line 87 "../../asn1/h283/h283.cnf"
p = match_strval(msg_type, VALS(h283_LCTIndication_vals));
if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTIndication/%s", p);
@@ -416,7 +416,7 @@ static const per_choice_t LCTMessage_choice[] = {
static int
dissect_h283_LCTMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 45 "h283.cnf"
+#line 45 "../../asn1/h283/h283.cnf"
gint32 msg_type = -1;
const gchar *p = NULL;
@@ -424,7 +424,7 @@ dissect_h283_LCTMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
ett_h283_LCTMessage, LCTMessage_choice,
&msg_type);
-#line 48 "h283.cnf"
+#line 48 "../../asn1/h283/h283.cnf"
p = match_strval(msg_type, VALS(h283_LCTMessage_vals));
if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "LCTMessage/%s", p);
@@ -438,7 +438,7 @@ dissect_h283_LCTMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
static int
dissect_h283_T_rdcPDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 95 "h283.cnf"
+#line 95 "../../asn1/h283/h283.cnf"
tvbuff_t *next_tvb = NULL;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
@@ -468,7 +468,7 @@ static const per_choice_t T_dataType_choice[] = {
static int
dissect_h283_T_dataType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 32 "h283.cnf"
+#line 32 "../../asn1/h283/h283.cnf"
gint32 data_type = -1;
const gchar *p = NULL;
@@ -476,7 +476,7 @@ dissect_h283_T_dataType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
ett_h283_T_dataType, T_dataType_choice,
&data_type);
-#line 35 "h283.cnf"
+#line 35 "../../asn1/h283/h283.cnf"
p = match_strval(data_type, VALS(h283_T_dataType_vals));
if (!info_is_set && p ) {
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "RDCData/%s", p);
@@ -516,7 +516,7 @@ static const per_choice_t T_pduType_choice[] = {
static int
dissect_h283_T_pduType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 19 "h283.cnf"
+#line 19 "../../asn1/h283/h283.cnf"
gint32 pdu_type = -1;
const gchar *p = NULL;
@@ -524,7 +524,7 @@ dissect_h283_T_pduType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_,
ett_h283_T_pduType, T_pduType_choice,
&pdu_type);
-#line 22 "h283.cnf"
+#line 22 "../../asn1/h283/h283.cnf"
p = match_strval(pdu_type, VALS(h283_T_pduType_vals));
if (!info_is_set && p ) {
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
@@ -566,7 +566,7 @@ static int dissect_LCTPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h283-fn.c ---*/
-#line 57 "packet-h283-template.c"
+#line 57 "../../asn1/h283/packet-h283-template.c"
static int
dissect_h283_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -591,7 +591,7 @@ void proto_register_h283(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-h283-hfarr.c ---*/
-#line 1 "packet-h283-hfarr.c"
+#line 1 "../../asn1/h283/packet-h283-hfarr.c"
{ &hf_h283_LCTPDU_PDU,
{ "LCTPDU", "h283.LCTPDU",
FT_NONE, BASE_NONE, NULL, 0,
@@ -722,7 +722,7 @@ void proto_register_h283(void) {
NULL, HFILL }},
/*--- End of included file: packet-h283-hfarr.c ---*/
-#line 80 "packet-h283-template.c"
+#line 80 "../../asn1/h283/packet-h283-template.c"
};
/* List of subtrees */
@@ -730,7 +730,7 @@ void proto_register_h283(void) {
&ett_h283,
/*--- Included file: packet-h283-ettarr.c ---*/
-#line 1 "packet-h283-ettarr.c"
+#line 1 "../../asn1/h283/packet-h283-ettarr.c"
&ett_h283_H221NonStandard,
&ett_h283_NonStandardIdentifier,
&ett_h283_NonStandardParameter,
@@ -747,7 +747,7 @@ void proto_register_h283(void) {
&ett_h283_NonStandardMessage,
/*--- End of included file: packet-h283-ettarr.c ---*/
-#line 86 "packet-h283-template.c"
+#line 86 "../../asn1/h283/packet-h283-template.c"
};
/* Register protocol */