http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43290
User: guy
Date: 2012/06/16 01:52 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
+2 -2 Makefile.common Modified
+1 -1 expert_comp_dlg.c Modified
+1 -1 font_utils.c Modified
+1 -1 main.c Modified
+1 -1 main_menubar.c Modified
+0 -254 main_proto_draw.h Removed
+254 -0 packet_panes.h Added
+1 -1 packet_win.c Modified
+1 -1 prefs_gui.c Modified