Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fr.c packet-frame.c

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, 30 Jan 2003 19:02:04 -0600 (CST)
guy         2003/01/30 19:02:04 CST

  Modified files:
    .                    packet-fr.c packet-frame.c 
  Log:
  Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files
  that have direction information.
  
  Support writing WTAP_ENCAP_FRELAY_WITH_PHDR and WTAP_ENCAP_PPP_WITH_PHDR
  captures out in libpcap format - we throw away the direction
  information, but so it goes.
  
  When reading/writing Windows Sniffer format, read and write the
  direction flag.
  
  Revision  Changes    Path
  1.33      +2 -1      ethereal/packet-fr.c
  1.34      +2 -2      ethereal/packet-frame.c