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

Class Flush

scapy/contrib/postgres.py:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466class Flush(_ZeroPadding):
467 name = "Flush Request"
468 fields_desc = [
469 ByteTagField(b"H"),
470 SignedIntField("len", 4),
471 ]
472
473
474class NoData(_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…