Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4891] new_packet_list: Autoscroll turns off in Wireshark 1

Date: Mon, 21 Jun 2010 10:32:16 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4891

--- Comment #5 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-06-21 10:32:12 PDT ---
It looks like the values recived here:
    adj = gtk_tree_view_get_vadjustment(GTK_TREE_VIEW(packetlist->view));
    g_return_val_if_fail(adj != NULL, FALSE);

    if (adj->value >= adj->upper - adj->page_size) {
        at_end = TRUE;
    }
is of when a fileter is applied (number of) visible_rows != physical_rows

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.