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 22383: /trunk/ /trunk/epan/dissectors/: packet-stun2.c /

Date: Mon, 23 Jul 2007 19:32:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22383

User: morriss
Date: 2007/07/23 07:32 PM

Log:
 From Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
 last draft, draft-ietf-behave-rfc3489bis-07.  Changelog:
 
 * My employer is now sponsoring this work, so added a copyright line.
 * Added a comment for each method/attribute with the RFC/I-D where is
   it defined, so it will be easier to add new STUN usages.
 * Removed the SHARED-SECRET method.
 * Removed the PASSWORD and REFRESH-INTERVAL attributes.
 * Changed "Response" to "Success Response".
 * Changed "Error Reason Phase" to "Error Reason Phrase".
 * Added reassembly for TCP segments on STUN2.
 * Updated STUN acronym expansion.
 * Renamed STUN2_ERROR to ERROR_RESPONSE.
 * Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028.
 * Display if an unknown attribute is comprehension-optional or
   comprehension-required.
 * Reorganized order of attributes in the dissector code.
 * The message length is now displayed in decimal.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +224 -214  packet-stun2.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +4 -1      AUTHORS       Modified