aboutsummaryrefslogtreecommitdiffstats
path: root/trigcap.c
AgeCommit message (Collapse)AuthorFilesLines
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