You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only pcap for files and interfaces is supported. The ability to select different capture sources should be added for flexibility and performance on different platforms.
This requires a device struct and a way to set it when a sniffer is initialised. Device options should cover as much as gopacket supports, currently as follows:
AF_Packet
PCAP
PF_Ring
winsock
The text was updated successfully, but these errors were encountered:
Currently only pcap for files and interfaces is supported. The ability to select different capture sources should be added for flexibility and performance on different platforms.
This requires a device struct and a way to set it when a sniffer is initialised. Device options should cover as much as
gopacket
supports, currently as follows:The text was updated successfully, but these errors were encountered: