Ethereal-dev: [Ethereal-dev] strcat

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Sat, 27 Aug 2005 21:17:13 -0400
List, Guy

Now that all sprintf's are gone from the dissectors
I would like to remove the 130 occurences of strcat.

Best would be to replace them with strlcat()   but how portable is that call?

Do we have strlcat() on all the platforms we support?