From 51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 7 Nov 2016 19:34:04 +0100 Subject: GVSP: Disable the heuristic by default Already try to enhance but get always some false positive with STUN/RTP Change-Id: I187959ed526a0d538a2c6db76af07ae3dbf06c6e Reviewed-on: https://code.wireshark.org/review/18702 Reviewed-by: thies.moeller Reviewed-by: Anders Broman --- epan/dissectors/packet-gvsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-gvsp.c') diff --git a/epan/dissectors/packet-gvsp.c b/epan/dissectors/packet-gvsp.c index 2f165d44af..2e90b7a219 100644 --- a/epan/dissectors/packet-gvsp.c +++ b/epan/dissectors/packet-gvsp.c @@ -2281,7 +2281,7 @@ void proto_register_gvsp(void) void proto_reg_handoff_gvsp(void) { dissector_add_for_decode_as_with_preference("udp.port", gvsp_handle); - heur_dissector_add("udp", dissect_gvsp_heur, "GigE Vision over UDP", "gvsp_udp", proto_gvsp, HEURISTIC_ENABLE); + heur_dissector_add("udp", dissect_gvsp_heur, "GigE Vision over UDP", "gvsp_udp", proto_gvsp, HEURISTIC_DISABLE); } /* -- cgit v1.2.3