Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal README capture.c packet-lapd.c packet.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:41:17 -0500 (CDT)
gram        2000/09/20 23:41:14 CDT

  Modified files:
    .                    README capture.c packet-lapd.c packet.c 
                         packet.h randpkt.c 
  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.44      +2 -1      ethereal/README
  1.127     +3 -3      ethereal/capture.c
  1.14      +8 -8      ethereal/packet-lapd.c
  1.109     +31 -3     ethereal/packet.c
  1.202     +6 -1      ethereal/packet.h
  1.9       +4 -4      ethereal/randpkt.c