diff options
Diffstat (limited to 'print-rtsp.c')
| -rw-r--r-- | print-rtsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-rtsp.c b/print-rtsp.c index 368f0881..8c04e11a 100644 --- a/print-rtsp.c +++ b/print-rtsp.c @@ -43,5 +43,6 @@ static const char *rtspcmds[] = { void rtsp_print(netdissect_options *ndo, const u_char *pptr, u_int len) { + ndo->ndo_protocol = "rtsp"; txtproto_print(ndo, pptr, len, "rtsp", rtspcmds, RESP_CODE_SECOND_TOKEN); } |
