1<testcase> 2 3#Informational 4<info> 5<keywords> 6RTSP 7OPTIONS 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14RTSP/7.1 786 15 16RTSP/ 17</data> 18<datacheck> 19</datacheck> 20</reply> 21 22# Client-Side 23<client> 24<server> 25rtsp 26</server> 27<tool> 28lib567 29</tool> 30 31<name> 32fuzzing crash issue #12701 33</name> 34<command> 35rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER 36</command> 37</client> 38 39<verify> 40<protocol> 41OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0 42CSeq: 1 43User-Agent: test567 44Test-Number: 567 45 46</protocol> 47# 85 == CURLE_RTSP_CSEQ_ERROR 48<errorcode> 4985 50</errorcode> 51</verify> 52 53</testcase> 54