Wireshark-commits: [Wireshark-commits] master-2.2 eefff98: Handle FT_CHAR, and report unsupported t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Nov 2016 03:18:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eefff98183341bb369aa67ebabc60977de9f960f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

eefff98 by Guy Harris (guy@xxxxxxxxxxxx):

    Handle FT_CHAR, and report unsupported types as such.
    
    FT_CHAR is straightforward to support.
    
    Split the list of "invalid" types into a list of "unsupported" types and
    a short list of "invalid" types, containing FT_PCRE (which isn't a valid
    type for a field) and "everything else".  Add FT_IEEE_11073_SFLOAT and
    FT_IEEE_11073_FLOAT to the "unsupported" list.
    
    Flag the whole unsupported list as just "not handled yet".
    
    Change-Id: I62d2d7eead53377e4e601594a035b4395fdbeead
    Reviewed-on: https://code.wireshark.org/review/18979
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 0cb44e4277f3366234019c2f919ab1aea308822d)
    Reviewed-on: https://code.wireshark.org/review/18980
    

Actions performed:

    from  2fd7c92   Qt: Fix conversation buttons.
    adds  eefff98   Handle FT_CHAR, and report unsupported types as such.


Summary of changes:
 epan/wslua/wslua_proto_field.c |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)