URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aae48be5a54a7992ecfda525a24465dbf102d11a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
aae48be by Pascal Quantin (pascal.quantin@xxxxxxxxx):
DNS: replace hash map by red-black tree to fix request/response tracking when transaction id is reused
Bug: 10657
Change-Id: Id4356dcd6802da40b4a3e2e2095cc9d2932c2c68
Reviewed-on: https://code.wireshark.org/review/5100
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 2bd15c7 sigcomp-udvm: fix invalid access
adds aae48be DNS: replace hash map by red-black tree to fix request/response tracking when transaction id is reused
Summary of changes:
epan/dissectors/packet-dns.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)