Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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