Documentation
¶
Overview ¶
TTL Tracker monitors the differentials in TTL of packets matched to a given subnet by finding a common integer variance in them, it attempts to guess how many 'hops' the given downstream subnet is from the capturepoint network
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subnet ¶
type Subnet struct { Base uint32 // Integer of the base IP Address of this Subnet Mask uint32 // base Integer for XOR masking matching packets to this subnet (ie the subnet Mask) ObservedCount int // how many incoming packets have matched this Potential Subnet? Subnets []*Subnet // Potential Subnets of this Subnet }
Click to show internal directories.
Click to hide internal directories.