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

Class Terminate

scapy/contrib/postgres.py:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370
371class Terminate(_ZeroPadding):
372 name = "Termination Request"
373 fields_desc = [
374 ByteTagField(b"X"),
375 SignedIntField("len", 4),
376 ]
377
378
379class _Todo(_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…