Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Unhandled exception in pdml xml output (H323 f rame ?)

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Mon, 26 Apr 2004 09:50:27 -0500
On Monday 26 April 2004 09:17, Biot Olivier wrote:
> Anyway, the DLSW dissector must be fixed as this may also happen with valid
> DSLW packets.
>
> Regards,
>
> Olivier
>

But I'm also wondering why the exception is not being caught. The exception is 
a ReportedBoundsError (see epan/exceptions.h), which should be caught by 
dissect_packet().

--gilbert