aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-srt.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-27SRT: expand comments to give more detail on the string encoding.Guy Harris1-1/+41
2022-12-27SRT: Validate UTF-8 encodingJoão Valverde1-1/+8
2022-04-06srt: added reference to the internet draftMaxim Sharabayko1-5/+4
2021-02-23packet-srt.c: Add link to some network protocol descriptionJoerg Mayer1-0/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2019-10-18SRT: Fixed misnamed field srt.bufavailMaxim Sharabayko1-1/+1
2019-07-21IEEE80211: handle symbol proprietary tag seperatelyJaap Keuter1-5/+0
2019-01-20srt: redundant prototypes declarationAlexis La Goutte1-4/+0
2018-12-30srt: fix not a Doxygen trailing comment [-Wdocumentation]Alexis La Goutte1-10/+10
2018-12-26Make dissect_srt_control_packet() static.Alexis La Goutte1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-08SRT: clear the state after displaying itAlan Birtles1-2/+2
2018-11-06Add Secure Reliable Transport dissectorMaxim Sharabayko1-0/+1219