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

Class EmptyQueryResponse

scapy/contrib/postgres.py:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458class EmptyQueryResponse(_ZeroPadding):
459 name = "Empty Query Response"
460 fields_desc = [
461 ByteTagField(b"I"),
462 SignedIntField("len", 4),
463 ]
464
465
466class Flush(_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…