Skip to content

kmpm/wireshark-nmea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

nmea 0183 over ethernet protocol dissector for wireshark written in lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published