aboutsummaryrefslogtreecommitdiffstats
path: root/trigcap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris1-2/+2
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
2008-12-16Fix a few text-string typosBill Meier1-2/+2
svn path=/trunk/; revision=27026
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-5/+5
svn path=/trunk/; revision=25284
2008-05-12If we have pcap_open, call it instead of pcap_open_live, otherwise we mightGerald Combs1-25/+33
crash. The changes to trigcap.c haven't been tested, but _should_ work. svn path=/trunk/; revision=25279
2007-08-25From Gisle Vanem <gvanem@broadpark.no> Luis Ontanon1-0/+6
Some signals needs to be ifdef'ed (missing on VC/MingW): svn path=/trunk/; revision=22658
2007-07-28A toy I wrote as PoC for a more complex similar tool I'm working on.Luis Ontanon1-0/+280
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