aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcsb3.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-10 16:12:51 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-10 16:12:51 +0000
commitfddd3e01b1ddd51a43c14c7e210a4ba7c1b27432 (patch)
tree8c77bcd3e5cbf69c6143323aa4c4ecb0150205e0 /epan/dissectors/packet-fcsb3.c
parent35907cc0250c6dfe5eee27a712e7053c427f0164 (diff)
Remove an extra HF array item.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16178 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fcsb3.c')
-rw-r--r--epan/dissectors/packet-fcsb3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-fcsb3.c b/epan/dissectors/packet-fcsb3.c
index 8407fb77d6..3e70902999 100644
--- a/epan/dissectors/packet-fcsb3.c
+++ b/epan/dissectors/packet-fcsb3.c
@@ -1032,9 +1032,6 @@ proto_register_fcsbccs (void)
{ &hf_sbccs_dib_lrjcode,
{"LRJ Reaspn Code", "sbccs.lrjcode", FT_UINT8, BASE_HEX,
VALS (fc_sbccs_dib_lrj_errcode_val), 0x7F, "", HFILL}},
- { &hf_sbccs_iui,
- {"Information Unit Identifier", "sbccs.iui", FT_UINT8, BASE_HEX,
- NULL, 0x0, "", HFILL}},
{ &hf_sbccs_iui_as,
{"AS", "sbccs.iui.as", FT_BOOLEAN, 8,
TFS(&tfs_sbccs_iui_as), 0x10, "", HFILL}},