http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43292
User: guy
Date: 2012/06/16 02:30 PM
Log:
Move some routines that specifically handle the main window's packet
panes to main_packet_panes.c.
Rename main_tree_view_new() to proto_tree_view_new() - it's not just for
creating the main window's protocol tree view, it's also for creating
protocol tree views in packet windows.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -0 Makefile.common Modified
+2 -1 main.c Modified
+67 -0 main_packet_panes.c Added
+42 -0 main_packet_panes.h Added
+3 -39 packet_panes.c Modified
+13 -14 packet_panes.h Modified
+1 -1 packet_win.c Modified