wireshark/epan/dissectors/asn1/p1
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
MHSProtocolObjectIdentifiers.asn
MTAAbstractService.asn
MTSAbstractService.asn
MTSAccessProtocol.asn
MTSUpperBounds.asn
p1.cnf epan: Remove STR_ASCII and STR_UNICODE 2021-12-03 04:35:56 +00:00
packet-p1-template.c tvbuff: convert helper methods to pinfo->pool 2021-09-01 03:54:52 +00:00
packet-p1-template.h