aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-08-28 15:18:32 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-08-28 15:18:32 +0000
commitdfbac007529fc7ce0f6405d1a0ba30560cadf0b8 (patch)
treea234af0150b064f34c3a6229e1754c32f6d1ddba /epan/uat.h
parent8fde3b7561ce61061c6d9ae8149c1ea916fdd7cb (diff)
SNMP:
- As noted by Thomas Anders values are not added to the tree anymore. Move the calling of subdissectors to the end of the function, so that the value is added to the tree. - add port 8161 to be decoded as SNMP (hey, it's on IANA's services file!) UAT: - do not have the uat reloaded. OIDS: - do not complain if renaming an OID to an identical name svn path=/trunk/; revision=22704
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 494d5d2fe9..6f095d80a6 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -242,6 +242,7 @@ uat_t* uat_new(const char* name,
uat_free_cb_t free_cb,
uat_field_t* flds_array);
+gboolean uat_load(uat_t* uat_in, char** err);
/*
* uat_dup()