Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TcpState = map[string]string{
"01": "ESTABLISHED",
"02": "SYN-SENT",
"03": "SYN-RECEIVED",
"04": "FIN-WAIT-1",
"05": "FIN-WAIT-2",
"06": "TIME-WAIT",
"07": "CLOSED",
"08": "CLOSE-WAIT",
"09": "LAST-ACK",
"0A": "LISTEN",
"0B": "CLOSING",
"0C": "NEW-SYN-RECEIVED",
}
Functions ¶
func ExportCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.