http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27619
User: wmeier
Date: 2009/03/05 04:24 PM
Log:
Correct bug in heuristic so as to strengthen it a bit.
Specifically: a little research verifies that the correct
heuristic is: Succeed if the byte at offset 0 is an STX *and* the
bytes at offset 3/4 correspond to a valid OICQ command.
The code was actually effectively doing an *or* and thus the
heuristic was quite weak.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -3 packet-oicq.c Modified