Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.h packet.c file.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, 29 Dec 1999 01:25:55 -0600 (CST)
guy         1999/12/29 01:25:53 CST

  Modified files:
    .                    packet.h packet.c file.c 
  Log:
  Move the stuff to fill in those columns not filled in by dissectors from
  "file.c" to "packet.c"; it's not really related to file access (or to
  manipulating the packet list as a whole, which much of the stuff in
  "file.c" is really for), but is more related to analyzing packets, and
  moving it to "packet.c" lets me build an experimental "line-mode" flavor
  of Ethereal (based on Gilbert's "tethereal" experiment) - "line-mode"
  means "like tcpdump or snoop" - without having to drag in "file.c" and a
  pile of GUI stuff.
  
  Revision  Changes    Path
  1.164     +3 -1      ethereal/packet.h
  1.61      +285 -1    ethereal/packet.c
  1.142     +1 -279    ethereal/file.c