Ethereal-users: Re: [Ethereal-users] How to modify the raw hex data display in ethereal?

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 6 Dec 2005 09:55:20 +0100 (CET)
On Mon, 5 Dec 2005, Jayanna, Jay wrote:

> Hi everyone,
>
> I am working on reassembling fragmented packets over UDP on a linux box.
> I have reassembled the raw hex data. I am able to decode the reassembled
> data in the 2nd window pane that has the all the network layer info
> correctly. But I am not able to modify the raw hex data that I see in
> the 3rd pane. It just shows the data part of the last fragment. If
> anyone anyone done something similar to this, please let me know. Any
> help is appreciated.

Hi,

Are you writting a plugin or something? Then you should definitly look
into the Developer Guide chapter 8.4.1 How to reassemble split UDP
packets. All the helpers are there, you just need to call them.

Good luck,
Jaap