http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46986
User: gerald
Date: 2013/01/07 11:13 AM
Log:
Allow editing via the advanced preferences tree. Double-clicking an
item's name, status, or type resets it to its default value.
Double-clicking the item's value lets you edit it. Implement the
advanced search field. (Clicking OK and Cancel still doesn't yet do
anything.)
Note that we could probably use a
prefs_register_{uint16|port}_preference routine for 16-bit values. Make
reset_pref public. Update some names and descriptions.
Directory: /trunk/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
+22 -9 prefs.c Modified
+6 -0 prefs.h Modified
Directory: /trunk/ui/qt/
Changes Path Action
+333 -57 preferences_dialog.cpp Modified
+25 -0 preferences_dialog.h Modified
+11 -17 preferences_dialog.ui Modified