Documentation
¶
Index ¶
- func New(protoParser grpc.ProtoParser, servicePort int, guessPaths []string) (_ parser.Parser, err error)
- type ConnID
- type HpackDecoder
- type Parser
- type StreamID
- type TCPSegment
- func (s TCPSegment) ConnID() string
- func (s TCPSegment) Dport() int
- func (s TCPSegment) Dst() string
- func (s TCPSegment) FIN() bool
- func (s TCPSegment) HasApplicationLayer() bool
- func (s TCPSegment) Payload() (payload []byte)
- func (s TCPSegment) RevConnID() string
- func (s TCPSegment) Sport() int
- func (s TCPSegment) Src() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HpackDecoder ¶
type HpackDecoder struct {
// contains filtered or unexported fields
}
func (*HpackDecoder) Clear ¶
func (h *HpackDecoder) Clear(connID string)
func (*HpackDecoder) Decode ¶
func (h *HpackDecoder) Decode(connID string, hf *http2.HeadersFrame) ([]hpack.HeaderField, error)
func (*HpackDecoder) DecodePartial ¶
func (h *HpackDecoder) DecodePartial(p []byte) (hf []hpack.HeaderField)
type TCPSegment ¶
func (TCPSegment) ConnID ¶
func (s TCPSegment) ConnID() string
func (TCPSegment) Dport ¶
func (s TCPSegment) Dport() int
func (TCPSegment) Dst ¶
func (s TCPSegment) Dst() string
func (TCPSegment) FIN ¶
func (s TCPSegment) FIN() bool
func (TCPSegment) HasApplicationLayer ¶
func (s TCPSegment) HasApplicationLayer() bool
func (TCPSegment) Payload ¶
func (s TCPSegment) Payload() (payload []byte)
func (TCPSegment) RevConnID ¶
func (s TCPSegment) RevConnID() string
func (TCPSegment) Sport ¶
func (s TCPSegment) Sport() int
func (TCPSegment) Src ¶
func (s TCPSegment) Src() string
Click to show internal directories.
Click to hide internal directories.