AMOS-ss16-proj3 / amos-ss16-proj3

Repository for the wireshark plugin development project of the AMOS 16 course
GNU Affero General Public License v3.0
10 stars 12 forks source link

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