https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7061
--- Comment #7 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-04-11 11:20:06 PDT ---
Two small questions:
- Why is your heuristic dissector returning:
return tvb_length(tvb);
instead of:
return TRUE;
?
- Can you have a packet bigger than 12 bytes? You only dissect 12 bytes so it
could allow to narrow the heuristics.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.