MCPcopy Create free account
hub / github.com/secdev/scapy / BackendKeyData

Class BackendKeyData

scapy/contrib/postgres.py:249–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249class BackendKeyData(_ZeroPadding):
250 name = "Backend Key Data"
251 fields_desc = [
252 ByteTagField(b"K"),
253 FieldLenField("len", None, fmt="I"),
254 SignedIntField("pid", 0),
255 SignedIntField("key", 0),
256 ]
257
258
259STATUS_TYPE = {

Callers

nothing calls this directly

Calls 3

FieldLenFieldClass · 0.90
SignedIntFieldClass · 0.90
ByteTagFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…