Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aim-bos.c packet-aim-messaging.c pack

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 5 May 2004 04:30:56 -0500 (CDT)
guy         2004/05/05 04:30:56 CDT

  Modified files:
    .                    packet-aim-bos.c packet-aim-messaging.c 
                         packet-aim.c packet-aim.h 
  Log:
  Use "tvb_reported_length_remaining()" in "until the end of the packet"
  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.
  
  Revision  Changes    Path
  1.4       +9 -7      ethereal/packet-aim-bos.c
  1.6       +82 -82    ethereal/packet-aim-messaging.c
  1.41      +24 -24    ethereal/packet-aim.c
  1.5       +2 -2      ethereal/packet-aim.h