Hi,
Le samedi 27 juin 2009 à 10:55 -0400, Bill Meier a écrit :
> bugzilla-dae...@wireshark.org wrote:
> 
> > 
> > 
> > --
> > Problems have been found with the following capture file:
> > 
> > http://www.wireshark.org/download/automated/captures/fuzz-2009-06-26-23834.pcap
> > 
> > stderr:
> > Unhandled exception (group=1, code=6)
> > 
> > [ no debug trace ]
> > 
> > 
> 
> AFAIK this fuzz'd file is actualy OK (I've tried it on Windows and on 
> Linux).
> 
> However the capture file is quite large; the output text file from 
> tshark -nVx is over 1 Gig in size.
Maybe not the reported error but these captures actually dump core.

Here both tshark -n and wireshark (print column info) dump core, not on
the same packet though.

for fuzz-2009-06-26-29078.pcap
wireshark: packet 49041 null col info
tshark: packet 74316 again null col info in print_packet()

for fuzz-2009-06-26-23834.pcap
wireshark: packet 25183 null col info
tshark: packet  55581, null col info in print_packet()

in packet-hip.c:
col_set_str(pinfo->cinfo, COL_INFO, match_strval(hiph_packet_type,
pinfo_vals));

Can set col info to NULL.

Didier


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to