Ethereal-dev: [Ethereal-dev] Re: Help?!?

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

Date: Thu, 11 May 2006 14:48:20 -0500
>Hi all,

>Help…I am very new to Ethereal.  I am trying to learn more about it and make a
>few changes to it and I have no idea how to begin.

Keep in mind that ethereal only shows what data is in the packet. It's not a
full human readable dissector. You have to know your protocol to fully use
ethereal.

>I am focusing on the PDU packets on a DIS network.  I would like to change the
>source code to display more information about those packets, if possible.  For
>example, for an entity state PDU, the ethereal system will send back
>information such as: Entity = 76; Force ID = 0;etc.  I would like the output
to >tell me what the numbers mean. (i.e. Entity = 76 (whatever 76 equates to);
>Force ID = 0 (whatever 0 equates to); etc.

>Is that possible to do?
Not impossible, but not the best thing to do. Once you have the packets decoded
using the DIS dissector it's all you need. To understand what the values stand
for you need the IEEE specs for DIS, and mainly the EBV-DOC from
http://www.sisostds.org/. Once you have those it's easy to look up the values.

>Also, if this is possible to do, do I have to open the source code and make
>changes on that Linux machine?  How would I import those changes into the
>Ethereal application?

>Any help or comments would be greatly appreciated.

>Thank you.