mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 11:49:01 +00:00
Fix an incorrect comment.
This commit is contained in:
@@ -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 ();
|
||||||
|
|||||||
Reference in New Issue
Block a user