aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vnet.h
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2018-11-16 17:19:00 -0500
committerFlorin Coras <florin.coras@gmail.com>2018-11-17 18:30:33 +0000
commit3ae2873e568dd441a22903ab9f8c7954835b0bf1 (patch)
tree391c38e64bd9e00154438f465bcb98be0195b6b5 /src/vnet/vnet.h
parent173bae3d178d96cd14e0cc1b191a575c4aaff299 (diff)
pcap-based dispatch tracer
To facilitate dispatch trajectory tracing, vlib_buffer_t decoding, etc. through Wireshark Change-Id: I31356b9fa1f40cba8830aaf10a86a9fbb7546438 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet/vnet.h')
-rw-r--r--src/vnet/vnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/vnet.h b/src/vnet/vnet.h
index 5098aa6ecec..9b2a8788752 100644
--- a/src/vnet/vnet.h
+++ b/src/vnet/vnet.h
@@ -42,7 +42,7 @@
#include <vppinfra/types.h>
-#include <vnet/unix/pcap.h>
+#include <vppinfra/pcap.h>
#include <vnet/buffer.h>
#include <vnet/config.h>
#include <vnet/interface.h>