Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ipp.c Makefile.am packet-cdp.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: Fri, 17 Sep 1999 00:57:08 -0500 (CDT)
guy         1999/09/17 00:57:06 CDT

  Modified files:
    .                    Makefile.am packet-cdp.c packet-giop.c 
                         packet-gre.c packet-http.c 
                         packet-isakmp.c packet-lpd.c 
                         packet-pptp.c packet-smb.c packet-tcp.c 
                         packet.h proto.c 
  Added files:
    .                    packet-ipp.c 
  Log:
  Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a
  specified number of bytes of captured data in the frame at the specified
  offset, and a "IS_DATA_IN_FRAME()" macro, to test whether there are any
  bytes of captured data in the frame at the specified offset, and convert
  some bounds checks to use them.
  
  Add a dissector for the Internet Printing Protocol.
  
  Revision  Changes    Path
  1.74      +2 -1      ethereal/Makefile.am
  1.14      +2 -2      ethereal/packet-cdp.c
  1.6       +4 -4      ethereal/packet-giop.c
  1.6       +2 -2      ethereal/packet-gre.c
  1.9       +9 -4      ethereal/packet-http.c
  1.9       +2 -2      ethereal/packet-isakmp.c
  1.10      +2 -2      ethereal/packet-lpd.c
  1.5       +2 -2      ethereal/packet-pptp.c
  1.25      +2 -2      ethereal/packet-smb.c
  1.33      +3 -2      ethereal/packet-tcp.c
  1.100     +12 -1     ethereal/packet.h
  1.28      +3 -1      ethereal/proto.c