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: Thu, 26 Feb 2004 06:02:46 -0600 (CST)
sahlberg    2004/02/26 06:02:46 CST

  Modified files:
    .                    packet-ber.c 
  Log:
  Small change to the octet string dissector for BER.
  
  make it create a new tvb and pass it to the callback so that the callback can pick up the length of the octet string by doing a
  tvb_length_remaining(tvb, 0);
  
  Revision  Changes    Path
  1.2       +4 -2      ethereal/packet-ber.c