From 107e878cbcfe6fe46b2a254eae00d5d78239a92e Mon Sep 17 00:00:00 2001 From: david Date: Tue, 28 Aug 2012 13:07:30 +0000 Subject: [PATCH] Comment NmapOps::magic_port. --- NmapOps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NmapOps.h b/NmapOps.h index 330ea529f..9f47e3438 100644 --- a/NmapOps.h +++ b/NmapOps.h @@ -191,7 +191,7 @@ class NmapOps { int generate_random_ips; /* -iR option */ FingerPrintDB *reference_FPs; /* Used in the new OS scan system. */ std::vector 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 */