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
Package extcap implements library to help create cli app for capture by Wireshark using extcap interface (https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html).
For flags parsing, package urfave/cli is used (https://github.com/urfave/cli)
For minimal application should be implemented following functions:
GetInterfaces:
GetDLT:
StartCapture:
Full working example can be found in examples folder