aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-12-15 21:57:04 -0800
committerGuy Harris <gharris@sonic.net>2020-12-16 08:44:09 +0000
commited6f6a49aa59525e7ef032976ce34904c27e4393 (patch)
tree27379ac5415fdb4e39be28cc9fea2efb2651696a /epan
parent58dc84ab0465dca266a419c12b6571b7d297521f (diff)
fcswils: fix a comment.
In an ESS capability object, the well-known type and well-known subtype fields are 1 byte, not 2 bytes.
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-fcswils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcswils.c b/epan/dissectors/packet-fcswils.c
index 0236791596..110abaf1ed 100644
--- a/epan/dissectors/packet-fcswils.c
+++ b/epan/dissectors/packet-fcswils.c
@@ -621,7 +621,7 @@ dissect_swils_ess_capability_obj(tvbuff_t *tvb, proto_tree *tree, int offset)
if (tree) {
/*
- * Structure of capability object is: WK type (2B), WK subtype(2),
+ * Structure of capability object is: WK type (1B), WK subtype(1),
* rsvd (1), num_cap_entries (1), entry_1 (8) ... entry_n (8)
*/
/* Compute length first to create subtree of cap object */