|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Tracks the state and outcome of an in-progress RTP stream save operation. More...
#include <tap-rtp-common.h>
Public Attributes | |
| FILE * | fp |
| uint32_t | count |
| tap_rtp_error_type_t | error_type |
| bool | saved |
Tracks the state and outcome of an in-progress RTP stream save operation.
| uint32_t _tap_rtp_save_info_t::count |
Number of payload frames successfully written so far
| tap_rtp_error_type_t _tap_rtp_save_info_t::error_type |
Error code set when the save operation fails (see tap_rtp_error_type_t)
| FILE* _tap_rtp_save_info_t::fp |
Output file handle to which decoded audio is written
| bool _tap_rtp_save_info_t::saved |
True if the stream was saved to file without error