URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d29b369bdcdf5bbc3f22b46e3ba0734c630dd3ad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d29b369 by Michael Mann (mmann78@xxxxxxxxxxxx):
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 <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
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(+)