Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joushx/mode-s-dissector
A wireshark dissector for Mode-S aircraft transmissions
https://github.com/joushx/mode-s-dissector
Last synced: 3 months ago
JSON representation
A wireshark dissector for Mode-S aircraft transmissions
- Host: GitHub
- URL: https://github.com/joushx/mode-s-dissector
- Owner: joushx
- License: gpl-2.0
- Created: 2015-05-09T07:50:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T07:11:20.000Z (over 8 years ago)
- Last Synced: 2024-10-11T12:07:30.836Z (3 months ago)
- Language: Lua
- Size: 322 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mode-s-dissector
A wireshark dissector for Mode-S aircraft transmissions.![screenshot](https://raw.githubusercontent.com/joushx/mode-s-dissector/master/screenshot.png)
## Patch
Apply the patch file to [dump1090](https://github.com/MalcolmRobb/dump1090.git) so it will send raw bytes instead of hex strings on port 30002.
## Listen
Consume the raw byte stream with a TCP client e.g. netcat: `nc localhost 30002`
## Install dissector
Copy the lua file to `~/.wireshark/plugins/`.
## Run
Start wireshark and listen on the loopback interface
## Warning
This script is very alpha and constains a lot of bugs and even more unfinished things. It should not harm your computer but may displays wrong information.