Wireshark-commits: [Wireshark-commits] master-2.2 f575f08: Use FT_NONE, not FT_STRINGZ, for the fie

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

Commits:

f575f08 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>
    (cherry picked from commit 33eb5e73ddd61b27621eb1e821c7864d95f2cbc9)
    Reviewed-on: https://code.wireshark.org/review/28178
    

Actions performed:

    from  82b4b09   Fix handling of text headers with non-text values.
    adds  f575f08   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(-)