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

Class NRBFClassWithId

scapy/layers/ms_nrtp.py:742–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740
741
742class NRBFClassWithId(NRBFRecord):
743 RecordTypeEnum = 1
744 fields_desc = [
745 NRBFRecord,
746 LESignedIntField("ObjectId", 0),
747 LESignedIntField("MetadataId", 0),
748 ]
749
750
751# [MS-NRBF] sect 2.5.2

Callers

nothing calls this directly

Calls 1

LESignedIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…