Regenerate ASN.1 dissectors

This commit is contained in:
João Valverde 2022-11-17 01:08:47 +00:00
parent 6e6386a3dc
commit c37bb02484
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ dissect_x509if_RDNSequence(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
const char *fmt;
dn_one_rdn = FALSE; /* reset */
last_dn_buf = wmem_strbuf_new(actx->pinfo->pool, 0);
last_dn_buf = wmem_strbuf_new(actx->pinfo->pool, "");
top_of_dn = NULL;
register_frame_end_routine (actx->pinfo, x509if_frame_end);