Wireshark-commits: [Wireshark-commits] master 8e7396e: Don't use FT_STRING fields for non-strings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Jun 2018 03:39:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e7396edb4b4ac9580cdddb4feb0903da071905f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e7396e by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use FT_STRING fields for non-strings.
    
    If you're reporting an error, use an expert info item.
    
    If you're putting a structure into the protocol tree, use FT_NONE for
    the structure as a whole.
    
    Change-Id: Ie89b552576b15195acb0a9108d33430115d99f00
    Reviewed-on: https://code.wireshark.org/review/28024
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  34df836   Debian: Use libgnutls28-dev.
    adds  8e7396e   Don't use FT_STRING fields for non-strings.


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)