Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ KeepAlive
Class
KeepAlive
scapy/contrib/postgres.py:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
class
KeepAlive(Packet):
53
name =
"Keep Alive"
54
fields_desc = [
55
SignedIntField(
"len"
, 4),
56
]
57
58
59
class
SSLRequest(Packet):
Callers
nothing calls this directly
Calls
1
SignedIntField
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…