aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-oft.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-25a lot of warnings removed, most of them about pointer to int casts without ↵Ulf Lamping1-2/+2
using the appropriate GLib macros svn path=/trunk/; revision=12832
2004-09-23From Jelmer Vernooij:Guy Harris1-2/+37
- Dissect ICQ TLV values - Dissect channel 1 and channel 2 messages correctly in Oscar (required for dissecting direct connections) svn path=/trunk/; revision=12072
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+77
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