Linux — Wireshark

Are you trying to create a (dissector), a GUI enhancement , or a capture-time filter ?

Wireshark requires specialized permissions to capture traffic, specifically for the dumpcap program, which handles the actual packet capture. Wireshark Linux

Start Wireshark from the command line using: wireshark -X lua_script:my_feature.lua Are you trying to create a (dissector), a

Back to top