Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23560: /trunk/ /trunk/doc/: wireshark.pod /trunk/epan/:

Date: Sat, 24 Nov 2007 11:38:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23560

User: sake
Date: 2007/11/24 11:38 AM

Log:
 This patch adds (ten) temporary coloring rules which will only live until Wireshark is
 quit. Temporary coloring filters can be set by:
 
 - pressing <ctrl>-<digit> will create a conversation coloring filter based on the
   addresses of the currently selected packet (order TCP/UDP/IP/Ethernet)
   This can also be achieved from the "View|Colorize Conversation" menu.
 
 - Rightclicking on a packet in the packet-list will give the option to
   "Colorize Conversation" just as "Conversation Filter" does.
 
 - Rightclicking on an item in the packet-detail-list will give the option to
   "Colorize with filter" which works similar to "Apply as filter"
 
 Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>.
 
 This patch also adds an item to the above mentioned menu's to add a permanent color filter
 in the same way.
 
 
 The colors for the temporary coloring rules are now hardcoded as I do not know
 how to change the color of menu-items and therefore I chose to use icons to
 show the actual color of each of the ten temporary coloring rules. Is it at all
 possible to have different menu items in different colors?
 
 One other way of solving this is to recreate the icons on the fly after changing
 the colors. I will have a look into that once it is clear whether I can use 
 different colors within the menu structure.

Directory: /trunk/doc/
  Changes    Path             Action
  +8 -0      wireshark.pod    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +24 -0     prefs.c       Modified
  +2 -0      prefs.h       Modified

Directory: /trunk/gtk/
  Changes    Path               Action
  +54 -45    color_dlg.c        Modified
  +30 -0     compat_macros.h    Modified
  +69 -40    main.c             Modified
  +11 -0     main.h             Modified
  +392 -166  menu.c             Modified
  +31 -1     toolbar.c          Modified

Directory: /trunk/help/
  Changes    Path                   Action
  +5 -2      getting_started.txt    Modified


(6 files not shown)