aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-invitation.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-26From Jelmer Vernooij:Olivier Biot1-13/+33
Add support form extra SNACs. All TLV's are now recognized. svn path=/trunk/; revision=10712
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-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/+94
add a few more SNACs. svn path=/trunk/; revision=10450