Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nbns.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, 5 Aug 2001 05:00:38 -0500 (CDT)
guy         2001/08/05 05:00:37 CDT

  Modified files:
    .                    packet-nbns.c 
  Log:
  Make some of the NBDS fields enumerated fields, and give the Boolean
  fields "Yes" and "No" as their strings and give them new names, so we
  don't need to use "proto_tree_add_XXX_format" and so that the enumerated
  fields can be filtered symbolically.
  
  Set the length of the top-level NBDS item based on the packet type, and
  set it to cover only the header, not the SMB message inside the packet,
  for direct and broadcast datagrams.
  
  Set the length of the top-level NBSS header to cover only the header,
  not the SMB message, for session messages.
  
  Revision  Changes    Path
  1.54      +102 -70   ethereal/packet-nbns.c