aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-mpa.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-14 19:22:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-14 19:22:19 +0000
commit03c1c32b5cd05f0ea13bbff39307ca5a947db78d (patch)
tree53ba5194383de5a94ab69c8e3a38f5205501fae9 /epan/dissectors/packet-iwarp-mpa.c
parente1aebe1cb67f8c2452a6168499ede8e33950dc58 (diff)
From Philip Frey (bug 2443):
Fixed issues from last patch. svn path=/trunk/; revision=25018
Diffstat (limited to 'epan/dissectors/packet-iwarp-mpa.c')
-rw-r--r--epan/dissectors/packet-iwarp-mpa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-iwarp-mpa.c b/epan/dissectors/packet-iwarp-mpa.c
index 9a9eb51175..a509486e9c 100644
--- a/epan/dissectors/packet-iwarp-mpa.c
+++ b/epan/dissectors/packet-iwarp-mpa.c
@@ -103,7 +103,6 @@ static gint hf_mpa_pd_length = -1;
static gint hf_mpa_private_data = -1;
static gint hf_mpa_ulpdu_length = -1;
-static gint hf_mpa_ulpdu = -1;
static gint hf_mpa_pad = -1;
static gint hf_mpa_crc = -1;
static gint hf_mpa_crc_check = -1;
@@ -971,10 +970,6 @@ void proto_register_mpa(void)
"ULPDU length", "iwarp_mpa.ulpdulength",
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL } },
- { &hf_mpa_ulpdu, {
- "ULPDU", "iwarp_mpa.ulpdu",
- FT_BYTES, BASE_HEX, NULL, 0x0,
- NULL, HFILL } },
{ &hf_mpa_pad, {
"Padding", "iwarp_mpa.pad",
FT_BYTES, BASE_HEX, NULL, 0x0,