mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
Fix comment. This was related to netlink_sock not packer_sock
This commit is contained in:
@@ -766,7 +766,6 @@ class packet_sock(objects.StructType):
|
||||
@property
|
||||
def state(self):
|
||||
# Packet socket types are either SOCK_RAW or SOCK_DGRAM.
|
||||
# NOTE: We are overriding netlink_sock.state here
|
||||
return "UNCONNECTED"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user