aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-12 22:13:59 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-12 22:13:59 +0000
commitee13854e77e61f9c5acf2aded8ee84358adfe171 (patch)
tree8d55c4ae840945cc36a745ae6b2443d1e46ac941 /epan/dissectors/packet-rtmpt.c
parenta94826528bfa15f98b14d377c6913c9d94ffaefe (diff)
Give some URLs for descriptions of RTMP.
svn path=/trunk/; revision=42039
Diffstat (limited to 'epan/dissectors/packet-rtmpt.c')
-rw-r--r--epan/dissectors/packet-rtmpt.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index 4171306b3f..c87877e34e 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -35,7 +35,18 @@
* especially regarding the lengths and the structures.
*
* Documentation:
-* RTMP protocol description on Wiki of Red5 Open Source Flash Server
+* RTMP protocol description on Wiki of Red5 Open Source Flash Server at
+*
+* http://trac.red5.org/wiki/Codecs/RTMPSpecification
+*
+* and the pages to which it links:
+*
+* http://osflash.org/documentation/rtmp
+* http://wiki.gnashdev.org/RTMP
+* http://wiki.gnashdev.org/RTMP_Messages_Decoded
+* http://www.acmewebworks.com/Downloads/openCS/TheAMF.pdf
+* http://www.gnashdev.org/files/rtmp-decoded.pdf
+*
* Default TCP port is 1935
*/