aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier1-4/+4
Also: rename additional (static) variables to be consistent with the above renames. svn path=/trunk/; revision=34412
2008-11-20From Gregor Jasny:Jaap Keuter1-0/+1
I've extended the AIM dissector with the information available from http://dev.aol.com/aim/oscar . I've verified most of the additions by sniffing my iChat (OSX 10.4) data traffic. svn path=/trunk/; revision=26813
2008-05-23From Alex Turbov:Jaap Keuter1-2/+3
Show result code of last SSI operation with a human readable description. svn path=/trunk/; revision=25375
2007-03-24From Sebastien Tandel:Stephen Fisher1-1/+1
Fixes for warnings svn path=/trunk/; revision=21164
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
svn path=/trunk/; revision=15079
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
(presumably-)harmless-but-otherwise-unremovable const-to-nonconst warnings. In the TACACS dissector, clean up the variables used in option parsing to avoid some const-to-nonconst warnings. Clean up some white space. svn path=/trunk/; revision=15043
2004-09-23From Jelmer Vernooij:Guy Harris1-11/+15
- 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-09-22From Jelmer Vernooij:Guy Harris1-0/+1
- Dissect the DC (Direct Connection) info structure - Dissect the complete buddy icon family (you can now save buddy icons as .JPG's/.PNG's directly from the capture using the "Export selected bytes..." option!) - Add a function that dissects a sequence of TLV's instead of having while() loops all over the place. svn path=/trunk/; revision=12063
2004-09-21From Jelmer Vernooij:Guy Harris1-4/+19
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/+74
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