Ethereal-cvs: [Ethereal-cvs] rev 13895: /trunk/epan/dissectors/: packet-ber.c

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

Date: Thu, 24 Mar 2005 14:21:49 -0000
User: etxrab
Date: 2005/03/24 08:21 AM

Log:
 From Jacques Olivier:
 Here is a patch that:
 * packet-ber.c:
 - Fixes handling tags longer than one octet (in
 "packet-ber.c:get_ber_identifier") which consists of replacing "if (t &
 0x80) break;" by "if (!(t & 0x80)) break;"
 - Add debug info on the identifier when debug is enabled (I don't know if we want to keep this, but I find it useful)
 - printf's a warning when packet-ber hits a constructed type (to remind that we eventually have to handle this)
 - Add the display of unknown BER octet strings (this one was already submitted along with the initial Camel dissector but didn't got
 included)

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +23 -3     packet-ber.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13895&view=rev