Instance of a text2pcap recorder. More...
#include <text2pcap.h>
Data Fields | |
| char * | filename |
| Absolute path to where the text2pcap file is stored. | |
| FILE * | file |
| Pointer to the file handle. | |
| int | truncate |
| Number of bytes to truncate at. | |
| gboolean | text |
| Whether we'll save as text, or directly to pcap. | |
| volatile int | writable |
| Whether we can write to this file or not. | |
| janus_mutex | mutex |
| Mutex to lock/unlock this recorder instance. | |
Instance of a text2pcap recorder.
| FILE* janus_text2pcap::file |
Pointer to the file handle.
| char* janus_text2pcap::filename |
Absolute path to where the text2pcap file is stored.
| janus_mutex janus_text2pcap::mutex |
Mutex to lock/unlock this recorder instance.
| gboolean janus_text2pcap::text |
Whether we'll save as text, or directly to pcap.
| int janus_text2pcap::truncate |
Number of bytes to truncate at.
| volatile int janus_text2pcap::writable |
Whether we can write to this file or not.