summaryrefslogtreecommitdiff
path: root/epan/uat.h
AgeCommit message (Collapse)AuthorFilesLines
2007-02-19Initialize the description in UAT_FLD_PROTO().Guy Harris1-1/+1
svn path=/trunk/; revision=20849
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit ↵Luis Ontanon1-19/+20
Dialog. svn path=/trunk/; revision=20797
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-0/+3
svn path=/trunk/; revision=20742
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon1-21/+14
UATify user-DLTs svn path=/trunk/; revision=20740
2007-02-07MSVC does not like mixed declarations and codeLuis Ontanon1-2/+27
* I'm checking in some still unuused work in progress svn path=/trunk/; revision=20739
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+4
* UATify SNMP Users svn path=/trunk/; revision=20736
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-33/+52
svn path=/trunk/; revision=20733
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1
* export help_topic_html() svn path=/trunk/; revision=20717
2007-02-03second iteration:Luis Ontanon1-55/+176
* 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 svn path=/trunk/; revision=20695
2007-01-29svn:ignore uat_load.cLuis Ontanon1-1/+2
$Id$ for uat.h uat-int.h svn path=/trunk/; revision=20597
2007-01-29now it is operational.Luis Ontanon1-1/+20
svn path=/trunk/; revision=20595
2007-01-28Although yet untested (but it compiles and is still unused) add UAT to the repo.Luis Ontanon1-0/+247
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