wireshark/epan/dissectors/asn1/rtse
João Valverde 19dcb725b6 epan: Remove STR_ASCII and STR_UNICODE
These display bases work to replace unprintable characters so the
name is a misnomer. In addition they are the same option and this
display behaviour is not something that is configurable.

This does not affect encodings because all our internal text strings
need to be valid UTF-8 and the source encoding is specified using
ENC_*.

Remove the assertion for valid UTF-8 in proto.c because
tvb_get_*_string() must return a valid UTF-8 string, always, and we
don't need to assert that, it is expensive.
2021-12-03 04:35:56 +00:00
..
CMakeLists.txt
packet-rtse-template.c
packet-rtse-template.h
rtse.asn
rtse.cnf epan: Remove STR_ASCII and STR_UNICODE 2021-12-03 04:35:56 +00:00