ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master a6a915a: Qt: Enable "Resolve Names" for boolean witho

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Aug 2018 03:58:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6a915abcc01b05c177da39edc8aca260e43c16d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a6a915a by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Enable "Resolve Names" for boolean without TFS
    
    Boolean field types will default to tfs_true_false if not having
    a TFS set, so this should always be enabled for resolve.
    
    Remove FT_FRAMENUM from this check because they will probably never
    have a TFS or VALS setting.
    
    Change-Id: I6295f8b7c9db7295eab1750e9c2cf0ee7382d43d
    Reviewed-on: https://code.wireshark.org/review/29218
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c57a52f   UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffff
     add  a6a915a   Qt: Enable "Resolve Names" for boolean without TFS


Summary of changes:
 ui/packet_list_utils.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)