ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43290: /trunk/ui/gtk/ /trunk/ui/gtk/: Makefile.common ex

Date: Sat, 16 Jun 2012 20:52:05 GMT
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