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

Wireshark-dev: Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 11 Jan 2007 13:20:42 +0100 (CET)
Hi,

That looks like the OMAPI protocol I've created a dissector for some time
ago. Have a look at packet-omapi.c for that. It's based on the assumption
that it is a simple protocol, therefore the pvtcursor convenience
functions are used.

Thanx,
Jaap

On Thu, 11 Jan 2007, sharon lin wrote:

> It's a binary protocol using TCP as a transport protocol when each packet is
> preceded by opcode
>
>
> On 1/11/07, Guy Harris <guy@xxxxxxxxxxxx> wrote:
> >
> > Jaap Keuter wrote:
> >
> > > Many many protocols using TCP as a transport protocol. You'll have
> > > to be a little more specific about the company protocol.
> >
> > For example, is it a binary protocol with each packet preceded by a
> > packet length value, or is it an HTTP-like protocol, or is it something
> > different from either of those?
>