aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-messaging.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-20From Jelmer Vernooij:Guy Harris1-19/+64
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. svn path=/trunk/; revision=10646
2004-04-02From Devin Heitmueller: do a better job of decoding the AIM messagingGuy Harris1-17/+80
SNAC for outgoing and incoming subtypes. svn path=/trunk/; revision=10542
2004-03-23Zero-length arrays are *not* valid in C89, even if GCC doesn't happen toGuy Harris1-3/+5
have a problem with them; MSVC++, for example, doesn't handle them, so we comment them out. svn path=/trunk/; revision=10463
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-0/+189
add a few more SNACs. svn path=/trunk/; revision=10450