ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 34878: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 15 Nov 2010 18:01:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34878

User: morriss
Date: 2010/11/15 10:01 AM

Log:
 From Shoichi Sakane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5270 :
 
 I improved the coap dissector.  It is resulted by the 2nd coap test event. 
 This patch is diff from 34794.  The fuzzying test passed more than 62000.
 
 Changed:
 - removed "#if 0", and expanded exp2().
 - added new error codes.
 - improved looks of the block options
 - renamed to "token" from "opaque_bytes" according to new draft.
 
 
 From me: Use a use a left shift operation instead of multiplying by 2 many
 times.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +32 -19    packet-coap.c    Modified