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

Class BindComplete

scapy/contrib/postgres.py:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411
412class BindComplete(_ZeroPadding):
413 name = "Bind Complete"
414 fields_desc = [
415 ByteTagField(b"2"),
416 SignedIntField("len", 4),
417 ]
418
419
420CLOSE_DESCRIBE_TYPE = {b"S": "PreparedStatement", b"P": "Portal"}

Callers

nothing calls this directly

Calls 2

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…