aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-2/+2
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-0/+1
2015-02-21Fix GTK-sharkMichal Labedzki1-1/+1
2015-02-21Call pre_init_prefs each time our profile changes.Gerald Combs1-47/+60
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs1-0/+7
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+5
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-7/+11
2015-01-10Add preference to display spaces between bytes for FT_BYTES fields.Michael Mann1-0/+6
2014-12-31prefs: fix typoAlexis La Goutte1-1/+1
2014-11-04Qt: Dynamic languagesMichal Labedzki1-18/+0
2014-10-28Pref: Remove unsued functionAlexis La Goutte1-0/+2
2014-10-17Don't use ctype.h routines.Guy Harris1-12/+9
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+1
2014-09-24Qt: Fix preference bugs.Gerald Combs1-10/+3
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1155/+1155
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-11/+5
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser1-0/+1
2014-07-15Make the state variable an enum, and add a case for the IN_SKIP value.Guy Harris1-2/+10
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-1/+14
2014-07-11As opposed to *loudly* silently?Guy Harris1-4/+4
2014-07-11Change comments to reflect current reality.Guy Harris1-5/+13
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki1-0/+1
2014-06-12Capture Interfaces Dialog:Irene Ruengeler1-0/+4
2014-06-04(Trivial) Fix a typo.Bill Meier1-1/+1
2014-04-29prefs: prevent double-free on changing prefsPeter Wu1-0/+2
2014-04-29prefs: spelling fix, simplify codePeter Wu1-11/+4
2014-04-27prefs: fix ASAN error due to invalid indirectionPeter Wu1-29/+14
2014-03-08Do not try to use unknown/non-existent webbrowserMichal Labedzki1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-28Fix bug which (somewhat) randomly caused UAT pref to not display on a proto p...Bill Meier1-0/+1
2014-02-27Fix prefs.c: Argument with 'nonnull' attribute passed null (redux)Hadriel Kaplan1-10/+15
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-5/+1
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene RĂ¼ngeler1-0/+17
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+104
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-0/+5
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-07Add Packet Editor PreferenceAlexis La Goutte1-0/+5
2013-10-25Fix up some formatting and white space.Jeff Morriss1-67/+136
2013-10-25Fix CID 715143: assert that the preference we were looking for was found. ItJeff Morriss1-0/+1
2013-10-25Fix CID 715144: assert that the preference we were looking for was found. ItJeff Morriss1-0/+2
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-0/+1
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte1-0/+14
2013-08-13When freeing the preferences of a module, also free the preferences of itsEvan Huus1-2/+7
2013-07-31Fix the most egregious of the newly exposed leaks, about 28KB.Evan Huus1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus1-19/+19
2013-07-29Clean up white space a bit, make the description of the capture columnGuy Harris1-58/+63
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-2/+2
2013-07-21Don't report a syntax error if a preference name without a "." isGuy Harris1-13/+3