On Mon, Oct 08, 2012 at 01:12:50PM +0200, Jakub Zawadzki wrote:
> On Sun, Sep 30, 2012 at 06:32:26PM +0200, Jakub Zawadzki wrote:
> > If we want to have bug #6208 fixed in 1.x we need to revert r45189 + do:
> > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6208#c9
> >
> > I'm not sure if I have time for writting such patch, but If anyone write one,
> > I can review.
>
> Attaching patch for testing, still I have one XXX, to quote:
>
> + if (cf->count < frames_count && framenum <= cf->count) {
> + /* XXX, what we should do when new frames were received during rescaning but user clicked abort?
> + * - call packet_list_append() for all new frames?
> + * - just warn user?
> + */
> + }
Ping?