Re-arrange #if 0/#endif related to an hf[] entry so that checkhf doesn't complain.

svn path=/trunk/; revision=54988
This commit is contained in:
Bill Meier 2014-01-28 03:02:37 +00:00
parent 953d54b120
commit c1e53e7359
1 changed files with 5 additions and 2 deletions

View File

@ -245,14 +245,17 @@ void proto_register_redbackli(void) {
{ &hf_redbackli_sessid,
{ "Session Id", "redbackli.sessid", FT_UINT32, BASE_DEC, NULL, 0x0,
"Session Identifier", HFILL }},
{ &hf_redbackli_dir,
#if 0 /* XXX: If one goes by the heuristic then this field can be variable length ??
In the absence of any documentation We'll assume that's the case
(even though 'direction' sounds like a fixed length field */
{ &hf_redbackli_dir,
{ "Direction", "redbackli.dir", FT_UINT8, BASE_DEC, NULL, 0x0,
#endif
NULL, HFILL }},
#else
{ &hf_redbackli_dir,
{ "Direction", "redbackli.dir", FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
#endif
{ &hf_redbackli_label,
{ "Label", "redbackli.label", FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},