Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Dissector in Java

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Richard Drexler" <R.Drexler@xxxxxxxxx>
Date: Wed, 19 Oct 2005 11:01:15 +0200
Title: Dissector in Java

Hello,

I'm just starting in working with ethereal and intend to make a plugin for our private protocol. This protocol is completely implemented in Java and I don't want to reimplement it in C for ethereal for several reasons. One reason is, each time we extend our protocol we have to change the plugin too.

The Java implementation is done in a way, it would be easy to extend it for usage with ethereal. The missing links are two interfaces one calling some java methods and another which allows our java program to call ethereal's functions.

Maybe someone has done it before or expect it to do.

Best regards
Richard Drexler