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

Class NoData

scapy/contrib/postgres.py:474–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473
474class NoData(_ZeroPadding):
475 name = "No Data Response"
476 fields_desc = [
477 ByteTagField(b"n"),
478 SignedIntField("len", 4),
479 ]
480
481
482class ParseComplete(_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…