1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Fix an incorrect comment.

This commit is contained in:
david
2009-08-20 00:07:46 +00:00
parent 9cff9beb20
commit 745d016000

View File

@@ -200,7 +200,7 @@ class TraceGroup {
TraceGroup(u32 dip, u16 sport, struct probespec& probe); TraceGroup(u32 dip, u16 sport, struct probespec& probe);
~TraceGroup(); ~TraceGroup();
/* map of all probes sent to this TraceGroups IP address. The map is keyed /* map of all probes sent to this TraceGroups IP address. The map is keyed
* by the source port of the probe */ * by the TTL value of the probe */
std::map < u16, TraceProbe * >TraceProbes; std::map < u16, TraceProbe * >TraceProbes;
std::map < u16, TraceProbe * >::size_type size() { std::map < u16, TraceProbe * >::size_type size() {
return TraceProbes.size (); return TraceProbes.size ();