aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-29 20:58:14 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-29 20:58:14 +0000
commit8db49acc6f65eb6ced2a5e5e7cbcd4821cf736eb (patch)
tree68388611a3aff102d4305e0f6240ab786ed132ef /epan/dissectors/packet-stun.c
parentbbeb95544f5b00510302e73e5aa30706ae30b484 (diff)
Update list of relevant protocol specs. Some drafts are now RFC's.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35301 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index 1153c1103d..46852f4f36 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -26,11 +26,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* Please refer to the following specs for protocol detail:
- * - draft-ietf-behave-rfc3489bis-17
- * - draft-ietf-mmusic-ice-19
- * - draft-ietf-behave-nat-behavior-discovery-03
- * - draft-ietf-behave-turn-10
- * - draft-ietf-behave-turn-ipv6-03
+ * - RFC 5389, formerly draft-ietf-behave-rfc3489bis-18
+ * - RFC 5245, formerly draft-ietf-mmusic-ice-19
+ * - RFC 5780, formerly draft-ietf-behave-nat-behavior-discovery-08
+ * - RFC 5766, formerly draft-ietf-behave-turn-16
+ * - draft-ietf-behave-turn-ipv6-11
*/
#ifdef HAVE_CONFIG_H