Ethereal-cvs: [Ethereal-cvs] rev 16112: /trunk/epan/dissectors/: packet-cops.c

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

Date: Tue, 04 Oct 2005 10:17:46 GMT
User: guy
Date: 2005/10/04 05:17 AM

Log:
 We can just use "get_ber_identifier()" and "get_ber_length()" to fetch
 BER identifier and length information; calling
 "dissect_ber_identifier()" and "dissect_ber_length()" with a null tree
 argument doesn't have any advantages over that.
 
 Don't put an octet string into the protocol tree twice, once with
 "dissect_ber_octet_string()" and once with the real value; once is enough.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +21 -17    packet-cops.c    Modified



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