From 7b01e9e897c8f780e79ca6e64c72d700bd27f86e Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 9 Jan 2019 10:22:24 -0500 Subject: Use the official libpcap file type Change-Id: Ia34a4278eedc8cf450688b1fa0291e1f976868d3 Signed-off-by: Dave Barach --- extras/wireshark/packet-vpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/wireshark/packet-vpp.c') diff --git a/extras/wireshark/packet-vpp.c b/extras/wireshark/packet-vpp.c index 5094f5d0066..0327a88d7f4 100644 --- a/extras/wireshark/packet-vpp.c +++ b/extras/wireshark/packet-vpp.c @@ -415,7 +415,7 @@ proto_reg_handoff_vpp(void) vpp_opaque_dissector_handle = find_dissector("vppOpaque"); vpp_opaque2_dissector_handle = find_dissector("vppOpaque2"); vpp_trace_dissector_handle = find_dissector("vppTrace"); - dissector_add_uint("wtap_encap", WTAP_ENCAP_USER13, vpp_dissector_handle); + dissector_add_uint("wtap_encap", WTAP_ENCAP_VPP, vpp_dissector_handle); } /* -- cgit 1.2.3-korg