aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-messaging.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-1/+1
there was at least one obvious memleak in one of the uses of tvb_get_string() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15027 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-13From Ilya Konstantinov :etxrab1-1/+2
fixes a tiny bug which caused the boolean fields not to refer to the same offset as their parent. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14914 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-13From Ilya Konstantinov :etxrab1-4/+281
A patch to the AIM dissector to support Client Auto Response messages. I still don't know the meaning of all the fields as they weren't all mapped but this patch decodes all the important ones. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14911 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"guy1-3/+3
as the description - some aim_tlv tables have NULL in the end-of-table entry. For those that don't, replace "Unknown" with NULL; "Unknown" is now redundant. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13084 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-23From Jelmer Vernooij:guy1-12/+82
- Dissect ICQ TLV values - Dissect channel 1 and channel 2 messages correctly in Oscar (required for dissecting direct connections) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12072 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-22From Jelmer Vernooij:guy1-5/+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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12063 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-21From Jelmer Vernooij:guy1-203/+173
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12060 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+323
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7