Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationLayerDoc ¶
type ApplicationLayerDoc struct {
Payload string `json:"payload"`
}
type LinkLayerDoc ¶
type NetworkLayerDoc ¶
type PacketDocument ¶
type PacketDocument struct { Link LinkLayerDoc `json:"link_layer"` Network NetworkLayerDoc `json:"network_layer"` Transport TransportLayerDoc `json:"transport_layer"` App ApplicationLayerDoc `json:"application_layer"` }
type TransportLayerDoc ¶
Click to show internal directories.
Click to hide internal directories.