aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gvsp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-11-07 19:34:04 +0100
committerAnders Broman <a.broman58@gmail.com>2016-11-10 08:42:54 +0000
commit51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 (patch)
treeeb150217c0cbfffd12221fc6f9a78bedb8c30178 /epan/dissectors/packet-gvsp.c
parent1be79dd3a841fd89db1e2b43cedfc5330c56f23d (diff)
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 <thies.moeller@baslerweb.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gvsp.c')
-rw-r--r--epan/dissectors/packet-gvsp.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*