aboutsummaryrefslogtreecommitdiffstats
path: root/trigcap.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad Reviewed-on: https://code.wireshark.org/review/4626 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned ↵Michael Mann1-1/+1
int" instead. bugs 7825-7827 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825) svn path=/trunk/; revision=46928
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
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