ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] RFC: ability to show protocol field errors

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

From: Matthijs Melchior <mmelchior@xxxxxxxxx>
Date: Sat, 20 Sep 2003 11:04:49 +0200
Hi,

Biot Olivier wrote:

Hi all,

How about adding a boolean to every protocol field in the protocol tree, so
it would be easy to track protocol errors by just looking at protocol
fields?

The tree view could for example display the following:
! [-] User Datagram Protocol, Src Port: 12345 (12345), Dst Port: 23 (telnet)
       Source port: 12345 (12345)
       Destination port: 23 (telnet)
       Length: 14
     ! Checksum: 0xcafe (Incorrect, should be 0xbabe)
     Telnet data

We could also choose to use an italic font and/or color inversion
to highlight errors...

Regards,

Olivier
Yes, I have been experimenting with an enum added to field_info and
using that to set the background color of protocol tree item. This color
is also applied to all enclosing pdu's in order to notice the presence
of a property without having to expand all sublevels.

This enum is to be set based on the outcome of the packet selection
expression and your proposal would be implemented using the following:
"tcp.checksum_bad == 1 || frame".

The code is not complete enough to be submitted as a patch.
Some encouragement may help complete it, though...

--
Regards,
----------------------------------------------------------------  -o)
Matthijs Melchior                                       Maarssen  /\\
mmelchior@xxxxxxxxx                                  Netherlands _\_v
---------------------------------------------------------------- ----