kmpm / wireshark-nmea

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

Dissecting sentences. #3

Open fojac opened 4 years ago

fojac commented 4 years ago

Hello, I'd like to know if you're planning to go deeper into the sentence dissection. I'd like to be able to parse the NMEA sentences (for instance, lat, long, date etc...), depending on their definition, instead of having "just" the fields. Does it sound possible to you? How would you add this feature to the actual script? Thanks!

kmpm commented 4 years ago

No plan for it at the moment, but contributions are welcome.