aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.c
Commit message (Expand)AuthorAgeFilesLines
* 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