]> 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)
committerfxlb <[email protected]>
Sun, 27 Jun 2021 19:00:00 +0000 (19:00 +0000)
commitff5484806e9e96dec7a6521d86f7f0b17a1fbb81
tree4a705048045d818e8068930fe796c6040686ff5f
parent880b867ee73ae757faebbab13213c7d4079222a5
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.
print-802_11.c