Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap 5views.c airopeek9.c ascend.c cosine

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 3 Mar 2004 16:24:53 -0600 (CST)
guy         2004/03/03 16:24:53 CST

  Modified files:
    wiretap              5views.c airopeek9.c ascend.c cosine.c 
                         csids.c dbs-etherwatch.c etherpeek.c 
                         eyesdn.c hcidump.c lanalyzer.c libpcap.c 
                         netmon.c netxray.c radcom.c snoop.c 
                         visual.c vms.c wtap.c 
  Log:
  Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",
  rather than requiring individual capture file type handlers to do it
  (unless they're doing per-packet encapsulation, in which case we check
  to make sure they didn't *leave* it as WTAP_ENCAP_PER_PACKET).
  
  Revision  Changes    Path
  1.5       +1 -2      ethereal/wiretap/5views.c
  1.12      +1 -2      ethereal/wiretap/airopeek9.c
  1.33      +1 -2      ethereal/wiretap/ascend.c
  1.10      +1 -2      ethereal/wiretap/cosine.c
  1.17      +1 -2      ethereal/wiretap/csids.c
  1.17      +1 -2      ethereal/wiretap/dbs-etherwatch.c
  1.29      +1 -2      ethereal/wiretap/etherpeek.c
  1.5       +1 -2      ethereal/wiretap/eyesdn.c
  1.4       +1 -2      ethereal/wiretap/hcidump.c
  1.47      +1 -2      ethereal/wiretap/lanalyzer.c
  1.116     +1 -2      ethereal/wiretap/libpcap.c
  1.69      +1 -2      ethereal/wiretap/netmon.c
  1.90      +1 -2      ethereal/wiretap/netxray.c
  1.45      +1 -3      ethereal/wiretap/radcom.c
  1.69      +1 -2      ethereal/wiretap/snoop.c
  1.16      +1 -3      ethereal/wiretap/visual.c
  1.23      +1 -2      ethereal/wiretap/vms.c
  1.90      +20 -1     ethereal/wiretap/wtap.c