aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-27 22:04:33 +0900
committerHarald Welte <laforge@gnumonks.org>2009-08-27 22:04:33 +0900
commit2c700e4420f4d62cc28d3ec5ad340051950ad78a (patch)
treebb31acb108cd005e00ca10439262e760647afd8b /wireshark
parentc25b36983971b98016626a94c4ac72fe311e474a (diff)
remove unused variable
Diffstat (limited to 'wireshark')
-rw-r--r--wireshark/gsm_a_rr-rrlp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/wireshark/gsm_a_rr-rrlp.patch b/wireshark/gsm_a_rr-rrlp.patch
index 2e79d2b37..e49e92e8b 100644
--- a/wireshark/gsm_a_rr-rrlp.patch
+++ b/wireshark/gsm_a_rr-rrlp.patch
@@ -2,14 +2,6 @@ Index: wireshark/epan/dissectors/packet-gsm_a_rr.c
===================================================================
--- wireshark.orig/epan/dissectors/packet-gsm_a_rr.c
+++ wireshark/epan/dissectors/packet-gsm_a_rr.c
-@@ -69,6 +69,7 @@
-
- static dissector_handle_t rrc_irat_ho_info_handle;
- static dissector_handle_t rrc_irat_ho_to_utran_cmd_handle;
-+static packet_info *rr_apdu_pinfo;
-
- #define PADDING_BYTE 0x2B
-
@@ -301,9 +302,9 @@
{ 0x00, "Extended Measurement Results" }, /* [3] 10.5.2.45 Extended Measurement Results */
{ 0x00, "Extended Measurement Frequency List" }, /* [3] 10.5.2.46 Extended Measurement Frequency List */
@@ -140,14 +132,6 @@ Index: wireshark/epan/dissectors/packet-gsm_a_rr.c
NULL, /* NONE */
};
-@@ -8499,6 +8562,7 @@
- */
- switch (pd){
- case 6:
-+ rr_apdu_pinfo = pinfo;
- get_rr_msg_params(oct, &msg_str, &ett_tree, &hf_idx, &msg_fcn);
- break;
-
@@ -9155,6 +9219,21 @@
FT_UINT8,BASE_DEC, VALS(gsm_a_rr_suspension_cause_vals), 0x0,
NULL, HFILL }