aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-07 14:54:35 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-07 14:54:35 +0000
commit2006fac5001aa467ad9d8ce1e0d6e3eec153c778 (patch)
tree9a3bf4e0af9f4c0dd25f4f39337540b5ab3983a1 /epan/uat.h
parent5ec87e6eef75ca30eead6859139efcc8b5fe679e (diff)
* Add a category param to the uat.
* UATify SNMP Users svn path=/trunk/; revision=20736
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/uat.h b/epan/uat.h
index 068622ca49..50e3306044 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -201,6 +201,9 @@ typedef struct _uat_field_t {
#define UAT_END_FIELDS {0,PT_TXTMOD_NONE,{0,0,0},{0,0,0},0,FLDFILL}
+#define UAT_CAT_GENERAL "General"
+#define UAT_CAT_CRYPTO "Decryption"
+#define UAT_CAT_FFMT "File Formats"
/*
* uat_new()
@@ -230,6 +233,7 @@ uat_t* uat_new(const char* name,
char* filename,
void** data_ptr,
guint* num_items,
+ char* category,
char* help,
uat_copy_cb_t copy_cb,
uat_update_cb_t update_cb,