Wireshark-commits: [Wireshark-commits] master 33eb5e7: Use FT_NONE, not FT_STRINGZ, for the field t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 09 Jun 2018 22:51:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33eb5e73ddd61b27621eb1e821c7864d95f2cbc9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

33eb5e7 by Guy Harris (guy@xxxxxxxxxxxx):

    Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.
    
    They're collections of binary data divided into subfields, not
    null-terminated strings, so give them the right type.
    
    Change-Id: If2685b9b41ca6711e12de6688ae51d5211767770
    Reviewed-on: https://code.wireshark.org/review/28175
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e12e6b7   RRC: Simplify private data creation
    adds  33eb5e7   Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.


Summary of changes:
 epan/dissectors/packet-cigi.c | 208 +++++++++++++++++++++---------------------
 1 file changed, 104 insertions(+), 104 deletions(-)