aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-directory.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-26From Jelmer Vernooij:obiot1-1/+8
Add support form extra SNACs. All TLV's are now recognized. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10712 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-20From Jelmer Vernooij:guy1-7/+32
Add support for a couple more SNAC's. Handle TLV's in a somewhat more extendible manner. Fix a bug in the buddylist dissector that caused pango warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10646 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Zero-length arrays are *not* valid in C89, even if GCC doesn't happen toguy1-5/+9
have a problem with them; MSVC++, for example, doesn't handle them, so we comment them out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10463 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andguy1-0/+88
add a few more SNACs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10450 f5534014-38df-0310-8fa8-9805f1628bb7