================================================================================ A basic Wireshark's LUA dissector for Binary Controller Access Protocol Version 1.0.0 DENSO WAVE INC. ================================================================================ This is a basic lua dissector for the Binary Controller Access Protocol. For more information on the protocol itself, see ORiN2\CAP\b-CAP\Doc\b-CAP_Spec_en.pdf. ----- 1. Install Windows: 1) Copy b-CAP.lua under Wireshark's installation directory. 2) Edit Wireshark's init.lua file. - Add the line: dofile("b-CAP.lua") 3) Restart Wireshark. Linux: 1) Copy b-CAP.lua under /usr/share/wireshark. 2) Edit Wireshark's init.lua file. - Add the line: dofile("b-CAP.lua") 3) Restart Wireshark. ----- 2. License b-CAP.lua: a basic Wireshark's LUA dissector for Binary Controller Access Protocol Copyright (C) 2014 DENSO WAVE INCORPORATED This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ----- Thank you.