Skip to content

Repository for the wireshark plugin development project of the AMOS 16 course

License

Notifications You must be signed in to change notification settings

AMOS-ss16-proj3/amos-ss16-proj3

Repository files navigation

Build Status

amos-ss16-proj3: A Wireshark Plugin for Monitoring In-car Communication

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

Linux

Requirements

Compiling

Execute following scripts in this order:

  1. clone the project
  2. enter the project directory
  3. execute bash build/prepare_env.sh
  4. execute bash build/plugin.sh

As a result there will be a shared-object file as ./wireshark/plugins/doip/.libs.

Install

Copy ./wireshark/plugins/doip/.libs/doip.so to your wireshark plugin directory (e.g. ~/.wireshark/plugins)

Windows

TODO