Skip to content
  • Usage:

    1. Install the Wireshark package

    For example, on Ubuntu, run sudo apt install wireshark

    1. Use the following
    sudo wireshark -X lua_script:<location_of_script> <location_of_pcap_file>

    For example, say your Lua script and PCAP files are in ~/Downloads folder, then run:

    sudo wireshark -X lua_script:/home/user/Downloads/new_ip.lua /home/user/Downloads/file.pcap
    Edited by Ameya Deshpande
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment