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 24089: /trunk/ /trunk/epan/dissectors/: packet-radius.c

Date: Mon, 14 Jan 2008 16:40:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24089

User: stig
Date: 2008/01/14 04:40 PM

Log:
 This patch adds support for configuration profiles, which can be used to
 configure and use more than one set of preferences and configuration files.
 
 This can be found in the "Configuration Profiles..." menu item from the Edit
 menu, or by pressing Shift-Ctrl-A.  It's also possible to start wireshark
 and tshark with a named profile by using the "-C ProfileName" option.
 A new status pane in the main window will show the current profile.
 
 The configuration files currently stored in the Profiles are:
 - Preferences
 - Capture Filters
 - Display Filters
 - Coloring Rules
 - Disabled Protocols
 - User Accessible Tables
 
 The recent data are by design not added to the profile.
 
 Planned future enhancements:
 - make a more convenient function to switch between profiles
 - add a "clone profile" button to copy an existing profile
 - make the profiles list active and accept return as OK
 - save users "Decode as" in the profile
 - make new, clone and deletion of profiles more secure
 - make some of the recent values available in the profile
 
 This patch also fixes:
 - setting default status pane sizes
 - a bug setting status pane for packets when not having main lower pane.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-radius.c    Modified
  +1 -1      packet-xml.c       Modified

Directory: /trunk/docbook/
  Changes    Path              Action
  +1 -0      user-guide.xml    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +4 -4      addr_resolv.c       Modified
  +169 -7    filesystem.c        Modified
  +53 -2     filesystem.h        Modified
  +10 -0     libwireshark.def    Modified
  +1 -1      oids.c              Modified
  +1 -1      plugins.c           Modified
  +9 -2      prefs.c             Modified
  +3 -0      prefs.h             Modified


(26 files not shown)