Wireshark mailing list archives
What to do after changing MAC resolution ? Presumedly redraw ...
From: Bill Meier <wmeier () newsguy com>
Date: Tue, 29 Jun 2010 18:42:28 -0400
I'm working on fixing
bug #4900: "MAC Address Name Resolution Not Working Properly".
So far: I've fixed the code so that when 'Mac layer name resolution' is
changed via
'View ! Name Resolution ! Enable for MAC Layer'
or
'Edit ! Preferences ! Name Resolution'
the right thing happens the next time a file is reloaded (or a new file
is read or a complete redissecttion is done).
Now I'd like to have the right thing happen directly when the option is
changed.
I'm assuming that redissecting the complete capture is not needed
when the MAC name resolution option is changed.
To redraw:
I see that I can call proto_tree_draw(...) for the packet-details pane.
How do I redraw the packet_list pane ?
new_packet_list_recreate_visible_rows() for "new_packet_list" ??
?? for "old-packet-list" ??
I expect that the same thing would be done for a change for both
'View Name Resolution ! ...' and
'Edit ! Preferences ! Name Resolution ! ...'
Bill
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- What to do after changing MAC resolution ? Presumedly redraw ... Bill Meier (Jun 29)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Guy Harris (Jun 29)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Anders Broman (Jun 30)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Guy Harris (Jun 30)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Anders Broman (Jun 30)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Gerald Combs (Jun 29)
- Re: What to do after changing MAC resolution ? Presumedly redraw ... Guy Harris (Jun 29)
