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>
This commit is contained in:
Alexis La Goutte 2016-11-07 19:34:04 +01:00 committed by Anders Broman
parent 1be79dd3a8
commit 51bdba4c1f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/*