aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-11Add tvbuff class.Gilbert Ramirez1-80/+112
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-10/+18
2000-03-14Convert two instances of proto_tree_add_uint_format() toGilbert Ramirez1-5/+5
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-33/+33
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-64/+73
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-5/+2
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