ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12220] save pcap result null ptr error.

Date: Thu, 03 Mar 2016 01:39:02 +0000

Comment # 9 on bug 12220 from
(In reply to Guy Harris from comment #5)
> (In reply to Michael Mann from comment #1)
> > (In reply to Hxms from comment #0)
> > > inside method pcapng_dump_finish  
> > > int_data_mand->interface_statistics
> > > is null .
> > > 
> > > can't save pcap result.
> > 
> > What is int_data_mand->num_stat_entries?  That should be 0 preventing
> > entering the loop in the first place.
> 
> It's 1. int_data_mand->interface_statistics is NULL.  The rest of
> *int_data_mand looks sane.
> 
> *int_data also looks sane.
> 
> if_stats looks bogus (0xcccccccc).  Whether that's because it really got set
> to a bogus value, or never got set, or is now dead, I don't know.
> 
> (In the hopes of saving you the trouble of popping up the screenshot.)

if_stats no val, bacause die on g_array_index ,
int_data_mand->interface_statistics = 0;


You are receiving this mail because:
  • You are watching all bug changes.