Comment # 9
on bug 12220
from Hxms
(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.