wireshark/epan/wslua
Stig Bjørlykke a2d1e9005d 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.

svn path=/trunk/; revision=24089
2008-01-14 16:40:23 +00:00
..
console.lua + browser_open_url() 2006-12-27 01:46:42 +00:00
dtd_gen.lua
init_wslua.c This patch adds support for configuration profiles, which can be used to 2008-01-14 16:40:23 +00:00
make-init-lua.pl
make-reg.pl
make-taps.pl Fix warning about unused parameter 2007-05-21 16:36:21 +00:00
Makefile.am Gak. <> makes it too easy to make these make- scripts do what the rest 2007-08-02 16:06:13 +00:00
Makefile.nmake Gak. <> makes it too easy to make these make- scripts do what the rest 2007-08-02 16:06:13 +00:00
taps
template-init.lua A few more ethereal --> wireshark 2007-01-26 01:34:29 +00:00
wslua.h From Balint Reczey (bug 2146): 2008-01-07 21:24:23 +00:00
wslua_dumper.c From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:" 2007-10-16 23:42:33 +00:00
wslua_field.c Fix documentation comments 2007-07-21 18:23:08 +00:00
wslua_gui.c The forgotten file strikes back. 2007-05-02 23:54:01 +00:00
wslua_listener.c get rid of an unused variable. 2006-12-23 03:53:13 +00:00
wslua_pinfo.c Squelch a warning. 2007-08-02 19:07:08 +00:00
wslua_proto.c From Balint Reczey (bug 2146): 2008-01-07 21:24:23 +00:00
wslua_tree.c From RuudS: 2007-12-17 09:00:45 +00:00
wslua_tvb.c From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:" 2007-10-16 23:42:33 +00:00
wslua_util.c This patch adds support for configuration profiles, which can be used to 2008-01-14 16:40:23 +00:00