aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-05Updates from Kojak.Guy Harris1-144/+312
1999-12-01Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.Guy Harris1-1/+2
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-37/+52
1999-11-06Updates to the ICQ decoder, from Kojak.Guy Harris1-229/+1433
1999-11-03Include <time.h>, so as to declare "ctime()" on systems whereGuy Harris1-1/+2
1999-10-25Ensure that "password" is '\0'-terminated.Guy Harris1-2/+3
1999-10-25Update from Kojak to dissect ICQ login packets and text messages.Guy Harris1-55/+499
1999-10-24Kojak's ICQ dissector.Guy Harris1-0/+563