aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-11-25 18:32:41 +0000
committerJoão Valverde <j@v6e.pt>2022-11-30 15:55:54 +0000
commit729ea56b46b1c9faca58108b26723d1ddc986a1b (patch)
tree862e68ac169b10e78e54b2d937651456e8c7f313 /epan/dissectors/packet-cms.h
parent93814ef7407611b55acc6f077539293ad0a44013 (diff)
wmem: Remove wmem_strbuf_new_label()
Only dissectors are using this function and there is no use case, as far as I know, that requires its use. Any limitation of length is imposed transparently by the UI backend. This function is problematic because it is not Unicode aware and will truncate a string on an arbitrary byte boundary for multibyte strings. Replace its use with a normal strbuf without a length limite and remove the function because it is not useful and the ITEM_LABEL_LENGTH parameter does not belong in wmem anyway.
Diffstat (limited to 'epan/dissectors/packet-cms.h')
0 files changed, 0 insertions, 0 deletions