URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7f7b62ef3d226e2efcef140fefe52536090b7b6
Submitter: "Martin Mathieson <martin.r.mathie...@googlemail.com>"
Changed: branch: master
Repository: wireshark

Commits:

d7f7b62 by Martin Mathieson (martin.mathie...@keysight.com):

    OBEX: Fix mismatching API/item-type for some subtree items.
    
    These are the final issues currently seen by check_typed_item_calls.py
    
    Error: proto_tree_add_none_format(.., hf_authentication_parameter, ...) 
called at epan/dissectors/packet-obex.c:1840 with type FT_UINT8
        (allowed types are {'FT_NONE'} )
    
    Error: proto_tree_add_none_format(.., hf_authentication_parameter, ...) 
called at epan/dissectors/packet-obex.c:1887 with type FT_UINT8
        (allowed types are {'FT_NONE'} )
    
    Error: proto_tree_add_none_format(.., hf_session_parameter, ...) called at 
epan/dissectors/packet-obex.c:2058 with type FT_UINT8
        (allowed types are {'FT_NONE'} )
    
    Change-Id: If6772a72e01c7afd774a7b673d5775fd598bace3
    Reviewed-on: https://code.wireshark.org/review/38095
    Petri-Dish: Martin Mathieson <martin.r.mathie...@googlemail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathie...@googlemail.com>
    

Actions performed:

    from  e43e6e6   ieee80211: add radiotap TX flags
     add  d7f7b62   OBEX: Fix mismatching API/item-type for some subtree items.


Summary of changes:
 epan/dissectors/packet-obex.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to