aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 16:43:07 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 16:43:07 +0000
commit5b3624e3ff94c14098a8f3ff23c742317d147876 (patch)
tree0581707eaac9d705af2c2096320de1eea7c0741e /plugins
parent7691619a63fee3ba8ef5c616c0767b03e067dca7 (diff)
Removed unused hf_ecat_mailbox.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34543 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ethercat/packet-ecatmb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index fa46ea5f38..7aee5d7430 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -64,7 +64,6 @@ static int ett_ecat_mailbox_soe = -1;
static int ett_ecat_mailbox_fraghead = -1;
static int ett_ecat_mailbox_header = -1;
-static int hf_ecat_mailbox = -1;
static int hf_ecat_mailboxlength = -1;
static int hf_ecat_mailboxaddress = -1;
static int hf_ecat_mailbox_eoe = -1;
@@ -1375,11 +1374,6 @@ void proto_register_ecat_mailbox(void)
static hf_register_info hf[] =
{
- { &hf_ecat_mailbox,
- { "Mbx:", "ecat_mailbox",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- NULL, HFILL }
- },
{ &hf_ecat_mailboxlength,
{ "Length", "ecat_mailbox.length",
FT_UINT16, BASE_DEC, NULL, 0x0,