http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43291
User: guy
Date: 2012/06/16 01:59 PM
Log:
ui/gtk/main_proto_draw.c isn't just used for the main window, it's also
used for popped-up packet windows, and it includes more than just code
to draw the protocol tree - it includes the hex dump pane code as well.
Rename it packet_panes.c; the stuff specific to the main window should
be moved into a different file.
Directory: /trunk/ui/gtk/
Changes Path Action
+0 -2190 main_proto_draw.c Removed
+2190 -0 packet_panes.c Added