diff --git a/epan/dissectors/packet-srt.c b/epan/dissectors/packet-srt.c index aeecd69600..5028e8c3cd 100644 --- a/epan/dissectors/packet-srt.c +++ b/epan/dissectors/packet-srt.c @@ -16,6 +16,11 @@ * quality live video over the worst networks. * * http://www.srtalliance.org + * + * As no version of the standard could be found on the above site, a + * network protocol description can be found in a sample implementation:: + * + * https://github.com/Haivision/srt/blob/master/docs/handshake.md */ #include