Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtps.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 19 Apr 2004 15:20:50 -0500 (CDT)
guy         2004/04/19 15:20:50 CDT

  Modified files:
    .                    packet-rtps.c 
  Log:
  Add length checks to submessages.
  
  Clean up the handling of parameter sequences - add a bunch of length
  checking, give each parameter a protocol tree item with the
  ID/length/value under it, and don't format variable-length string
  parameters into fixed-length buffers.  Use the parameter-sequence
  dissector for the ISSUE message.
  
  Use the "number of bits" value when dissecting a bitmap.
  
  Revision  Changes    Path
  1.8       +597 -269  ethereal/packet-rtps.c