aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oicq.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-06Correct bug in heuristic so as to strengthen it a bit.Bill Meier1-3/+6
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. svn path=/trunk/; revision=27619
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
svn path=/trunk/; revision=27065
2008-05-17Fix bug #2531: UDP packet on port 8000 incorrectly dissected as OICQ protocol.Stephen Fisher1-3/+10
Changed OICQ dissector to be a new style dissector that checks to make sure two of the fields match defined string values before continuing dissection. svn path=/trunk/; revision=25317
2007-04-27Change of authors email addressJaap Keuter1-1/+1
svn path=/trunk/; revision=21603
2006-07-10from DuBingyaoTomas Kukosa1-14/+42
patch for the OICQ dissector to identify unknown command svn path=/trunk/; revision=18696
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-01-03Du Bingyao:Jörg Mayer1-0/+173
New OICQ dissector. Me: removed some not needed variables and some unneeded includes. svn path=/trunk/; revision=16940