Ethereal-cvs: [Ethereal-cvs] rev 16009: /trunk/epan/dissectors/: packet-fc.c

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

Date: Mon, 26 Sep 2005 10:11:39 GMT
User: sahlberg
Date: 2005/09/26 05:11 AM

Log:
 remove all strcpy() from packet-fc.c
 
 rewrite the functions to do proto_item_append_text() instead of building a string and then printing it.
 
 The new function is functionally equivalent to the previous function except it does not print the values of the multi-bit fields to the expansion
 (the expansion line is already a km wide as it is)
 
 
 
 there are now only 202 strcpy() left in epan/dissectors  down from 300+ instances some weeks ago.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +73 -154   packet-fc.c    Modified



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