aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-24/+24
* We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris2002-08-031-5/+1
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-19/+11
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Put the protocol version into the ICQ v2/v3/v4 tree.Guy Harris2002-05-021-4/+34
* From Joerg Mayer: get rid of some unused arguments.Guy Harris2002-05-021-23/+83
* More static-ization. In util.c, I commented out the ASCII-to-EBCDICGilbert Ramirez2002-04-081-2/+2
* Get rid of a bunch of initializations of variables that aren'tGuy Harris2002-02-251-24/+23
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-4/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-25/+25
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* 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