MCPcopy Index your code
hub / github.com/google/gopacket / Dst

Method Dst

flows.go:200–203  ·  view source on GitHub ↗

Dst returns the destination Endpoint for this flow.

()

Source from the content-addressed store, hash-verified

198
199// Dst returns the destination Endpoint for this flow.
200func (f Flow) Dst() (dst Endpoint) {
201 _, dst = f.Endpoints()
202 return
203}
204
205// Reverse returns a new flow with endpoints reversed.
206func (f Flow) Reverse() Flow {

Callers 1

Calls 1

EndpointsMethod · 0.95

Tested by 1