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

Class Execute

scapy/contrib/postgres.py:523–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522
523class Execute(_ZeroPadding):
524 name = "Execute Request"
525 fields_desc = [
526 ByteTagField(b"E"),
527 FieldLenField(
528 "len", None, fmt="I", length_of="portal", adjust=lambda pkt, x: x + 9
529 ),
530 StrNullField(
531 "portal",
532 "",
533 ),
534 SignedIntField("rows", 0),
535 ]
536
537
538class PasswordMessage(_ZeroPadding):

Callers

nothing calls this directly

Calls 4

FieldLenFieldClass · 0.90
StrNullFieldClass · 0.90
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…