diff options
Diffstat (limited to 'packet-nlsp.c')
-rw-r--r-- | packet-nlsp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-nlsp.c b/packet-nlsp.c index d3abbdd76a..1d88c51558 100644 --- a/packet-nlsp.c +++ b/packet-nlsp.c @@ -1,7 +1,7 @@ /* packet-nlsp.c * Routines for NetWare Link Services Protocol * - * $Id: packet-nlsp.c,v 1.6 2003/04/20 01:14:42 gerald Exp $ + * $Id: packet-nlsp.c,v 1.7 2003/10/06 08:35:30 guy Exp $ * * Based on ISIS dissector by Stuart Stanley <stuarts@mxmail.net> * @@ -1591,10 +1591,6 @@ proto_register_nlsp(void) { "Holding Timer", "nlsp.hello.holding_timer", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL }}, - { &hf_nlsp_hello_holding_timer, - { "Holding Timer", "nlsp.hello.holding_timer", FT_UINT8, BASE_DEC, - NULL, 0x0, "", HFILL }}, - { &hf_nlsp_hello_priority, { "Priority", "nlsp.hello.priority", FT_UINT8, BASE_DEC, NULL, NLSP_HELLO_PRIORITY_MASK, |