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 10:34:04 -0500
On Monday 26 April 2004 09:56, Biot Olivier wrote:
> |From: Gilbert Ramirez
> |
> |
> |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
>
> And what's even more puzzling is that an output as text (all details)
> doesn't get this exception.
>
> Maybe some exception is either not rethrown in the text output or is being
> rethrown in the XML output only?
>
>

Yes, the PDML print routines do end up calling some tvbuff routines. I'll look 
into that aspect of the problem.

--gilbert