The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / trigcap.c @ master

History | View | Annotate | Download (7.72 KB)

# Date Author Comment
29659139 03/04/2014 09:27 AM Alexis La Goutte

Remove all $Id$ from top of file

(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 <>

86d69088 01/04/2013 12:22 AM Michael Mann

replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned int" instead.
bugs 7825-7827 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825)

svn path=/trunk/; revision=46928

bf81b42e 06/28/2012 06:56 PM Jakub Zawadzki

Update Free Software Foundation address.

(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536

347e7a00 05/25/2010 10:25 PM Guy Harris

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...

d63d72d0 12/16/2008 02:28 PM Bill Meier

Fix a few text-string typos

svn path=/trunk/; revision=27026

42c3239a 08/05/2008 05:03 PM Luis Ontanon

=>

svn path=/trunk/; revision=25937

a8145815 05/13/2008 03:26 AM Anders Broman

Fix some of the Errors/warnings detected by checkapi.

svn path=/trunk/; revision=25284

20186d49 05/12/2008 03:41 PM Gerald Combs

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

56eef0a4 08/25/2007 11:15 AM Luis Ontanon

From Gisle Vanem <>
Some signals needs to be ifdef'ed (missing on VC/MingW):

svn path=/trunk/; revision=22658

4142a2b9 07/28/2007 07:37 AM Luis Ontanon

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