Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtp-events.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 18 Sep 2003 23:27:48 -0500 (CDT)
guy         2003/09/18 23:27:48 CDT

  Modified files:
    .                    packet-rtp-events.c 
  Log:
  Use bitfields for the end-of-event, reserved, and volume fields.
  
  Don't fetch fields until you need them, so you don't throw an early
  exception.
  
  Give the fields names starting with the name of the protocol.
  
  Revision  Changes    Path
  1.2       +19 -33    ethereal/packet-rtp-events.c