Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am file.c file.h menu.c packet.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 1 Aug 1999 21:04:35 -0500 (CDT)
guy         1999/08/01 21:04:33 CDT

  Modified files:
    .                    Makefile.am file.c file.h menu.c packet.c 
                         packet.h proto.c summary.c 
  Log:
  Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and
  wiretap support for RADCOM Ltd.'s WAN/LAN analyzers (see
  
  	http://www.radcom-inc.com/
  
  ).  Note: as I remember, IEEE 802.2/ISO 8022 LLC has somewhat of an SDLC
  flavor to it, just as I think LAP, LAPB, LAPD, and so on do, so we may
  be able to combine some of the LLC dissection and the LAPB dissection
  into common code that could, conceivably be used for other SDLC-flavored
  protocols.
  
  Make "S" a mnemonic for "Summary" in the "Tools" menu.
  
  Move the routine, used for the "Tools/Summary" display, that turns a
  wiretap file type into a descriptive string for it into the wiretap
  library itself, expand on some of its descriptions, and add an entry for
  files from a RADCOM analyzer.
  
  Have "Tools/Summary" display the snapshot length for the capture.
  
  Revision  Changes    Path
  1.46      +2 -0      ethereal/Makefile.am
  1.53      +10 -7     ethereal/file.c
  1.24      +2 -1      ethereal/file.h
  1.32      +2 -2      ethereal/menu.c
  1.34      +4 -1      ethereal/packet.c
  1.78      +8 -1      ethereal/packet.h
  1.8       +5 -1      ethereal/proto.c
  1.7       +6 -26     ethereal/summary.c