]> The Tcpdump Group git mirrors - tcpdump/commit
Fix the misleading comment regarding "From DS", "To DS" Frame Control Flags
authorGokul Sivakumar <[email protected]>
Sun, 27 Jun 2021 10:43:06 +0000 (16:13 +0530)
committerGuy Harris <[email protected]>
Mon, 10 Oct 2022 07:23:11 +0000 (00:23 -0700)
commit3901bcf870dc064e7a84bb685f6e66942e726bb6
tree3cd7fc86838412cc2f131d06f90f53d7e7524232
parent19929486312e33bbe44c027c60feefa6701092a0
Fix the misleading comment regarding "From DS", "To DS" Frame Control Flags

In the case where the "From DS" bit is not set and the "To DS" bit is set
in the Frame Control Bitmask, the comment line in the corresponding if else
block was misleading that the "From DS" bit is set and the "To DS" bit is
not set.

(cherry picked from commit ff5484806e9e96dec7a6521d86f7f0b17a1fbb81)
print-802_11.c