aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1152/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Move the redefinition of "isprint()" to be used by dissectors whenGuy Harris2004-07-091-1/+3
* Use "format_text()" on strings, so we handle non-printable characters.Guy Harris2004-06-161-19/+26
* From Devin Heitmueller: improve decoding of outgoing and incomingGuy Harris2004-06-031-2/+100
* Use "tvb_reported_length_remaining()" in "until the end of the packet"Guy Harris2004-05-051-21/+21
* From Jelmer Vernooij:Olivier Biot2004-04-261-1/+7
* From Jelmer Vernooij:Olivier Biot2004-04-261-111/+237
* From Jelmer Vernooij:Guy Harris2004-04-201-77/+121
* From Jon Oberheide: add the "Password Hash" label to AIM_TLV_PASSWORDGuy Harris2004-04-111-1/+2
* Get rid of a no-longer-used argument.Guy Harris2004-03-231-4/+4
* The dissectors for particular AIM families aren't for real protocols,Guy Harris2004-03-231-2/+2
* From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris2004-03-231-1525/+234
* From Jelmer Vernooij: add support for SNAC(x,1), SNAC(1,2-6) andGuy Harris2004-03-201-194/+281
* From Jelmer Vernooij: add support for some more SNACs.Guy Harris2004-03-201-6/+121
* warning: ISO C does not allow extra ; outside of a functionJörg Mayer2003-12-211-2/+2
* Add new routines:Guy Harris2003-06-121-3/+2
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-3/+3
* "tvb_get_nstringz0()" now expects its third argument to be the maximumGuy Harris2003-05-111-6/+6
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-3/+2
* From Devin Heitmueller: dissect the "List" subtype in the Server StoredGuy Harris2003-04-151-4/+139
* From Devin Heitmueller: for packets with an unknown family ID, displayGuy Harris2003-03-141-2/+2
* From Devin Heitmueller: dissection for user info requests (away message,Guy Harris2003-02-271-7/+51
* From Devin Heitmueller: handle the AIM logon reply.Guy Harris2003-02-211-4/+40
* Updates from Devin Heitmueller to add a framework to handle TLVs, and toGuy Harris2003-02-201-23/+158
* Do desegmentation and handle multiple AIM messages per TCP segment.Guy Harris2003-01-201-36/+76
* From Devin Heitmueller: further AIM cleanups, including cleanups ofGuy Harris2003-01-151-54/+445
* From Devin Heitmueller:Guy Harris2003-01-121-337/+804
* From Devin Heitmueller: improve dissection of the AIM signon-reply, theGuy Harris2003-01-111-3/+107
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-85/+85
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-12/+4
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* The family and subtype fields in AIM messages are 16-bit fields, andGuy Harris2002-01-201-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-71/+71
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-9/+1
* 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
* Updates from Ralf Holzer.Guy Harris2000-11-281-17/+93
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-6/+6
* "pinfo->current_proto" is typically set to an acronym or short name forGuy Harris2000-11-121-2/+2
* AIM/OSCAR dissector, from Ralf Holzer.Guy Harris2000-11-061-0/+548