Wireshark-commits: [Wireshark-commits] rev 27619: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 06 Mar 2009 00:24:11 GMT
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