MCPcopy
hub / github.com/google/gopacket / Layers

Method Layers

writer.go:104–104  ·  view source on GitHub ↗

Layers returns all the Layers that have been successfully serialized into this buffer already.

()

Source from the content-addressed store, hash-verified

102 // Layers returns all the Layers that have been successfully serialized into this buffer
103 // already.
104 Layers() []LayerType
105 // PushLayer adds the current Layer to the list of Layers that have been serialized
106 // into this buffer.
107 PushLayer(LayerType)

Callers 1

SerializePacketFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected