URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5061da3f96b95b30d5d12812394ef375cd67bfc4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5061da3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
iSCSI: handle repetition of InitiatorTaskTag fore request / response tracking
Use a red-black tree instead of a hash map so as to take he current frame number into account
Only insert entries in the red-black tree on first pass
Bug: 11250
Change-Id: Ic6e4a5e4f3cd4a22c2df0b8851c6651695648fa8
Reviewed-on: https://code.wireshark.org/review/8763
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 509eb46 Add dissector for the Aeron protocol.
adds 5061da3 iSCSI: handle repetition of InitiatorTaskTag fore request / response tracking
Summary of changes:
epan/dissectors/packet-iscsi.c | 80 ++++++++++++++++++++++++++++++----------
1 file changed, 60 insertions(+), 20 deletions(-)