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 ed6f6a49aa)
This commit is contained in:
Guy Harris 2020-12-16 05:57:04 +00:00
parent 564ec58f6d
commit 9bb44ac156
1 changed files with 1 additions and 1 deletions

View File

@ -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 */