kmpm / wireshark-nmea

nmea 0183 over ethernet protocol dissector for wireshark written in lua
Apache License 2.0
19 stars 6 forks source link

wireshark-nmea

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

Testing

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.