Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vines.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: Fri, 18 Apr 2003 12:34:38 -0500 (CDT)
guy         2003/04/18 12:34:37 CDT

  Modified files:
    .                    packet-vines.c 
  Log:
  0x06 appears to be an opcode for VRTP redirects.
  
  SRTP requests don't look the way the stuff I found appears to say they
  look.
  
  Fix some incorrect uses of "tvb_get_ntohl()" to fetch 16-bit values to
  use "tvb_get_ntohs()" instead.
  
  Fix some strings for flag bits.
  
  Revision  Changes    Path
  1.54      +15 -55    ethereal/packet-vines.c