aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-30 14:31:05 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-30 14:31:05 +0000
commitf6fcc272dfe1c213c4261713a5b3af17239b4f67 (patch)
treefdf2a29b70c305b91875e65a2f6d8bdb0e418e6d /epan/dissectors/packet-rnsap.c
parented88045a8d81f9d50193c2776a9d186e22807514 (diff)
- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
- dissectors regenerated with fixed asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rnsap.c')
-rw-r--r--epan/dissectors/packet-rnsap.c19
1 files changed, 6 insertions, 13 deletions
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index 84808c67d7..fbf76201f7 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -754,8 +754,6 @@ static dissector_handle_t rrc_dl_dcch_handle = NULL;
/* Initialize the protocol and registered fields */
static int proto_rnsap = -1;
-static int hf_rnsap_L3_DL_DCCH_Message_PDU = -1;
-
/*--- Included file: packet-rnsap-hf.c ---*/
#line 1 "packet-rnsap-hf.c"
@@ -2733,7 +2731,7 @@ static int hf_rnsap_value_04 = -1; /* UnsuccessfulOutcome_value *
static int hf_rnsap_value_05 = -1; /* Outcome_value */
/*--- End of included file: packet-rnsap-hf.c ---*/
-#line 64 "packet-rnsap-template.c"
+#line 62 "packet-rnsap-template.c"
/* Initialize the subtree pointers */
static int ett_rnsap = -1;
@@ -3736,7 +3734,7 @@ static gint ett_rnsap_UnsuccessfulOutcome = -1;
static gint ett_rnsap_Outcome = -1;
/*--- End of included file: packet-rnsap-ett.c ---*/
-#line 69 "packet-rnsap-template.c"
+#line 67 "packet-rnsap-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -33104,7 +33102,7 @@ static void dissect_RNSAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-rnsap-fn.c ---*/
-#line 90 "packet-rnsap-template.c"
+#line 88 "packet-rnsap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -33157,11 +33155,6 @@ void proto_register_rnsap(void) {
/* List of fields */
static hf_register_info hf[] = {
- { &hf_rnsap_L3_DL_DCCH_Message_PDU,
- { "DL-DCCH-Message", "rnsap.DL_DCCH_Message",
- FT_NONE, BASE_NONE, NULL, 0,
- "DL-DCCH-Message", HFILL }},
-
/*--- Included file: packet-rnsap-hfarr.c ---*/
#line 1 "packet-rnsap-hfarr.c"
@@ -41055,7 +41048,7 @@ void proto_register_rnsap(void) {
"rnsap.Outcome_value", HFILL }},
/*--- End of included file: packet-rnsap-hfarr.c ---*/
-#line 148 "packet-rnsap-template.c"
+#line 141 "packet-rnsap-template.c"
};
/* List of subtrees */
@@ -42059,7 +42052,7 @@ void proto_register_rnsap(void) {
&ett_rnsap_Outcome,
/*--- End of included file: packet-rnsap-ettarr.c ---*/
-#line 154 "packet-rnsap-template.c"
+#line 147 "packet-rnsap-template.c"
};
@@ -42715,7 +42708,7 @@ proto_reg_handoff_rnsap(void)
/*--- End of included file: packet-rnsap-dis-tab.c ---*/
-#line 192 "packet-rnsap-template.c"
+#line 185 "packet-rnsap-template.c"
}