From 2c700e4420f4d62cc28d3ec5ad340051950ad78a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 27 Aug 2009 22:04:33 +0900 Subject: remove unused variable --- wireshark/gsm_a_rr-rrlp.patch | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'wireshark') 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 } -- cgit v1.2.3