Versions in this module Expand all Collapse all v1 v1.9.0-alpha Dec 12, 2018 v1.8.1 Mar 4, 2019 Changes in this version + const Prefix + var L3Protocol_name = map[int32]string + var L3Protocol_value = map[string]int32 + var L4Protocol_name = map[int32]string + var L4Protocol_value = map[string]int32 + func Key(name string) string + type L3Protocol int32 + const L3Protocol_ALL + const L3Protocol_IPv4 + const L3Protocol_IPv6 + const L3Protocol_UNDEFINED_L3 + func (L3Protocol) EnumDescriptor() ([]byte, []int) + func (x L3Protocol) String() string + type L4Protocol int32 + const L4Protocol_TCP + const L4Protocol_UDP + const L4Protocol_UNDEFINED_L4 + func (L4Protocol) EnumDescriptor() ([]byte, []int) + func (x L4Protocol) String() string + type Punt struct + L3Protocol L3Protocol + L4Protocol L4Protocol + Name string + Port uint32 + SocketPath string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Punt) Descriptor() ([]byte, []int) + func (*Punt) ProtoMessage() + func (dst *Punt) XXX_Merge(src proto.Message) + func (m *Punt) GetL3Protocol() L3Protocol + func (m *Punt) GetL4Protocol() L4Protocol + func (m *Punt) GetName() string + func (m *Punt) GetPort() uint32 + func (m *Punt) GetSocketPath() string + func (m *Punt) Reset() + func (m *Punt) String() string + func (m *Punt) XXX_DiscardUnknown() + func (m *Punt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Punt) XXX_Size() int + func (m *Punt) XXX_Unmarshal(b []byte) error