Skip to content

Commit

Permalink
Wireshark dissector: fix flag enums
Browse files Browse the repository at this point in the history
add tests, remove defunct script
  • Loading branch information
rotu authored and peterbarker committed Sep 5, 2023
1 parent 73c7ffe commit b1e16d1
Show file tree
Hide file tree
Showing 12 changed files with 8,896 additions and 363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt update
sudo apt install -y libgtest-dev g++
sudo apt install -y libgtest-dev g++ tshark
- uses: actions/setup-node@v3
with:
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
| apmsetrate.py | Set the Stream Rate on an APM. |
| magtest.py | Rotate APMs on bench to test magnetometers. |
| mavtcpsniff.py | Connect as a client to two tcpip ports on localhost with mavlink packets. Pass them both directions, and show packets in human-readable format on-screen. |
| mav2pcap.py | Packetizes a binary MAVLink stream. The resulting packets are stored into a PCAP file, which is compatible to tools like Wireshark. |
| wptogpx.py | Extract GPS data from a waypoint file, and create a GPX file, for loading into Google Earth. |
| mavgps.py | Allows connection of the uBlox u-Center software to a uBlox GPS device connected to a PX4 or Pixhawk device, using Mavlink's SERIAL_CONTROL support to route serial traffic to/from the GPS, and exposing the data to u-Center via a local TCP connection. |
| mavtester.py | Test mavlink messages.
232 changes: 0 additions & 232 deletions examples/mav2pcap.py

This file was deleted.

Loading

0 comments on commit b1e16d1

Please sign in to comment.