1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 03:29:02 +00:00
Files
nmap/scripts/iax2-version.nse
dmiller 55da3727b6 Fix an error in iax2-version
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.
2014-09-03 04:49:47 +00:00

1.4 KiB