diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 675b00bdf..3140a71bf 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -166,6 +166,7 @@ enum info_type { INFO_TIVOCONNECT, INFO_FTP_IMAP_POP_SMTP, INFO_NATPMP, + INFO_RTP }; // flow tracking @@ -275,6 +276,10 @@ typedef struct ndpi_flow_info { } ssh_tls; struct { + enum ndpi_rtp_stream_type stream_type; + } rtp; + + struct { char url[256], request_content_type[64], content_type[64], user_agent[256], server[128]; u_int response_status_code; } http; |