Although yet untested (but it compiles and is still unused) add UAT to the repo.
authorLuis Ontanon <luis.ontanon@gmail.com>
Sun, 28 Jan 2007 10:31:32 +0000 (10:31 -0000)
committerLuis Ontanon <luis.ontanon@gmail.com>
Sun, 28 Jan 2007 10:31:32 +0000 (10:31 -0000)
commit88e699977cb5cb01bea4b164da3f874e4e603241
treeae539712f670c86df8c54b57dd2a6b5fe91f2ae5
parentc4b562e9880a9e9d3ad1ef7ff357a5ae52225550
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

svn path=/trunk/; revision=20586
epan/Makefile.am
epan/Makefile.common
epan/Makefile.nmake
epan/uat-int.h [new file with mode: 0644]
epan/uat.c [new file with mode: 0644]
epan/uat.h [new file with mode: 0644]
epan/uat_load.l [new file with mode: 0644]