Is your feature request related to a problem? Please describe.
Without VLAN tag information, it can be harder to track down a specific device.
Describe the solution you'd like
Include VLAN information from gopacket's CaptureInfo struct. https://godoc.org/github.com/google/gopacket#CaptureInfo.
Is your feature request related to a problem? Please describe.
Without VLAN tag information, it can be harder to track down a specific device.
Describe the solution you'd like
Include VLAN information from gopacket's
CaptureInfostruct. https://godoc.org/github.com/google/gopacket#CaptureInfo.