Wireshark-commits: [Wireshark-commits] rev 20586: /trunk/epan/ /trunk/epan/: Makefile.am Makefile.c

Date: Sun, 28 Jan 2007 10:31:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20586

User: lego
Date: 2007/01/28 10:31 AM

Log:
 Although yet untested (but it compiles and is still unused) add UAT to the repo.
 UAT is an API to handle User Accessible Tables,
 an UAT is basically an array of arbitrary structs that has a file representation
 as a mean for mantaining things like:
 - the snmp_users_table
 - dfilter macros
 - ipsec/ssl key bindings
 - k12 configuration,
 - and many other table-like user modifiable preferences
 
 comming soon gtk's uat_window() and prefs_add_uat()
 
 uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them

Directory: /trunk/epan/
  Changes    Path               Action
  +3 -0      Makefile.am        Modified
  +4 -0      Makefile.common    Modified
  +3 -0      Makefile.nmake     Modified
  +67 -0     uat-int.h          Added
  +285 -0    uat.c              Added
  +247 -0    uat.h              Added
  +284 -0    uat_load.l         Added