aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
Commit message (Expand)AuthorAgeFilesLines
* Use "val_to_str()" to translate numerical values to strings, don'tGuy Harris2001-07-031-289/+229
* Fix up the buffer size calculation - the starting offset isn't aGuy Harris2001-06-181-6/+9
* The ICQ decryption code works on 4 bytes at a time, so the amount ofGuy Harris2001-06-181-5/+14
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* We can't use a single static buffer for decrypted ICQ data - you mightGuy Harris2001-05-271-15/+10
* Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as itGuy Harris2001-04-271-6/+6
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-3/+3
* Added the created tvbuff into the original tvbuff chain so clean-up isGuy Harris2001-03-271-2/+7
* Tvbuffify the ICQ dissector.Guy Harris2001-03-251-1004/+698
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Fix infinite loop in reallocation of memory for decryption buffer.Gilbert Ramirez2000-11-211-6/+11
* Dynamically resize decr_pd in dissect_icqv5Client() in order to avoidGerald Combs2000-11-191-3/+10
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-9/+9
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-2/+2
* More changes from Peter Kjellerstedt.Guy Harris2000-08-051-10/+8
* ICQ improvements from Peter Kjellerstedt.Guy Harris2000-08-041-32/+83
* Add tvbuff class.Gilbert Ramirez2000-05-111-80/+112
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-10/+18
* Convert two instances of proto_tree_add_uint_format() toGilbert Ramirez2000-03-141-5/+5
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-33/+33
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-64/+73
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-5/+2
* Updates from Kojak.Guy Harris1999-12-051-144/+312
* Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.Guy Harris1999-12-011-1/+2
* Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1999-11-181-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-37/+52
* Updates to the ICQ decoder, from Kojak.Guy Harris1999-11-061-229/+1433
* Include <time.h>, so as to declare "ctime()" on systems whereGuy Harris1999-11-031-1/+2
* Ensure that "password" is '\0'-terminated.Guy Harris1999-10-251-2/+3
* Update from Kojak to dissect ICQ login packets and text messages.Guy Harris1999-10-251-55/+499
* Kojak's ICQ dissector.Guy Harris1999-10-241-0/+563