Wireshark-commits: [Wireshark-commits] master-2.4 a59252d: Don't use FT_STRING fields for non-strin

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

Commits:

a59252d 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>
    (cherry picked from commit 8e7396edb4b4ac9580cdddb4feb0903da071905f)
    Reviewed-on: https://code.wireshark.org/review/28026
    

Actions performed:

    from  ea54fc6   Remove debugging hacks for bug 14738.
    adds  a59252d   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(-)