From 9bb44ac156b32960e7986d68c9ab546acb89705e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 16 Dec 2020 05:57:04 +0000 Subject: [PATCH] fcswils: fix a comment. In an ESS capability object, the well-known type and well-known subtype fields are 1 byte, not 2 bytes. (cherry picked from commit ed6f6a49aa59525e7ef032976ce34904c27e4393) --- epan/dissectors/packet-fcswils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */