summaryrefslogtreecommitdiff
path: root/epan/charsets.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-12 01:53:33 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-12 08:54:06 +0000
commitae127f23fad7ad085793b1a8cbe931e6c6c82626 (patch)
tree055f3ad9c39276dd5c611a06e97295917034c6df /epan/charsets.h
parent538429cc758f04653da080c8d654ab0cc30e92c1 (diff)
downloadwireshark-ae127f23fad7ad085793b1a8cbe931e6c6c82626.tar.gz
Add Mac Roman and DOS CP437.
Change-Id: Ib96f2cf4ea71cd0cc2c703d58b9d254bf4c1248a Reviewed-on: https://code.wireshark.org/review/1077 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 69b3fb3940..8b6f752b8b 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -62,6 +62,12 @@ extern const gunichar2 charset_table_iso_8859_14[0x80];
extern const gunichar2 charset_table_iso_8859_15[0x80];
extern const gunichar2 charset_table_iso_8859_16[0x80];
+/* Tables for Mac character sets */
+extern const gunichar2 charset_table_mac_roman[0x80];
+
+/* Tables for DOS code pages */
+extern const gunichar2 charset_table_cp437[0x80];
+
#ifdef __cplusplus
}
#endif /* __cplusplus */