Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal editcap.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: Wed, 26 Apr 2000 19:31:28 -0500 (CDT)
guy         2000/04/26 19:31:25 CDT

  Modified files:
    .                    editcap.c 
  Log:
  Add a "-s" flag to editcap, to make it truncate packets to a specified
  snapshot length before writing them to the output file; this may come in
  handy if you are translating the file to a different format so that it
  can be read by a program that can't handle packets above a certain size
  (e.g., the snoop in Solaris 2.5.1 or 2.6, which reject Ethernet packets
  larger than the Ethernet MTU, and thus can't handle gigabit Ethernet
  captures using jumbo frames).
  
  Revision  Changes    Path
  1.9       +22 -3     ethereal/editcap.c