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

Date: Wed, 13 Dec 2006 22:22:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20131

User: sfisher
Date: 2006/12/13 10:22 PM

Log:
 From Marc Petit-Huguenin:
 
 This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
 
 - Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
 drafts up to draft-ietf-behave-rfc3489bis-02 and
 draft-rosenberg-midcom-turn-08, as there is some huge deployments using
 this.  There will be no modification to this dissectors in the future,
 excepted perhaps to add support for retransmission or things like this.
 
 - Add a new dissector packet-stun2.c for the new STUN (currently in
 WGLC), the STUN relay-usage (formerly known as TURN) and the other
 usages that will be added in the future (IPv6, NAT Behavior, etc...).

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +566 -0    packet-stun2.c     Added