aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cl3dcw.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2021-07-17 16:35:41 -0400
committerEvan Huus <eapache@gmail.com>2021-07-17 16:35:41 -0400
commitf54493278f274cf447328bd4cd496baa790e50b1 (patch)
treef8549c74dddf0b6b63b67bdbdfb9c1e75ddc9f62 /epan/dissectors/packet-cl3dcw.c
parent490017ea7f8967c65287600108ef03016d30c4c4 (diff)
Delete various unused fields
Discovered during the build failure of https://gitlab.com/wireshark/wireshark/-/merge_requests/3695
Diffstat (limited to 'epan/dissectors/packet-cl3dcw.c')
-rw-r--r--epan/dissectors/packet-cl3dcw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-cl3dcw.c b/epan/dissectors/packet-cl3dcw.c
index 5d9d69db35..d46eaeabed 100644
--- a/epan/dissectors/packet-cl3dcw.c
+++ b/epan/dissectors/packet-cl3dcw.c
@@ -29,7 +29,6 @@ static int hf_cl3dcw_type = -1;
static int hf_cl3dcw_dccount = -1;
static int hf_cl3dcw_datamacaddrcount = -1;
static int hf_cl3dcw_datassidcount = -1;
-static int hf_cl3dcw_pcmacaddr = -1;
static int hf_cl3dcw_dcmacaddr = -1;
static int hf_cl3dcw_dcssid = -1;
static int hf_cl3dcw_dcbond = -1;
@@ -295,10 +294,6 @@ proto_register_cl3dcw(void) {
{ "Data SSID Count", "cl3dcw.datassidcount",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
- { &hf_cl3dcw_pcmacaddr,
- { "Primary Channel MAC Address", "cl3dcw.pcmacaddr",
- FT_ETHER, BASE_NONE, NULL, 0x0,
- NULL, HFILL }},
{ &hf_cl3dcw_dcmacaddr,
{ "Data Channel MAC Address", "cl3dcw.dcmacaddr",
FT_ETHER, BASE_NONE, NULL, 0x0,