aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-messaging.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-16Use "format_text()" on strings, so we handle non-printable characters.guy1-2/+3
Clean up white space a bit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11157 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04From Devin Heitmueller: Fix some compilation warnings.gerald1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11103 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-03From Devin Heitmueller: improve decoding of outgoing and incomingguy1-26/+22
message blocks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11081 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-23In outgoing messages:guy1-13/+21
put the screen name into the Info column before fetching the message text, so it gets into the Info column even if we throw an exception fetching the message text; use the right offset when adding the screen name to the protocol tree; use the right offset for the byte after the screen name when calling "aim_get_message()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10971 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-23Put in a missing space.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10970 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-05Use "tvb_reported_length_remaining()" in "until the end of the packet"guy1-84/+84
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10802 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26From Jelmer Vernooij:obiot1-43/+64
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-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10646 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-02From Devin Heitmueller: do a better job of decoding the AIM messagingguy1-17/+80
SNAC for outgoing and incoming subtypes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10542 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Zero-length arrays are *not* valid in C89, even if GCC doesn't happen toguy1-3/+5
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/+189
add a few more SNACs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10450 f5534014-38df-0310-8fa8-9805f1628bb7