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

Wireshark-commits: [Wireshark-commits] rev 43550: /trunk/ui/gtk/ /trunk/ui/gtk/: main.c packet_pane

Date Prev · Date Next · Thread Prev · Thread Next
Date: Sat, 30 Jun 2012 10:43:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43550

User: darkjames
Date: 2012/06/30 03:43 AM

Log:
 Fix bug #7425: Per-packet right-click network or MAC name resolution not working
 
 proto_tree_draw() from r43189 is lazy, and it don't fills tree with all item labels.
 To fix it, move 'gbl_resolv_flags' hack to proto_tree_model_get_value().
 
 XXX could we pass resolving flags to proto_item_fill_label()?

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +2 -6      main.c                Modified
  +13 -0     packet_panes.c        Modified
  +2 -0      packet_panes.h        Modified
  +24 -2     proto_tree_model.c    Modified
  +1 -0      proto_tree_model.h    Modified