Name update.

With the name change from Ethereal to Wireshark, asn2eth was renamed
asn2wrs.

Change-Id: I5bdfa2362ca7de81b0bda6ec9faa78cdb0ba10b4
Reviewed-on: https://code.wireshark.org/review/27968
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-06-02 15:10:57 -07:00
parent 05b7f6e52c
commit 2f9c61f03f
1 changed files with 2 additions and 2 deletions

View File

@ -2235,7 +2235,7 @@ ber_sequence_try_again:
* Skip check completely if ber_class == ANY
* of if NOCHKTAG is set
*/
/* XXX Bug in asn2eth,
/* XXX Bug in asn2wrs,
* for scope [7] Scope OPTIONAL,
* it generates
* { BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_scope },
@ -3881,7 +3881,7 @@ dissect_ber_constrained_bitstring(gboolean implicit_tag, asn1_ctx_t *actx, proto
/* sanity check: we only handle Universal BitStrings */
/* for an IMPLICIT APPLICATION tag asn2eth seems to call this
/* for an IMPLICIT APPLICATION tag asn2wrs seems to call this
function with implicit_tag = FALSE. BER_FLAGS_NOOWNTAG was
set so the APPLICATION tag was still present.
So here we relax it for APPLICATION tags. CONTEXT tags may