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

Class CloseComplete

scapy/contrib/postgres.py:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437
438class CloseComplete(_ZeroPadding):
439 name = "Close Complete"
440 fields_desc = [
441 ByteTagField(b"3"),
442 SignedIntField("len", 4),
443 ]
444
445
446class Describe(_ZeroPadding):

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…