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

Class MSBExtendedFieldLen

scapy/layers/ms_nrtp.py:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331
332
333class MSBExtendedFieldLen(MSBExtendedField):
334 __slots__ = FieldLenField.__slots__
335
336 def __init__(self, name, default, length_of=None):
337 FieldLenField.__init__(self, name, default, length_of=length_of)
338 super(MSBExtendedFieldLen, self).__init__(name, default)
339
340 i2m = FieldLenField.i2m
341
342
343# [MS-NRBF] sect 2.1.1.6

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…