ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44348: /trunk/ /trunk/epan/: libwireshark.def prefs.c pr

Date: Wed, 08 Aug 2012 16:54:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44348

User: mmann
Date: 2012/08/08 09:54 AM

Log:
 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

Directory: /trunk/epan/
  Changes    Path                Action
  +0 -2      libwireshark.def    Modified
  +1181 -1172 prefs.c             Modified
  +0 -6      prefs.h             Modified

Directory: /trunk/ui/gtk/
  Changes    Path               Action
  +5 -12     capture_dlg.c      Modified
  +2 -2      main.c             Modified
  +15 -42    prefs_capture.c    Modified
  +0 -16     prefs_dlg.c        Modified

Directory: /trunk/
  Changes    Path                  Action
  +1 -1      airpcap_loader.c      Modified
  +4 -2      capture_ui_utils.c    Modified
  +1 -1      tshark.c              Modified