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

Class NRBFBinaryObjectString

scapy/layers/ms_nrtp.py:918–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916
917
918class NRBFBinaryObjectString(NRBFRecord):
919 RecordTypeEnum = 6
920 fields_desc = [
921 NRBFRecord,
922 LEIntField("ObjectId", 0),
923 PacketField("Value", NRBFLengthPrefixedString(), NRBFLengthPrefixedString),
924 ]
925
926
927# [MS-NRBF] sect 2.6.1

Callers

nothing calls this directly

Calls 3

LEIntFieldClass · 0.90
PacketFieldClass · 0.90

Tested by

no test coverage detected