aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-25/+25
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-07-03Use "val_to_str()" to translate numerical values to strings, don'tGuy Harris1-289/+229
2001-06-18Fix up the buffer size calculation - the starting offset isn't aGuy Harris1-6/+9
2001-06-18The ICQ decryption code works on 4 bytes at a time, so the amount ofGuy Harris1-5/+14
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-05-27We can't use a single static buffer for decrypted ICQ data - you mightGuy Harris1-15/+10
2001-04-27Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as itGuy Harris1-6/+6
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-3/+3
2001-03-27Added the created tvbuff into the original tvbuff chain so clean-up isGuy Harris1-2/+7
2001-03-25Tvbuffify the ICQ dissector.Guy Harris1-1004/+698
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-21Fix infinite loop in reallocation of memory for decryption buffer.Gilbert Ramirez1-6/+11
2000-11-19Dynamically resize decr_pd in dissect_icqv5Client() in order to avoidGerald Combs1-3/+10
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-9/+9
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris1-2/+2
2000-08-05More changes from Peter Kjellerstedt.Guy Harris1-10/+8
2000-08-04ICQ improvements from Peter Kjellerstedt.Guy Harris1-32/+83
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