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 37110: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 13 May 2011 02:48:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37110

User: morriss
Date: 2011/05/12 07:48 PM

Log:
 From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :
 
 1. Reload framing protocol no longer encapsulates the Reload message, instead
 the latter is in its own tree following Reload framing, much like IP, UDP, etc.
 
 2. Similarly, DTLS no longer encapsulates its data payload if the payload can
 be dissected. The recognized payload is in its own tree following the DTLS,
 much like IP, UDP, etc.
 
 4. DTLS now has its own heuristic table for dissecting its payload, and
 reload-framing is added to this DTLS heuristic table.
 
 6. DTLS will try to dissect its payload if the agreed upon cipher is
 RSA-NULL-MD5 (0x0001) or RSA-NULL-SHA (0x0002), even when DTLS is not
 configured with the client/server private keys.
 
 
 Still to do: make DTLS a heuristic dissector on top of UDP (item 3 in the bug).

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +33 -16    packet-dtls.c              Modified
  +4 -7      packet-reload-framing.c    Modified