MCPcopy 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
52class KeepAlive(Packet):
53 name = "Keep Alive"
54 fields_desc = [
55 SignedIntField("len", 4),
56 ]
57
58
59class SSLRequest(Packet):

Callers

nothing calls this directly

Calls 1

SignedIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…