mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix an incorrect comment.
This commit is contained in:
parent
9cff9beb20
commit
745d016000
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class TraceGroup {
|
|||
TraceGroup(u32 dip, u16 sport, struct probespec& probe);
|
||||
~TraceGroup();
|
||||
/* 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 * >::size_type size() {
|
||||
return TraceProbes.size ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue