aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-10-18 06:50:20 +0000
committerGuy Harris <guy@alum.mit.edu>2011-10-18 06:50:20 +0000
commit6358754048dfd20624ab82815b3ec703bb035533 (patch)
tree01a7497620b13ce8f47f04d68181bf1744948d67
parent56981d384dcabf8556e5ed934efe184594db507e (diff)
Note some character encodings that can probably be used Real Soon Now,
and the dissectors that deal with them. svn path=/trunk/; revision=39456
-rw-r--r--epan/proto.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 624229c182..301119211e 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -256,6 +256,25 @@ typedef struct _protocol protocol_t;
#define ENC_EBCDIC 0x0EBCD1C0
/*
+ * TODO:
+ *
+ * These could probably be used by existing code:
+ *
+ * ENC_UTF_16 - UTF-16
+ * ENC_UCS_4 - UCS-4
+ * ENC_UCS_2 - UCS-2 (not the same as UTF-16!)
+ * ENC_ISO_8859_1 - ISO 8859/1
+ * ENC_ISO_8859_8 - ISO 8859/8
+ * - "IBM MS DBCS"
+ * - JIS C 6226
+ * 7-bit encodings such as ETSI 03.38 (GSM SMS character set
+ * (see packet-ansi_337.c, packet-gsm_a_dtap.c, packet-gsm_map.c,
+ * packet-gsm_sms.c)?
+ *
+ * See also packet-bacapp.c.
+ */
+
+/*
* For protocols (FT_PROTOCOL), aggregate items with subtrees (FT_NONE),
* opaque byte-array fields (FT_BYTES), and other fields where there
* is no choice of encoding (either because it's "just a bucket