================================================================================ Binary Controller Access Protocol解析用LUAスクリプト Version 1.0.0 DENSO WAVE INC. ================================================================================ このLUAスクリプトはWiresharkでb-CAPを解析するために開発されました. b-CAPに関しての詳細な情報は,ORiN2\CAP\b-CAP\Doc\b-CAP_Spec_ja.pdfを参照して下さい. ----- 1. インストール Windows: 1) b-CAP.luaをWiresharkがインストールされているディレクトリにコピーする. 2) Wiresharkのinit.luaファイルを編集する. - 以下の行を追加: dofile("b-CAP.lua") 3) Wiresharkを再起動する. Linux: 1) b-CAP.luaを/usr/share/wiresharkにコピーする. 2) Wiresharkのinit.luaファイルを編集する. - 以下の行を追加: dofile("b-CAP.lua") 3) Wiresharkを再起動する. ----- 2. ライセンス b-CAP.lua: Binary Controller Access Protocol解析用LUAスクリプト 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 . ----- 以上.