aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-03Use "val_to_str()" to translate numerical values to strings, don'tguy1-289/+229
2001-06-18Fix up the buffer size calculation - the starting offset isn't aguy1-6/+9
2001-06-18The ICQ decryption code works on 4 bytes at a time, so the amount ofguy1-5/+14
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-05-27We can't use a single static buffer for decrypted ICQ data - you mightguy1-15/+10
2001-04-27Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as itguy1-6/+6
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.guy1-3/+3
2001-03-27Added the created tvbuff into the original tvbuff chain so clean-up isguy1-2/+7
2001-03-25Tvbuffify the ICQ dissector.guy1-1004/+698
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-21Fix infinite loop in reallocation of memory for decryption buffer.gram1-6/+11
2000-11-19Dynamically resize decr_pd in dissect_icqv5Client() in order to avoidgerald1-3/+10
2000-11-19For each column, have both a buffer into which strings for that columnguy1-9/+9
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-6/+1
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endguy1-2/+2
2000-08-05More changes from Peter Kjellerstedt.guy1-10/+8
2000-08-04ICQ improvements from Peter Kjellerstedt.guy1-32/+83
2000-05-11Add tvbuff class.gram1-80/+112
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-10/+18
2000-03-14Convert two instances of proto_tree_add_uint_format() togram1-5/+5
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-33/+33
2000-03-07Fix some "proto_tree_add_text()" calls.guy1-64/+73
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanguy1-5/+2
1999-12-05Updates from Kojak.guy1-144/+312
1999-12-01Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.guy1-1/+2
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-37/+52
1999-11-06Updates to the ICQ decoder, from Kojak.guy1-229/+1433
1999-11-03Include <time.h>, so as to declare "ctime()" on systems whereguy1-1/+2
1999-10-25Ensure that "password" is '\0'-terminated.guy1-2/+3
1999-10-25Update from Kojak to dissect ICQ login packets and text messages.guy1-55/+499
1999-10-24Kojak's ICQ dissector.guy1-0/+563