wireshark add omci analysis

step 1:add omci.lua and BinDecHex.lua to wireshare intall path.

step 2 : add "dofile(DATA DIR.."omci.lua")" to the end of ini.lua

 

if you have "BinDecHex.lua:135 attempt to call field 'gfind' (a nil valid)", following:

windowns:

in the wireshark path,open BinDecHex.lua,change "gfind" to "gmatch" in line135;

ubuntu

vi cd /usr/local/share/lua/5.2/BinDecHex.lua,change "gfind" to "gmatch" in line135;

close the wireshark then open again, it is ok!

posted @ 2018-04-06 01:46  平分秋色  阅读(527)  评论(0编辑  收藏  举报