Our objective is to write a wireshark plugin which displays DoIP network traffic.
The protocol is defined in ISO 13400-2.
The plugin can be build both for Windows and Linux-based operating systems. For further details see below
- apt (if not available, the scripts in section Compiling have to be adapted)
- autoconf (>= 2.6)
- automake (>= 1.9)
- libtool (>= 1.4)
- GLib 2
Execute following scripts in this order:
- clone the project
- enter the project directory
- execute bash build/prepare_env.sh
- execute bash build/plugin.sh
As a result there will be a shared-object file as ./wireshark/plugins/doip/.libs.
Copy ./wireshark/plugins/doip/.libs/doip.so to your wireshark plugin directory (e.g. ~/.wireshark/plugins)
TODO