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 08a85b8: add a function to change the type of a hf_fi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 3 Nov 2014 19:34:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=08a85b85ecd35aaa7fc00f50bef59cd98e36571d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

08a85b8 by Guy Harris (guy@xxxxxxxxxxxx):

    add a function to change the type of a hf_field
    
    Pick up change from Samba:
    
        commit 755bc4ed29c89fc15d4230ce8b828b3afcfa2912
        Author: Matthieu Patou <mat@xxxxxxxxx>
        Date:   Thu Oct 3 01:10:48 2013 -0700
    
        pidl-wireshark: add a function to change the type of a hf_field
    
        We can use this to change the type FT_BYTE when we realize that the
        object dissected is an array of bytes
    
    Change-Id: I1f24ce834b6a5be0d933b1fdfd9a0baa88c3761a
    Reviewed-on: https://code.wireshark.org/review/5093
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e0c7277   Handle the case when the DATA_TYPE is not a simple type
    adds  08a85b8   add a function to change the type of a hf_field


Summary of changes:
 tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)