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

Class NDRUnion

scapy/layers/dcerpc.py:2446–2450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444
2445
2446class NDRUnion(_NDRPacket):
2447 fields_desc = [
2448 IntField("tag", 0),
2449 PacketField("value", None, conf.raw_layer),
2450 ]
2451
2452
2453class _NDRUnionField(MultipleTypeField):

Callers 9

_build_ticketMethod · 0.90
resolvesidsMethod · 0.90
netr_share_enumMethod · 0.90
netr_wksta_getinfoMethod · 0.90
netr_server_getinfoMethod · 0.90
netr_share_getinfoMethod · 0.90
sharesMethod · 0.90
_getSessionBaseKeyMethod · 0.90
getfieldMethod · 0.85

Calls 2

IntFieldClass · 0.90
PacketFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…