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

Class ARBlockRes

scapy/contrib/pnio_rpc.py:821–832  ·  view source on GitHub ↗

Application relationship block response

Source from the content-addressed store, hash-verified

819
820
821class ARBlockRes(Block):
822 """Application relationship block response"""
823 fields_desc = [
824 BlockHeader,
825 XShortEnumField("ARType", 1, AR_TYPE),
826 UUIDField("ARUUID", None),
827 ShortField("SessionKey", 0),
828 MACField("CMResponderMacAdd", None),
829 ShortField("CMResponderUDPRTPort", 0x8892),
830 ]
831 # default block_type value
832 block_type = 0x8101
833
834
835# IOCRBlockRe{q,s}

Callers 1

get_responseMethod · 0.85

Calls 4

XShortEnumFieldClass · 0.90
UUIDFieldClass · 0.90
ShortFieldClass · 0.90
MACFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…