mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 03:29:02 +00:00
The logic:
byte12 == ("03" or "04")
is the same as:
byte12 == "03"
so the second comparison was never able to succeed.
Additionally, some expressions were simplified, such as not formatting
numbers into strings in order to compare them.
1.4 KiB
1.4 KiB