aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-74/+0
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. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-03From Devin Heitmueller: improve decoding of outgoing and incomingGuy Harris1-1/+2
message blocks. svn path=/trunk/; revision=11081
2004-05-05Use "tvb_reported_length_remaining()" in "until the end of the packet"Guy Harris1-2/+2
loops, so we mark frames as short if they've been cut short by a snapshot length. The user class in buddy list TLVs appears to be 2 bytes, in at least some captures; make "dissect_aim_userclass()" take the user class value, and the length of the user class field, as arguments, and have the caller fetch the value. Also, display the numerical value of the user class in hex, as it's a bitset. Fix the messaging dissector to put stuff under the top-level item rather than at the top level. Fix a typo. Clean up indentation. svn path=/trunk/; revision=10802
2004-04-27Declare "dissect_aim_userclass()" as it's used in files other thanGuy Harris1-1/+2
"packet-aim.c". svn path=/trunk/; revision=10716
2004-04-26From Jelmer Vernooij:Olivier Biot1-10/+12
Add support form extra SNACs. All TLV's are now recognized. svn path=/trunk/; revision=10712
2004-04-20From Jelmer Vernooij:Guy Harris1-2/+9
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-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-0/+63
add a few more SNACs. svn path=/trunk/; revision=10450