wireshark-nmea

nmea 0183 over ethernet protocol dissector for wireshark written in lua

APACHE-2.0 License

Stars
19

wireshark-nmea

Wireshark protocol dissector in lua for NMEA 0183 protocol over ethernet.

Testing

  • tshark -r samples/second.pcapng -T fields -X lua_script:nmea0183.lua -e nmea.message
  • wireshark -X lua_script:nmea0183.lua samples/second.pcapng
  • make clean tests

PowerShell / Windows

# if wireshark is installed in the "normal" folder
& 'C:\Program Files\Wireshark\Wireshark.exe' -X lua_script:nmea0183.lua samples\second.pcapng


# usint tshark and showing header, type and fields from the dissected data
& 'C:\Program Files\Wireshark\tshark.exe'  -X lua_script:nmea0183.lua -T fields -e nmea.header -e nmea.type -e nmea.fields -r .\samples\second.pcapng

Reference

License

Apache License 2.0. See the file LICENSE.