aboutsummaryrefslogtreecommitdiffstats
path: root/packet-slowprotocols.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-13 21:20:24 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-13 21:20:24 +0000
commit9c2366ccb03991060c813ce819847c3c96569a87 (patch)
treea6d1a9e49fbb0d04e8ecbc21df5f68905ea89ffe /packet-slowprotocols.c
parentdc9f9f0cb6a0b684c4aedde3580522b0a940fde7 (diff)
Fix some compiler warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5669 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-slowprotocols.c')
-rw-r--r--packet-slowprotocols.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-slowprotocols.c b/packet-slowprotocols.c
index 97b594febe..1799a7142b 100644
--- a/packet-slowprotocols.c
+++ b/packet-slowprotocols.c
@@ -1,7 +1,7 @@
/* packet-slowprotocols.c
* Routines for EtherType (0x8809) Slow Protocols disassembly.
*
- * $Id: packet-slowprotocols.c,v 1.1 2002/06/13 07:18:47 guy Exp $
+ * $Id: packet-slowprotocols.c,v 1.2 2002/06/13 21:20:24 guy Exp $
*
* Copyright 2002 Steve Housley <steve_housley@3com.com>
*
@@ -652,7 +652,7 @@ proto_register_lacpdu(void)
{ &hf_lacpdu_flags_a_defaulted,
{ "Defaulted", "lacp.actorState.defaulted",
FT_BOOLEAN, 8, TFS(&yesno), LACPDU_FLAGS_DEFAULTED,
- "1 = Actor Rx machine is using DEFAULT Partner info, 0 = using info in Rx'd LACPDU"}},
+ "1 = Actor Rx machine is using DEFAULT Partner info, 0 = using info in Rx'd LACPDU", HFILL }},
{ &hf_lacpdu_flags_a_expired,
@@ -745,7 +745,7 @@ proto_register_lacpdu(void)
{ &hf_lacpdu_flags_p_defaulted,
{ "Defaulted", "lacp.partnerState.defaulted",
FT_BOOLEAN, 8, TFS(&yesno), LACPDU_FLAGS_DEFAULTED,
- "1 = Actor Rx machine is using DEFAULT Partner info, 0 = using info in Rx'd LACPDU"}},
+ "1 = Actor Rx machine is using DEFAULT Partner info, 0 = using info in Rx'd LACPDU", HFILL }},
{ &hf_lacpdu_flags_p_expired,