aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-08-22 21:58:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-08-22 21:58:21 +0000
commit391431af73ab825faa84f3e627634a8e7d3a9666 (patch)
tree01452078771bf93056037c1a109ef87f3ac0d91f /epan/dissectors/packet-slowprotocols.c
parent367c7f0c4c7e2984bbd9b5b65da083de21f72752 (diff)
From Todd J Martin:
When LACP packets have the actor state or partner state fields set to 0x00, wireshark prints the state like this (note the closing parenthesis): Actor State: 0x00) Since there are no flags set, this fields should be printed like this: Actor State: 0x00 svn path=/trunk/; revision=22594
Diffstat (limited to 'epan/dissectors/packet-slowprotocols.c')
-rw-r--r--epan/dissectors/packet-slowprotocols.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-slowprotocols.c b/epan/dissectors/packet-slowprotocols.c
index 4aff3a1098..15d6d8d8fe 100644
--- a/epan/dissectors/packet-slowprotocols.c
+++ b/epan/dissectors/packet-slowprotocols.c
@@ -1114,7 +1114,6 @@ dissect_lacp_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_boolean(actor_flags_tree, hf_lacpdu_flags_a_expired, tvb,
LACPDU_ACTOR_STATE, 1, flags);
- sep = cont_sep;
if (sep != initial_sep)
{
/* We put something in; put in the terminating ")" */
@@ -1239,7 +1238,6 @@ dissect_lacp_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_boolean(partner_flags_tree, hf_lacpdu_flags_p_expired, tvb,
LACPDU_PARTNER_STATE, 1, flags);
- sep = cont_sep;
if (sep != initial_sep)
{
/* We put something in; put in the terminating ")" */