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 28b7adf: proto.c: allow more field types for proto_tr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 09 Aug 2018 15:18:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28b7adfadccc1f5a07cfc3f0466fea1d42e18f12
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

28b7adf by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    proto.c: allow more field types for proto_tree_add_item_ret_uint64()
    
    Let's make the function accept FT_UINT40, FT_UINT48 and FT_UINT56 types.
    
    Ping-Bug: 15050
    Change-Id: I35440a7c0b9cbf25bd8d903c425b6026d6a987f0
    Reviewed-on: https://code.wireshark.org/review/29044
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  c4d7645   win-setup.ps1: verify integrity of downloaded files
     add  28b7adf   proto.c: allow more field types for proto_tree_add_item_ret_uint64()


Summary of changes:
 epan/proto.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)