Wireshark-commits: [Wireshark-commits] rev 20695: /trunk/ /trunk/epan/dfilter/: dfilter-macro.c /tr
Date: Sat, 03 Feb 2007 14:25:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20695

User: lego
Date: 2007/02/03 02:25 PM

Log:
 second iteration:
 * fields of an uat table now are passed using an array of uat_filed_t
 * field callbacks take two more userdata arguments
 * add some macros to define uat field callbacks.
 * uats can be registered as preferences for a specific protocol
    - the preference widget is a button that opens the uat's window
 * dfilter-macro => reflect changes to API

Directory: /trunk/epan/dfilter/
  Changes    Path               Action
  +20 -61    dfilter-macro.c    Modified

Directory: /trunk/epan/
  Changes    Path           Action
  +2 -0      prefs-int.h    Modified
  +24 -1     prefs.c        Modified
  +10 -0     prefs.h        Modified
  +14 -14    uat-int.h      Modified
  +122 -109  uat.c          Modified
  +176 -55   uat.h          Modified
  +23 -20    uat_load.l     Modified

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      macros_dlg.c    Modified
  +45 -1     prefs_dlg.c     Modified
  +67 -52    uat_gui.c       Modified


(1 file not shown)