Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dns.c packet-nbns.c packet-rpc.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: Sun, 16 Sep 2001 21:07:02 -0500 (CDT)
guy         2001/09/16 21:07:01 CDT

  Modified files:
    .                    packet-dns.c packet-nbns.c packet-rpc.c 
  Log:
  Add support for desegmentation of DNS messages.
  
  Make the default for NBSS and ONC RPC-over-TCP desegmentation "on",
  rather than "off"; the default for desegmentation in general is "off",
  so this won't change the default behavior, but it lets you turn
  desegmentation on by flipping only one switch (and turn it off for
  particular protocols if you desire).
  
  Revision  Changes    Path
  1.75      +40 -1     ethereal/packet-dns.c
  1.56      +4 -5      ethereal/packet-nbns.c
  1.72      +2 -2      ethereal/packet-rpc.c