Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap i4btrace.c nettl.c ngsniffer.c radco

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

  Modified files:
    wiretap              i4btrace.c nettl.c ngsniffer.c radcom.c 
                         visual.c wtap.h 
  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.20      +2 -2      ethereal/wiretap/i4btrace.c
  1.26      +3 -2      ethereal/wiretap/nettl.c
  1.77      +3 -3      ethereal/wiretap/ngsniffer.c
  1.36      +3 -3      ethereal/wiretap/radcom.c
  1.6       +6 -4      ethereal/wiretap/visual.c
  1.110     +3 -3      ethereal/wiretap/wtap.h