aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAndersBroman <a.broman58@gmail.com>2021-05-20 09:27:53 +0000
committerAndersBroman <a.broman58@gmail.com>2021-05-20 09:27:53 +0000
commit754cce9531ed22494a35a6707dcb29d601946ec7 (patch)
tree27d8fb2763c742c951187884b0e20ff3bb32f33a /epan/proto.h
parent34ae07e180266431d49e7899a561cd7360f7ee5b (diff)
Add ENC_APN_STR to handle APN strings
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index b893db9c65..77e24617f7 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -426,6 +426,7 @@ void proto_report_dissector_bug(const char *format, ...)
#define ENC_ETSI_TS_102_221_ANNEX_A 0x0000004E /* ETSI TS 102 221 Annex A */
#define ENC_GB18030 0x00000050
#define ENC_EUC_KR 0x00000052
+#define ENC_APN_STR 0x00000054 /* The encoding the APN/DNN field follows 3GPP TS 23.003 [2] clause 9.1.*/
/*
* TODO:
*