aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index cde9dad3da..d17242990e 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -381,7 +381,7 @@ typedef enum {
/* String types */
STR_ASCII = BASE_NONE, /**< shows non-printable ASCII characters as C-style escapes */
/* XXX, support for format_text_wsp() ? */
- STR_UNICODE = 7 /**< shows non-printable UNICODE characters as \uXXXX (XXX for now non-printable characters display depends on UI) */
+ STR_UNICODE = 7 /**< shows non-printable UNICODE characters as \\uXXXX (XXX for now non-printable characters display depends on UI) */
} field_display_e;
/* Following constants have to be ORed with a field_display_e when dissector