Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByAddressSorter ¶
func (ByAddressSorter) Len ¶
func (a ByAddressSorter) Len() int
func (ByAddressSorter) Less ¶
func (a ByAddressSorter) Less(i, j int) bool
func (ByAddressSorter) Swap ¶
func (a ByAddressSorter) Swap(i, j int)
type ByIpSorter ¶
func (ByIpSorter) Len ¶
func (a ByIpSorter) Len() int
func (ByIpSorter) Less ¶
func (a ByIpSorter) Less(i, j int) bool
func (ByIpSorter) Swap ¶
func (a ByIpSorter) Swap(i, j int)
type ByMacSorter ¶
func (ByMacSorter) Len ¶
func (a ByMacSorter) Len() int
func (ByMacSorter) Less ¶
func (a ByMacSorter) Less(i, j int) bool
func (ByMacSorter) Swap ¶
func (a ByMacSorter) Swap(i, j int)
type ByRcvdSorter ¶
func (ByRcvdSorter) Len ¶
func (a ByRcvdSorter) Len() int
func (ByRcvdSorter) Less ¶
func (a ByRcvdSorter) Less(i, j int) bool
func (ByRcvdSorter) Swap ¶
func (a ByRcvdSorter) Swap(i, j int)
type BySeenSorter ¶
func (BySeenSorter) Len ¶
func (a BySeenSorter) Len() int
func (BySeenSorter) Less ¶
func (a BySeenSorter) Less(i, j int) bool
func (BySeenSorter) Swap ¶
func (a BySeenSorter) Swap(i, j int)
type BySentSorter ¶
func (BySentSorter) Len ¶
func (a BySentSorter) Len() int
func (BySentSorter) Less ¶
func (a BySentSorter) Less(i, j int) bool
func (BySentSorter) Swap ¶
func (a BySentSorter) Swap(i, j int)
type Discovery ¶
type Discovery struct { session.SessionModule // contains filtered or unexported fields }
func NewDiscovery ¶
func (Discovery) Description ¶
type ProtoPairList ¶
type ProtoPairList []ProtoPair
func (ProtoPairList) Len ¶
func (p ProtoPairList) Len() int
func (ProtoPairList) Less ¶
func (p ProtoPairList) Less(i, j int) bool
func (ProtoPairList) Swap ¶
func (p ProtoPairList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.