MES priority fix and use default string on bad MES string lookup
- Fix missing comma leading to bad memory read when reading packets with REALTIME priority type.
- To prevent bad memory read like the above, use a macro to check the lookup is in range before using the lookup table. Otherwise use a default value.