Ethereal-users: Re: [Ethereal-users] TCP "Data" ?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 19 Nov 2003 14:01:46 -0800

On Nov 19, 2003, at 1:51 PM, Tony Scarola wrote:

Okay... Is this (writing a dissector) something a "non programmer" can do?

In the literal sense, no, because the act of writing a dissector is programming (writing C code).

However, if "non-programmer" just means "somebody whose job title doesn't say something such as 'programmer' or 'software engineer'", a "non-programmer" unafraid of writing C code might be able to write one.

We don't have any mechanisms to, for example, turn a higher-level description of packets into a dissector.

And if so, are there any instructions available for writing a dissector?

About all we have is

1) various "README" files in the "doc" subdirectory of the Ethereal source

and

	2) source code to existing dissectors.