Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap iptrace.c lanalyzer.c libpcap.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 20 Sep 2000 23:42:00 -0500 (CDT)
gram        2000/09/20 23:41:57 CDT

  Modified files:
    wiretap              iptrace.c lanalyzer.c libpcap.c netmon.c 
                         netxray.c ngsniffer.c pppdump.c snoop.c 
                         toshiba.c wtap.h 
  Log:
  Make sure to pass the sent/received direction from pppdump.c in
  pseudo_header.
  Use generic "p2p_phdr" instead of "lapd_phdr". Modify toshiba.c and
  packet-lapd.c to take that into account.
  Add frame.p2p_dir, a filterable field, 0=sent, 1=recvd
  Make p2p_dir available in packe_info, as I think it will be needed
  in VJ COMP and UNCOMP dissection.
  
  Rename WTAP_ENCAP_TR to WTAP_ENCAP_TOKEN_RING.
  
  Mention pppd-log support in man page.
  Mention atmsnoop in README.
  
  Revision  Changes    Path
  1.32      +2 -2      ethereal/wiretap/iptrace.c
  1.26      +2 -2      ethereal/wiretap/lanalyzer.c
  1.43      +2 -2      ethereal/wiretap/libpcap.c
  1.34      +3 -3      ethereal/wiretap/netmon.c
  1.32      +3 -3      ethereal/wiretap/netxray.c
  1.52      +3 -3      ethereal/wiretap/ngsniffer.c
  1.3       +7 -3      ethereal/wiretap/pppdump.c
  1.32      +3 -3      ethereal/wiretap/snoop.c
  1.13      +3 -3      ethereal/wiretap/toshiba.c
  1.81      +9 -7      ethereal/wiretap/wtap.h