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

Class _Todo

scapy/contrib/postgres.py:379–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378
379class _Todo(_ZeroPadding):
380 name = "Unsupported message"
381 fields_desc = [
382 ByteTagField(b"?"),
383 FieldLenField("len", None, fmt="I", length_of="body"),
384 StrLenField("body", None, length_from=lambda pkt: pkt.len - 4),
385 ]
386
387
388class Bind(_ZeroPadding):

Callers

nothing calls this directly

Calls 3

FieldLenFieldClass · 0.90
StrLenFieldClass · 0.90
ByteTagFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…