aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kpasswd.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-04-06 20:41:03 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-07 01:31:15 +0000
commit438459183bebf650ba05bf1c3b4aa69ba0b011e6 (patch)
treee13fe69f251d6879d32a91d4e72f4c616a04d59e /epan/dissectors/packet-kpasswd.c
parent2780ad60786ba7ddd1c054e17edd3e3b76eb2160 (diff)
kpasswd: remove unused entry hf_kpasswd_newpassword
Change-Id: I46a295ee55f97c9b384aca07f6de50bc85bd5151 Reviewed-on: https://code.wireshark.org/review/20954 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-kpasswd.c')
-rw-r--r--epan/dissectors/packet-kpasswd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-kpasswd.c b/epan/dissectors/packet-kpasswd.c
index 3f0dae75f6..09a5646239 100644
--- a/epan/dissectors/packet-kpasswd.c
+++ b/epan/dissectors/packet-kpasswd.c
@@ -42,7 +42,6 @@ static int hf_kpasswd_message_len = -1;
static int hf_kpasswd_version = -1;
static int hf_kpasswd_result = -1;
static int hf_kpasswd_result_string = -1;
-static int hf_kpasswd_newpassword = -1;
static int hf_kpasswd_ap_req_len = -1;
static int hf_kpasswd_ap_req_data = -1;
static int hf_kpasswd_krb_priv_message = -1;
@@ -283,9 +282,6 @@ proto_register_kpasswd(void)
{ &hf_kpasswd_result_string,
{ "Result String", "kpasswd.result_string", FT_STRING, BASE_NONE,
NULL, 0, NULL, HFILL }},
- { &hf_kpasswd_newpassword,
- { "New Password", "kpasswd.new_password", FT_STRING, BASE_NONE,
- NULL, 0, NULL, HFILL }},
{ &hf_kpasswd_ap_req_data,
{ "AP_REQ", "kpasswd.ap_req", FT_NONE, BASE_NONE,
NULL, 0, "AP_REQ structure", HFILL }},