Comment # 25
on bug 12220
from Hxms
(In reply to Guy Harris from comment #24)
> (In reply to Hxms from comment #23)
> > (In reply to Guy Harris from comment #22)
> > > OK, some debugging printouts in the capture/stop/save scenario show that:
> > >
> > > in the code to *read* a pcapng file, we're incrementing num_stat_entries
> > > and adding to an array;
> > >
> > > in the code to *write* a pcapng file, num_stat_entries in a *different*
> > > structure is 1, but the array pointer is null.
> >
> > That the problem solved?
>
> No. All I know at this point is that the data structure used when reading
> and the one used when writing aren't the same, and somehow the *count* of
> statistics entries for the interface when dumping, and the actual *array* of
> statistics, aren't consistent with each other.
Well, I'll fix the problem
laugh
You are receiving this mail because:
- You are watching all bug changes.