Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-lapb.c packet-v120.c packet-x25.c pac

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: Tue, 9 Apr 2002 03:15:04 -0500 (CDT)
guy         2002/04/09 03:15:03 CDT

  Modified files:
    .                    packet-lapb.c packet-v120.c packet-x25.c 
                         packet-xot.c 
  Log:
  Move the definition of the FROM_DCE bit in the "flags" field of a
  "struct x25_phdr" to "wiretap/wtap.h".
  
  Have two X.25 dissectors, one of which assumes that there's a "struct
  x25_phdr" pseudo-header and one of which doesn't; the former uses the
  information in that pseudo-header to determine whether the packet is
  DTE->DCE or DCE->DTE, and the latter assumes it has no clue whether the
  packet is DTE->DCE or DCE->TDE.  Use the former one in the LAPB
  dissector, and the latter one in the XOT dissector and in the LLC
  dissector table.
  
  In the X.25-over-TCP dissector, handle multiple X.25 packets per TCP
  segment, and handle X.25 packets split across TCP segments.
  
  Revision  Changes    Path
  1.35      +6 -7      ethereal/packet-lapb.c
  1.25      +1 -3      ethereal/packet-v120.c
  1.65      +133 -34   ethereal/packet-x25.c
  1.10      +129 -26   ethereal/packet-xot.c