3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WireSharkでECHONET Liteの通信を解析するためのプラグインECHONET-Lite-dissectorの微修正

Posted at

ECHONET-Lite-dissectorの微修正

で紹介されている

ですが、%appdata%\Wireshark\plugins に放り込んでいそいそとWiresharkを起動させると

image.png

というダウンなお知らせが。

とりあえず、echonet-lite-data.luaの37行目の

echonet-lite-data.lua
edata.fields.edt  = ProtoField.bytes("echonetlite.edata.edt",  "ECHONET Property Value Data (EDT)",  base.HEX)

echonet-lite-data.lua
edata.fields.edt  = ProtoField.bytes("echonetlite.edata.edt",  "ECHONET Property Value Data (EDT)")

のように修正してやるだけで、エラーを回避できます。
Wiresharkのどのバージョンで変更になったかまでは追跡してないのであしからず。

あと、対向機&プロトコル解析用としては

も便利です。
SETI/SETC等への応答は受け取っているものの表示しないようにマスクしてしまっているのが謎ですが。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?