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] reproducible crash in Ethereal (latest CVS)

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 28 Jun 2004 10:51:09 -0700 (PDT)
Ulf Lamping said:
> How do you select both pane 1 & 2 to show the packet list? This
> configuration will not work!
>
> The GUI should avoid this configuration.

...and the code should do something more useful than crash if that
configuration appears in the configuration file as a result of being put
in there by hand, i.e. it shouldn't trust the value from the configuration
file, it should check it and, if it's not one of the valid values, ignore
the value from the configuration file and use the default value.