mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
delete netscan.tcp_states (should have happened in r1686)
This commit is contained in:
@@ -25,22 +25,6 @@ import volatility.obj as obj
|
||||
import volatility.cache as cache
|
||||
import socket
|
||||
|
||||
tcp_states = [
|
||||
"", # This must be empty, so the first enum starts at 1
|
||||
"CLOSED",
|
||||
"LISTENING",
|
||||
"SYN_SENT",
|
||||
"SYN_RCVD",
|
||||
"ESTABLISHED",
|
||||
"FIN_WAIT1",
|
||||
"FIN_WAIT2",
|
||||
"CLOSE_WAIT",
|
||||
"CLOSING",
|
||||
"LAST_ACK",
|
||||
"TIME_WAIT",
|
||||
"DELETE_TCB",
|
||||
]
|
||||
|
||||
# Python's socket.AF_INET6 is 0x1e but MSFT's is 0x17..and we need to use MSFT's
|
||||
AF_INET = 2
|
||||
AF_INET6 = 0x17
|
||||
|
||||
Reference in New Issue
Block a user