Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dns.c packet-dns.h packet-icmpv6.c pa

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: Mon, 2 Jul 2001 02:11:40 -0500 (CDT)
guy         2001/07/02 02:11:40 CDT

  Modified files:
    .                    packet-dns.c packet-dns.h packet-icmpv6.c 
                         packet-nbns.c 
  Log:
  Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
  
  Add a "tvb_memeql()" routine, for doing "memcmp()"-style equality
  comparisons.
  
  Revision  Changes    Path
  1.69      +369 -842  ethereal/packet-dns.c
  1.10      +3 -3      ethereal/packet-dns.h
  1.48      +7 -14     ethereal/packet-icmpv6.c
  1.53      +318 -442  ethereal/packet-nbns.c