aboutsummaryrefslogtreecommitdiffstats
path: root/snprintf.c
AgeCommit message (Collapse)AuthorFilesLines
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-0/+2
from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612
1999-12-08Put the "0[xX]" prefix for "%#[Xx]", and the "0" prefix for "%#o",Guy Harris1-2/+2
*before* any padding "0"s. svn path=/trunk/; revision=1245
1999-08-11Changed two #include <>'s to #include "" 's, for stylistic reasons only.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=471
1999-02-15Add support for "%i" (it's the same as "%d", according to the ANSI CGuy Harris1-0/+1
standard). svn path=/trunk/; revision=189
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-4/+4
svn path=/trunk/; revision=177
1998-11-08* Fix for unsigned overflows on SolarisGerald Combs1-1/+9
svn path=/trunk/; revision=81
1998-10-13Squelch a number of "-Wall" errors by:Guy Harris1-0/+1
1) renaming "snprintf.h" to "snprintf-imp.h" (it contains stuff used by the "snprintf()" *implementation*, but not stuff it *exports*); 2) creating a new "snprintf.h" to declare "vsnprintf()" and "snprintf()"; 3) removing an unused variable; 4) fixing a call to "add_item_to_tree()" to handle the possibility of "ntohl()" returning a "long" rather than an "int". svn path=/trunk/; revision=47
1998-09-16Initial revisionGerald Combs1-0/+822
svn path=/trunk/; revision=2