aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-07-12 22:53:39 -0400
committerMichael Mann <mmann78@netscape.net>2016-07-13 19:52:17 +0000
commit62233277a20bd1fbee890489854443446c7d1c41 (patch)
tree7e416f39009fc7a4d3d4788ad3f6c448c14e3e22 /epan/dissectors/packet-juniper.c
parent0b000977b74f0c8e1b042ed51749e801fa81f426 (diff)
Support Juniper VN over UDP.
Change-Id: I40dab9d392ddea1f895b88f8f19c1194e56563a2 Reviewed-on: https://code.wireshark.org/review/16408 Reviewed-by: Amitoj Setia <amitoj_setia@yahoo.com> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-juniper.c')
-rw-r--r--epan/dissectors/packet-juniper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-juniper.c b/epan/dissectors/packet-juniper.c
index 8f22edb421..037ff6ed5e 100644
--- a/epan/dissectors/packet-juniper.c
+++ b/epan/dissectors/packet-juniper.c
@@ -1600,6 +1600,7 @@ proto_reg_handoff_juniper(void)
dissector_add_uint("wtap_encap", WTAP_ENCAP_JUNIPER_VP, juniper_vp_handle);
dissector_add_uint("wtap_encap", WTAP_ENCAP_JUNIPER_SVCS, juniper_svcs_handle);
dissector_add_uint("wtap_encap", WTAP_ENCAP_JUNIPER_VN, juniper_vn_handle);
+ dissector_add_for_decode_as("udp.port", juniper_vn_handle);
}