aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-19 18:52:13 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-19 18:52:13 +0000
commit3635bea0a4bccd33956cc10a9750f248cfcb4efc (patch)
tree1a51248375c3c4d8ca09f3d01891bff5a8623f4c /epan/oids.h
parentb752cfa88dcd001ab6d591a9e337d48c885861c8 (diff)
Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9294)
From Ed Beroset svn path=/trunk/; revision=52692
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 3297202ce0..1c19bbf330 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -109,11 +109,11 @@ typedef struct _oid_info_t {
struct _oid_info_t* parent;
} oid_info_t;
-/** init funcion called from epan.h */
+/** init function called from prefs.c */
WS_DLL_PUBLIC void oids_init(void);
extern void oid_pref_init(module_t *nameres);
-/** init funcion called from epan.h */
+/** init function called from epan.h */
WS_DLL_PUBLIC void oids_cleanup(void);
/*
@@ -150,7 +150,7 @@ guint oid_string2subid(const gchar *oid_str, guint32** subids_p);
WS_DLL_PUBLIC const gchar* oid_encoded2string(const guint8* encoded, guint len);
WS_DLL_PUBLIC const gchar* rel_oid_encoded2string(const guint8* encoded, guint len);
WS_DLL_PUBLIC const gchar* oid_subid2string(guint32 *subids, guint len);
-WS_DLL_PUBLIC const gchar* rel_oid_subid2string(guint32 *subids, guint len, gboolean is_relative);
+WS_DLL_PUBLIC const gchar* rel_oid_subid2string(guint32 *subids, guint len, gboolean is_absolute);
/* these return a formated string as human readable as posible */
WS_DLL_PUBLIC const gchar *oid_resolved(guint len, guint32 *subids);