Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7061] New Dissector: Binary Floor Control Protocol (BFCP)

Date: Wed, 11 Apr 2012 11:20:07 -0700 (PDT)
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.