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

Class MPacketPreamble

scapy/layers/l2.py:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392
393class MPacketPreamble(Packet):
394 # IEEE 802.3br Figure 99-3
395 name = "MPacket Preamble"
396 fields_desc = [StrFixedLenField("preamble", b"", length=8),
397 FCSField("fcs", 0, fmt="!I")]
398
399
400class SNAP(Packet):

Callers

nothing calls this directly

Calls 2

StrFixedLenFieldClass · 0.90
FCSFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…