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 43291: /trunk/ui/gtk/ /trunk/ui/gtk/: main_proto_draw.c

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