forked from voipmonitor/sniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.h
46 lines (44 loc) · 783 Bytes
/
common.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#ifndef COMMON_H
#define COMMON_H
struct sVerbose {
int process_rtp;
int read_rtp;
int rtp_set_base_seq;
int check_is_caller_called;
int disable_threads_rtp;
int packet_lost;
int rrd_info;
int http;
int webrtc;
int ssl;
int ssldecode;
int ssldecode_debug;
int sip_packets;
int set_ua;
int dscp;
int store_process_query;
int call_listening;
int skinny;
int fraud;
int enable_bt_sighandler;
int tcp_debug_port;
int test_rtp_performance;
int tar;
int chunk_buffer;
unsigned long int ssrc;
int jitter;
int noaudiounlink;
int capture_filter;
int pcap_stat_period;
int memory_stat;
int memory_stat_log;
int memory_stat_ignore_limit;
int qring_stat;
int qfiles;
int query_error;
int dump_sip;
int manager;
int scanpcapdir;
int debug_rtcp;
};
#endif