Wireshark-commits: [Wireshark-commits] master 01ec229: Don't use proto_tree_add_uint() to add an FT

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 1 Apr 2017 01:43:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01ec22994affe82633bb673da6f78d87986411cd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

01ec229 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use proto_tree_add_uint() to add an FT_BOOLEAN field.
    
    We don't allow that.  Use proto_tree_add_boolean() instead.
    
    Change-Id: I59ed0f0dc731b1ce4b5d921cd4e85b1c101cb2a8
    Reviewed-on: https://code.wireshark.org/review/20821
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  62d7819   Add packet capture support for Darwin USB
    adds  01ec229   Don't use proto_tree_add_uint() to add an FT_BOOLEAN field.


Summary of changes:
 plugins/profinet/packet-pn-rt.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)