aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-oft.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-20fixed MSVC problemsUlf Lamping1-2/+2
svn path=/trunk/; revision=10648
2004-04-20From Jelmer Vernooij:Guy Harris1-9/+5
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-03-24commented out unused aim_handle'sUlf Lamping1-2/+2
svn path=/trunk/; revision=10474
2004-03-23Zero-length arrays are *not* valid in C89, even if GCC doesn't happen toGuy Harris1-5/+9
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/+77
add a few more SNACs. svn path=/trunk/; revision=10450