Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap i4btrace.c netxray.c ngsniffer.c tos

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: Thu, 31 Oct 2002 01:12:46 -0600 (CST)
guy         2002/10/31 01:12:45 CST

  Modified files:
    wiretap              i4btrace.c netxray.c ngsniffer.c 
                         toshiba.c wtap-int.h wtap.c wtap.h 
  Log:
  Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a
  WTAP_ENCAP_ISDN encapsulation type, which includes a pseudo-header
  giving the direction (user-to-network or network-to-user) and the
  channel number.
  
  Add a new circuit type, using the ISDN channel number as the circuit ID.
  
  Add an ISDN dissector to put the direction and channel number into the
  protocol tree and to call the appropriate dissector for the payload
  based on the channel (LAPD for the D channel; V.120, PPP, or data for B
  channels, based on some heuristics).
  
  Revision  Changes    Path
  1.23      +18 -67    ethereal/wiretap/i4btrace.c
  1.62      +19 -43    ethereal/wiretap/netxray.c
  1.86      +114 -79   ethereal/wiretap/ngsniffer.c
  1.26      +8 -5      ethereal/wiretap/toshiba.c
  1.30      +1 -2      ethereal/wiretap/wtap-int.h
  1.73      +5 -8      ethereal/wiretap/wtap.c
  1.124     +13 -5     ethereal/wiretap/wtap.h