summaryrefslogtreecommitdiff
path: root/epan/uat.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
commitfdc980e79dc0fde8d1ccba19d32d8c93bddd65bb (patch)
treefc1191ee2a81f39dc574d5299814a8ac06e46604 /epan/uat.h
parentbde6848d5a0d0bd085b69da2b4dcbd8e2cb0f5cf (diff)
downloadwireshark-fdc980e79dc0fde8d1ccba19d32d8c93bddd65bb.tar.gz
Added an option to uat_new() to set if configuration shall be saved in the
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). svn path=/trunk/; revision=24580
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/uat.h b/epan/uat.h
index bc4f5495e7..0b7f2f5ab0 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -223,6 +223,7 @@ typedef struct _uat_field_t {
uat_t* uat_new(const char* name,
size_t size,
const char* filename,
+ gboolean from_profile,
void** data_ptr,
guint* num_items,
const char* category,