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

Class NotificationResponse

scapy/contrib/postgres.py:573–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572
573class NotificationResponse(_ZeroPadding):
574 name = "Password Request Response"
575 fields_desc = [
576 ByteTagField(b"A"),
577 _FieldsLenField(
578 "len",
579 None,
580 fmt="I",
581 length_of=("channel", "payload"),
582 adjust=lambda pkt, x: x + 8,
583 ),
584 SignedIntField("process_id", 0),
585 StrNullField("channel", None),
586 StrNullField("payload", None),
587 ]
588
589
590class NegotiateProtocolVersion(_ZeroPadding):

Callers

nothing calls this directly

Calls 4

SignedIntFieldClass · 0.90
StrNullFieldClass · 0.90
ByteTagFieldClass · 0.85
_FieldsLenFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…