URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d29b369bdcdf5bbc3f22b46e3ba0734c630dd3ad
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

d29b369 by Michael Mann (mman...@netscape.net):

    Add range_add_value and range_remove_value.
    
    These APIs can insert or remove a single value into a range structure.
    Adding a value may extend an existing range or create a new one.
    Removing a value may remove a range item.
    
    Change-Id: Ia6995ecf7760aca1fb7fd9b4c53972298a57675f
    Reviewed-on: https://code.wireshark.org/review/17836
    Petri-Dish: Michael Mann <mman...@netscape.net>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Michael Mann <mman...@netscape.net>
    

Actions performed:

    from  69dfe97   iwarp: Add RDMA Atomic operations (RFC 7306)
    adds  d29b369   Add range_add_value and range_remove_value.


Summary of changes:
 debian/libwireshark0.symbols |    2 +
 epan/range.c                 |   93 ++++++++++++++++++++++++++++++++++++++++++
 epan/range.h                 |   16 ++++++++
 3 files changed, 111 insertions(+)
___________________________________________________________________________
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