aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/main.h')
-rw-r--r--src/vlib/main.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/vlib/main.h b/src/vlib/main.h
index 5f78b7941a4..3925989d841 100644
--- a/src/vlib/main.h
+++ b/src/vlib/main.h
@@ -60,21 +60,6 @@
typedef struct
{
- /* Trace RX pkts */
- u8 pcap_rx_enable;
- /* Trace TX pkts */
- u8 pcap_tx_enable;
- /* Trace drop pkts */
- u8 pcap_drop_enable;
- u8 pad1;
- u32 max_bytes_per_pkt;
- u32 pcap_sw_if_index;
- pcap_main_t pcap_main;
- u32 filter_classify_table_index;
-} vnet_pcap_t;
-
-typedef struct
-{
u8 trace_filter_enable;
u32 classify_table_index;
} vlib_trace_filter_t;
@@ -202,9 +187,6 @@ typedef struct vlib_main_t
u32 *dispatch_buffer_trace_nodes;
u8 *pcap_buffer;
- /* pcap rx / tx tracing */
- vnet_pcap_t pcap;
-
/* Packet trace capture filter */
vlib_trace_filter_t trace_filter;