Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MartinoTommasini/foxdissector
A Wireshark dissector for the Niagara FOX protocol written in LUA
https://github.com/MartinoTommasini/foxdissector
building-automation fox niagara niagara-framework wireshark-dissector
Last synced: about 2 months ago
JSON representation
A Wireshark dissector for the Niagara FOX protocol written in LUA
- Host: GitHub
- URL: https://github.com/MartinoTommasini/foxdissector
- Owner: MartinoTommasini
- License: gpl-3.0
- Created: 2021-07-02T21:58:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T22:03:30.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:40:55.042Z (5 months ago)
- Topics: building-automation, fox, niagara, niagara-framework, wireshark-dissector
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-industrial-protocols - foxdissector - Wireshark dissector for the Niagara Fox protocol in Lua (Niagara Fox / Tools)
README
# Fox dissector
A Wireshark dissector for the Niagara FOX protocol written in LUA.
Fox is a text-based protocol developed by [Tridium](https://www.tridium.com/us/en) and used by Niagara devices to communicate.## Usage
To launch Wireshark with the Fox dissector
```
cd foxdissector
wireshark -X lua_script:fox.lua [your.pcap]
```Alternatively it can be directly installed in Wireshark by copying the `fox.lua` file under the Wireshark plugins folder. More information can be found [here](https://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html#wsluarm_intro) and [here](https://www.wireshark.org/docs/wsug_html_chunked/ChPluginFolders.html).