diff options
author | Dave Barach <dave@barachs.net> | 2019-01-09 10:22:24 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2019-01-09 10:23:16 -0500 |
commit | 7b01e9e897c8f780e79ca6e64c72d700bd27f86e (patch) | |
tree | ec865d830713d28c2f9350e37afc21351dbe5663 /extras | |
parent | f0769631f4ec8aadbaa8f104ff6cae352f08a437 (diff) |
Use the official libpcap file type
Change-Id: Ia34a4278eedc8cf450688b1fa0291e1f976868d3
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/wireshark/packet-vpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /* |