aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rua.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-13 08:12:27 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-13 08:12:27 +0000
commit2625b60a94396a8b555c829f2bec3fa67c433f46 (patch)
treedd3b15fac572e5069d3f9b065201a97328478c92 /epan/dissectors/packet-rua.c
parent6f997ff02d4ed0a01ae12a951c70272d369718da (diff)
Regenerate ASN.1 dissectors to update the #line directive.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37118 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rua.c')
-rw-r--r--epan/dissectors/packet-rua.c48
1 files changed, 24 insertions, 24 deletions
diff --git a/epan/dissectors/packet-rua.c b/epan/dissectors/packet-rua.c
index 8825263971..473dc54707 100644
--- a/epan/dissectors/packet-rua.c
+++ b/epan/dissectors/packet-rua.c
@@ -5,7 +5,7 @@
/* Input file: packet-rua-template.c */
-#line 1 "packet-rua-template.c"
+#line 1 "../../asn1/rua/packet-rua-template.c"
/* packet-rua-template.c
* Routines for UMTS Home Node B RANAP User Adaptation (RUA) packet dissection
* Copyright 2010 Neil Piercy, ip.access Limited <Neil.Piercy@ipaccess.com>
@@ -60,7 +60,7 @@
/*--- Included file: packet-rua-val.h ---*/
-#line 1 "packet-rua-val.h"
+#line 1 "../../asn1/rua/packet-rua-val.h"
#define maxPrivateIEs 65535
#define maxProtocolExtensions 65535
#define maxProtocolIEs 65535
@@ -87,14 +87,14 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-rua-val.h ---*/
-#line 54 "packet-rua-template.c"
+#line 54 "../../asn1/rua/packet-rua-template.c"
/* Initialize the protocol and registered fields */
static int proto_rua = -1;
/*--- Included file: packet-rua-hf.c ---*/
-#line 1 "packet-rua-hf.c"
+#line 1 "../../asn1/rua/packet-rua-hf.c"
static int hf_rua_CN_DomainIndicator_PDU = -1; /* CN_DomainIndicator */
static int hf_rua_CSGMembershipStatus_PDU = -1; /* CSGMembershipStatus */
static int hf_rua_Establishment_Cause_PDU = -1; /* Establishment_Cause */
@@ -164,7 +164,7 @@ static int hf_rua_successfulOutcome_value = -1; /* SuccessfulOutcome_value */
static int hf_rua_unsuccessfulOutcome_value = -1; /* UnsuccessfulOutcome_value */
/*--- End of included file: packet-rua-hf.c ---*/
-#line 59 "packet-rua-template.c"
+#line 59 "../../asn1/rua/packet-rua-template.c"
/* Initialize the subtree pointers */
static int ett_rua = -1;
@@ -174,7 +174,7 @@ static int ett_rua = -1;
/*--- Included file: packet-rua-ett.c ---*/
-#line 1 "packet-rua-ett.c"
+#line 1 "../../asn1/rua/packet-rua-ett.c"
static gint ett_rua_PrivateIE_ID = -1;
static gint ett_rua_ProtocolIE_Container = -1;
static gint ett_rua_ProtocolIE_Field = -1;
@@ -213,7 +213,7 @@ static gint ett_rua_SuccessfulOutcome = -1;
static gint ett_rua_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-rua-ett.c ---*/
-#line 67 "packet-rua-template.c"
+#line 67 "../../asn1/rua/packet-rua-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -237,7 +237,7 @@ void proto_reg_handoff_rua(void);
/*--- Included file: packet-rua-fn.c ---*/
-#line 1 "packet-rua-fn.c"
+#line 1 "../../asn1/rua/packet-rua-fn.c"
static const value_string rua_Criticality_vals[] = {
{ 0, "reject" },
@@ -272,7 +272,7 @@ dissect_rua_ProcedureCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
0U, 255U, &ProcedureCode, FALSE);
-#line 53 "rua.cnf"
+#line 53 "../../asn1/rua/rua.cnf"
if (strcmp(val_to_str(ProcedureCode, rua_ProcedureCode_vals, "Unknown"), "Unknown") == 0) {
col_set_str(actx->pinfo->cinfo, COL_INFO,
"Unknown Message ");
@@ -342,7 +342,7 @@ dissect_rua_ProtocolIE_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
0U, maxProtocolIEs, &ProtocolIE_ID, FALSE);
-#line 42 "rua.cnf"
+#line 42 "../../asn1/rua/rua.cnf"
if (tree) {
proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str(ProtocolIE_ID, VALS(rua_ProtocolIE_ID_vals), "unknown (%d)"));
}
@@ -832,7 +832,7 @@ dissect_rua_IntraDomainNasNodeSelector(tvbuff_t *tvb _U_, int offset _U_, asn1_c
static int
dissect_rua_RANAP_Message(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 96 "rua.cnf"
+#line 96 "../../asn1/rua/rua.cnf"
tvbuff_t *ranap_message_tvb=NULL;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
NO_BOUND, NO_BOUND, FALSE, &ranap_message_tvb);
@@ -1021,7 +1021,7 @@ static const per_sequence_t Connect_sequence[] = {
static int
dissect_rua_Connect(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 65 "rua.cnf"
+#line 65 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"CONNECT ");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -1042,7 +1042,7 @@ static const per_sequence_t DirectTransfer_sequence[] = {
static int
dissect_rua_DirectTransfer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 70 "rua.cnf"
+#line 70 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"DIRECT_TRANSFER ");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -1063,7 +1063,7 @@ static const per_sequence_t Disconnect_sequence[] = {
static int
dissect_rua_Disconnect(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 75 "rua.cnf"
+#line 75 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"DISCONNECT ");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -1084,7 +1084,7 @@ static const per_sequence_t ConnectionlessTransfer_sequence[] = {
static int
dissect_rua_ConnectionlessTransfer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 80 "rua.cnf"
+#line 80 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"CONNECTIONLESS_TRANSFER ");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -1105,7 +1105,7 @@ static const per_sequence_t ErrorIndication_sequence[] = {
static int
dissect_rua_ErrorIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 85 "rua.cnf"
+#line 85 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"ERROR_INDICATION ");
col_set_fence(actx->pinfo->cinfo, COL_INFO); /* Protect info from CriticalityDiagnostics decodes */
@@ -1126,7 +1126,7 @@ static const per_sequence_t PrivateMessage_sequence[] = {
static int
dissect_rua_PrivateMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 91 "rua.cnf"
+#line 91 "../../asn1/rua/rua.cnf"
col_set_str(actx->pinfo->cinfo, COL_INFO,
"PRIVATE_MESSAGE ");
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -1359,7 +1359,7 @@ static void dissect_RUA_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-rua-fn.c ---*/
-#line 89 "packet-rua-template.c"
+#line 89 "../../asn1/rua/packet-rua-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -1412,7 +1412,7 @@ module_t *rua_module;
/*--- Included file: packet-rua-hfarr.c ---*/
-#line 1 "packet-rua-hfarr.c"
+#line 1 "../../asn1/rua/packet-rua-hfarr.c"
{ &hf_rua_CN_DomainIndicator_PDU,
{ "CN-DomainIndicator", "rua.CN_DomainIndicator",
FT_UINT32, BASE_DEC, VALS(rua_CN_DomainIndicator_vals), 0,
@@ -1683,7 +1683,7 @@ module_t *rua_module;
"UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-rua-hfarr.c ---*/
-#line 140 "packet-rua-template.c"
+#line 140 "../../asn1/rua/packet-rua-template.c"
};
/* List of subtrees */
@@ -1691,7 +1691,7 @@ module_t *rua_module;
&ett_rua,
/*--- Included file: packet-rua-ettarr.c ---*/
-#line 1 "packet-rua-ettarr.c"
+#line 1 "../../asn1/rua/packet-rua-ettarr.c"
&ett_rua_PrivateIE_ID,
&ett_rua_ProtocolIE_Container,
&ett_rua_ProtocolIE_Field,
@@ -1730,7 +1730,7 @@ module_t *rua_module;
&ett_rua_UnsuccessfulOutcome,
/*--- End of included file: packet-rua-ettarr.c ---*/
-#line 146 "packet-rua-template.c"
+#line 146 "../../asn1/rua/packet-rua-template.c"
};
@@ -1771,7 +1771,7 @@ proto_reg_handoff_rua(void)
initialized = TRUE;
/*--- Included file: packet-rua-dis-tab.c ---*/
-#line 1 "packet-rua-dis-tab.c"
+#line 1 "../../asn1/rua/packet-rua-dis-tab.c"
dissector_add_uint("rua.ies", id_Cause, new_create_dissector_handle(dissect_Cause_PDU, proto_rua));
dissector_add_uint("rua.ies", id_CriticalityDiagnostics, new_create_dissector_handle(dissect_CriticalityDiagnostics_PDU, proto_rua));
dissector_add_uint("rua.ies", id_Context_ID, new_create_dissector_handle(dissect_Context_ID_PDU, proto_rua));
@@ -1789,7 +1789,7 @@ proto_reg_handoff_rua(void)
/*--- End of included file: packet-rua-dis-tab.c ---*/
-#line 185 "packet-rua-template.c"
+#line 185 "../../asn1/rua/packet-rua-template.c"
} else {
dissector_delete_uint("sctp.port", sctp_port, rua_handle);