A Wireshark dissector for the Niagara FOX protocol written in LUA.
Fox is a text-based protocol developed by Tridium and used by Niagara devices to communicate.
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 and here.