Wireshark-commits: [Wireshark-commits] master d966c0d: coap: Improve request/response tracking
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d966c0dd5e7e66fd06fac0c07d496f5090d7d220
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
d966c0d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
coap: Improve request/response tracking
Use both Token and Message ID in request/response tracking and retransmission
detection. The token is the same when using observables but the message id is
increasing.
Change-Id: I545416ce139328e6a8eb67258d7b51bddb6b278e
Reviewed-on: https://code.wireshark.org/review/34367
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8103070 Qt: Fix memory leak in ProfileModel constructor
add d966c0d coap: Improve request/response tracking
Summary of changes:
epan/dissectors/packet-coap.c | 63 +++++++++++++++++++++++++++++--------------
epan/dissectors/packet-coap.h | 10 ++++---
2 files changed, 50 insertions(+), 23 deletions(-)