diff --git a/src/rtp_pcap.cpp b/src/rtp_pcap.cpp index 68ea00e..40015cd 100644 --- a/src/rtp_pcap.cpp +++ b/src/rtp_pcap.cpp @@ -1,9 +1,9 @@ #include #include // for ntohs() +#include #include #include #include -#include #include // for atoi() #include // for memset() #include @@ -1148,7 +1148,6 @@ void rtp_pcap_srtp(const char *progname, pcap_t *input, rtp_pcap_filter_t *filte if (srtp_status != srtp_err_status_ok) { error_inc(errors, srtp_status); DEBUG_PRINT( - stdout, "\n%s of packet[%d] failed: %s (%d)", rtp_pcap_cryptop_string(args->op), stream_pkt_count - 1,