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

Wireshark-dev: Re: [Wireshark-dev] Assertion failed when opening a trace file

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 25 Jun 2009 22:51:26 +0200
Hi,

Does your code do check_col() before manipulating the columns?

Thanx,
Jaap

Heude Pascal wrote:
Yes, I rebuilt the whole application using MSVC2005.

Jaap Keuter a écrit :
Hi,

Did you recompile?

Thanx,
Jaap

Sent from my iPhone

On 24 jun 2009, at 22:53, Heude Pascal <pascalheude@xxxxxxxxxxx <mailto:pascalheude@xxxxxxxxxxx>> wrote:

Hello list,

I try to migrate my plugins to Wireshark v1.0.8, previoulsy developped with v0.9.8. When my plugins are loaded (confirmed by the help menu), if I open a trace, I have the following error message (in a DOS window) : 22:49:20 Err file column-utils.c: line 245: assertion failed: (cinfo->
col_first[el] >= 0)


Press any key to exit

Do you have any idea of such error.
Thank you.

Pascal