trilliumeng / orion-sdk

Public SDK and ICD for Trillium Engineering's Orion Gimbals.
http://www.trilliumeng.com
MIT License
15 stars 15 forks source link

Add Wireshark decoder #8

Closed magicrub closed 4 years ago

magicrub commented 4 years ago

This adds a Wireshark decoder for easier parsing of packet inspection. Features:

Pictures! image

image

image

image

magicrub commented 4 years ago

ping @jefffisher Please take a look if this is something Trillium is interested in or not.

magicrub commented 4 years ago

ping @aaronjaques Please take a look if this is something Trillium is interested in or not.

jefffisher commented 4 years ago

Hi @magicrub – this looks nice, and much simpler to maintain than Orion-Wireshark.lua, but I haven't had a chance to review yet. This repo is just a mirror of a subtree of our internal SVN repo, but I will add it internally and eventually it will show up once I've had a chance to review, get it committed, and sync it to github.

magicrub commented 4 years ago

@jefffisher thanks, Yeah, I noticed it was an SVN mirror. You guys should internally switch over to git full-time and mirror that to SVN if you need it :)

jefffisher commented 4 years ago

@magicrub I'm actually not opposed; unfortunately, git is not able to handle one of our (admittedly funky) use cases at all, so we're pretty much stuck for the time being...

magicrub commented 4 years ago

git is not able to handle one of our (admittedly funky) use cases at all

Oh.. I'm intrigued!

jefffisher commented 4 years ago

Added in 4c68583. @magicrub note that I put it in a slightly differently named directory and lumped my existing lua parser in there as well