MCPcopy Index your code
hub / github.com/secdev/scapy / DceRpc5AbstractSyntax

Class DceRpc5AbstractSyntax

scapy/layers/dcerpc.py:983–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981
982
983class DceRpc5AbstractSyntax(EPacket):
984 name = "Presentation Syntax (p_syntax_id_t)"
985 fields_desc = [
986 _EField(
987 UUIDEnumField(
988 "if_uuid",
989 None,
990 (
991 # Those are dynamic
992 DCE_RPC_INTERFACES_NAMES.get,
993 lambda x: DCE_RPC_INTERFACES_NAMES_rev.get(x.lower()),
994 ),
995 )
996 ),
997 _EField(IntField("if_version", 3)),
998 ]
999
1000
1001class DceRpc5TransferSyntax(EPacket):

Callers 1

_get_bind_contextMethod · 0.90

Calls 4

UUIDEnumFieldClass · 0.90
IntFieldClass · 0.90
_EFieldClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…