Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rlogin.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Jul 2001 19:40:49 -0500 (CDT)
guy         2001/07/02 19:40:49 CDT

  Modified files:
    .                    packet-rlogin.c 
  Log:
  Tvbuffify the rlogin dissector.
  
  Get rid of some unneeded includes.
  
  "info_framenum" is set from an Ethereal frame number, and those are
  unsigned, so make it unsigned.  No frame will have zero as its frame
  number, so start "info_framenum" as 0, not -1.
  
  Fix some long-standing bugs in the packet processing found either as a
  result of code inspection in the process of tvbuffifying or doing
  regression tests.
  
  Revision  Changes    Path
  1.17      +203 -220  ethereal/packet-rlogin.c