Commit Graph

8 Commits

Author SHA1 Message Date
Jakub Zawadzki bf81b42e1e Update Free Software Foundation address.
(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536
2012-06-28 22:56:06 +00:00
Guy Harris 347e7a0052 More <stdarg.h> cleanup; some are real bugs, some are just "don't do
va_start and va_end unless you're actually going to use the va_list"
(those bring the va_start and va_end closer to the use point, which
makes it a little more obvious that we're using <stdarg.h> correctly and
makes it a little harder to use it incorrectly).

svn path=/trunk/; revision=32963
2010-05-26 02:25:13 +00:00
Bill Meier d63d72d0af Fix a few text-string typos
svn path=/trunk/; revision=27026
2008-12-16 19:28:48 +00:00
Luis Ontanon 42c3239a1a luis.ontanon@gmail.com => luis@ontanon.org
svn path=/trunk/; revision=25937
2008-08-05 21:03:46 +00:00
Anders Broman a814581553 Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25284
2008-05-13 07:26:20 +00:00
Gerald Combs 20186d4947 If we have pcap_open, call it instead of pcap_open_live, otherwise we might
crash. The changes to trigcap.c haven't been tested, but _should_ work.

svn path=/trunk/; revision=25279
2008-05-12 19:41:32 +00:00
Luis Ontanon 56eef0a47a From Gisle Vanem <gvanem@broadpark.no>
Some signals needs to be ifdef'ed (missing on VC/MingW):


svn path=/trunk/; revision=22658
2007-08-25 15:15:55 +00:00
Luis Ontanon 4142a2b90f A toy I wrote as PoC for a more complex similar tool I'm working on.
Not in the makefiles yet: It works on my mac but I do not know if it works anywhere else (Guy?)


svn path=/trunk/; revision=22416
2007-07-28 11:37:27 +00:00