aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-directory.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-1/+1
Also: rename additional (static) variables to be consistent with the above renames. svn path=/trunk/; revision=34412
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2004-09-21From Jelmer Vernooij:Guy Harris1-46/+15
Remove some code duplication from the Oscar dissector (reduces the number of lines by 500) by providing a custom registration function for oscar families (aim_init_family). This also fixes a number of issues with column names. Add minor updates such as adding support for the Capability Info TLV on users. svn path=/trunk/; revision=12060
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+124
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410