Comment # 24
on bug 12220
from Guy Harris
(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.
You are receiving this mail because:
- You are watching all bug changes.