Have (almost) all preferences use the generic preferences API (per https://bugs.wires...
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Aug 2012 16:54:02 +0000 (16:54 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Aug 2012 16:54:02 +0000 (16:54 +0000)
commitceaad94ae2207bedb6b35dbce77c6a8ddcf23bee
treeffcde6212c6ab8975a3feeafb83ae54361835e3a
parent77443754a070ef1bee51cec5933d3f09ec375d3b
Have (almost) all preferences use the generic preferences API (per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402).  This cleaned up a lot of hardcoded code and allows breaking up the prefs structure (or at least prevent it from growing too large) if desired.

Bugfixed problems mentioned in
http://www.wireshark.org/lists/wireshark-dev/201208/msg00001.html

Column preferences now support default '#' character

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44348 f5534014-38df-0310-8fa8-9805f1628bb7
airpcap_loader.c
capture_ui_utils.c
epan/libwireshark.def
epan/prefs.c
epan/prefs.h
tshark.c
ui/gtk/capture_dlg.c
ui/gtk/main.c
ui/gtk/prefs_capture.c
ui/gtk/prefs_dlg.c