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 43292: / /trunk/ui/gtk/: Makefile.common main.c main_pac

Date: Sat, 16 Jun 2012 21:30:24 GMT
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