MCPcopy
hub / github.com/evilsocket/opensnitch / Rfc3164

Struct Rfc3164

daemon/log/formats/rfc3164.go:15–17  ·  view source on GitHub ↗

Rfc3164 object

Source from the content-addressed store, hash-verified

13
14// Rfc3164 object
15type Rfc3164 struct {
16 seq int
17}
18
19// NewRfc3164 returns a new Rfc3164 object, that transforms a message to
20// RFC3164 format.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected