URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c144f4a308fbc84d4d54a8c3f850dbbaeb71b76
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7c144f4 by Guy Harris (guy@xxxxxxxxxxxx):
    Get display strings for the AE titles.
    
    They're used in display strings (columns, higher-level protocol tree
    items, hostnames in Export Objects tables), so get display strings.
    
    That means they're not guaranteed to be 16 octets long, so allocate them
    as file-scope strings (the structure containing pointers to them is
    allocated with file scope), with leading and trailing blanks stripped.
    
    Change-Id: I291884be39557d861927020e682b0bdadfe41dbb
    Reviewed-on: https://code.wireshark.org/review/33955
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  0db39ae   smb2: add support for decompression
     add  7c144f4   Get display strings for the AE titles.
Summary of changes:
 epan/dissectors/packet-dcm.c | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)