aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-09-09 17:34:46 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-10-17 10:21:37 +0000
commit8bb4fed753b05147166be2b8429be643ac88438e (patch)
tree22138fefc241de991c74a204b90218d67bd4ffc6 /epan/to_str.h
parent58081a2d1ce4800ac33d7b9ce2b82259701c3c16 (diff)
Bluetooth: Fix displaying and handling UUID128
Use a standard way of displaying 128 UUIDs (like GUID). This also change a way that UUID are handled by dissector tables. Change-Id: Ie0f880f58480c34b40dd23c426202349e0620b12 Reviewed-on: https://code.wireshark.org/review/11018 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 5582f16bd7..b89c9059f4 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -164,6 +164,9 @@ WS_DLL_PUBLIC char *bytes_to_str(wmem_allocator_t *scope, const guint8 *bd, int
*/
WS_DLL_PUBLIC const gchar *bytestring_to_str(wmem_allocator_t *scope, const guint8 *ad, const guint32 len, const char punct);
+WS_DLL_PUBLIC char *
+bytes_to_hexstr(char *out, const guint8 *ad, guint32 len);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */