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

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

From: sahlberg@xxxxxxxxxxxx (Ronnie Sahlberg)
Date: Wed, 26 May 2004 06:25:20 -0500 (CDT)
sahlberg    2004/05/26 06:25:20 CDT

  Modified files:
    .                    packet-ber.c 
  Log:
  in dissect_ber_bitstring32()
  It is not neccessary that the encoded bitstring is actually encoded as 4 bytes.
  
  Make sure, that if the bistring is encoded in less than 4 bytes that we
  still do the right thing.
  
  Revision  Changes    Path
  1.10      +15 -3     ethereal/packet-ber.c