1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 09:26:35 +00:00

Comment NmapOps::magic_port.

This commit is contained in:
david
2012-08-28 13:07:30 +00:00
parent 4357a97403
commit 107e878cbc

View File

@@ -191,7 +191,7 @@ class NmapOps {
int generate_random_ips; /* -iR option */
FingerPrintDB *reference_FPs; /* Used in the new OS scan system. */
std::vector<FingerMatch> os_labels_ipv6;
u16 magic_port;
u16 magic_port; /* The source port set by -g or --source-port. */
bool magic_port_set; /* Was this set by user? */
/* Scan timing/politeness issues */