diff options
Diffstat (limited to 'extras/wireshark/packet-vpp.c')
-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); } /* |