URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6766ad66642e4d85ccf33f888b32cc0c87d78049
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
6766ad6 by Bill Meier (wmeier@xxxxxxxxxxx):
coap: fix a bug;
Bug fix: do initial calls to col_...() *before* the dissection code so
that proper column info is displayed even if the dissector
exits early because of an exception, etc.
Change-Id: Idae880aa0addf0484e1df58afa7b5217bfb40489
Reviewed-on: https://code.wireshark.org/review/5154
Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
Actions performed:
from 4d27ddd DNS: replace hash map by red-black tree to fix request/response tracking when transaction id is reused
adds 6766ad6 coap: fix a bug;
Summary of changes:
epan/dissectors/packet-coap.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)