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

Class NRBFBinaryLibrary

scapy/layers/ms_nrtp.py:944–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942
943
944class NRBFBinaryLibrary(NRBFRecord):
945 RecordTypeEnum = 12
946 fields_desc = [
947 NRBFRecord,
948 LESignedIntField("LibraryId", 0),
949 PacketField(
950 "LibraryName", NRBFLengthPrefixedString(), NRBFLengthPrefixedString
951 ),
952 ]
953
954
955# [MS-NRBF] sect 2.6.3

Callers

nothing calls this directly

Calls 3

LESignedIntFieldClass · 0.90
PacketFieldClass · 0.90

Tested by

no test coverage detected