Commit Graph

8 Commits

Author SHA1 Message Date
darkjames 65b03d0135 Update Free Software Foundation address.
(COPYING will be updated in next commit)


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28 22:56:06 +00:00
guy c053fa94ab 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).


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32963 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-26 02:25:13 +00:00
wmeier 8d6dc55797 Fix a few text-string typos
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16 19:28:48 +00:00
lego 2942d9f009 luis.ontanon@gmail.com => luis@ontanon.org
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25937 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-05 21:03:46 +00:00
etxrab 330bb2c781 Fix some of the Errors/warnings detected by checkapi.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25284 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-13 07:26:20 +00:00
gerald 7c7092c2db 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.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25279 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-12 19:41:32 +00:00
lego 8e50b84e93 From Gisle Vanem <gvanem@broadpark.no>
Some signals needs to be ifdef'ed (missing on VC/MingW):



git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22658 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25 15:15:55 +00:00
lego 7abe4e71a6 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?)



git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22416 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-28 11:37:27 +00:00