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 / conditions.c @ master

History | View | Annotate | Download (6.73 KB)

# Date Author Comment
97546165 08/24/2014 04:04 AM Graham Bloice

Modify includes of config.h so that out-of-tree builds, i.e. CMake
don't pick up the in-tree copy.

Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71
Reviewed-on: https://code.wireshark.org/review/3798
Petri-Dish: Graham Bloice <>...

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

4fae219e 11/15/2013 10:16 PM Bill Meier

Reformat some lines;
Tweak some whitespace.

svn path=/trunk/; revision=53361

3551a86c 09/19/2012 09:29 PM Jeff Morriss

We always HAVE_CONFIG_H so don't bother checking whether we have it or not.

svn path=/trunk/; revision=45015

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

2d7a4646 02/02/2012 06:54 AM Jörg Mayer

Include config.h in preparation of moving the definition
of U from the compiler command line into config.h

svn path=/trunk/; revision=40806

78112980 09/21/2011 01:49 PM Bill Meier

Fix ex "modeline" so it works;
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748

svn path=/trunk/; revision=39081

dfb88a7e 04/28/2010 12:38 PM Bill Meier

Altho no tabs, use tab-width=8 anyway.

svn path=/trunk/; revision=32591

cde1496d 03/01/2010 06:43 PM Guy Harris

Squelch some compiler warnings.

svn path=/trunk/; revision=32074

a055fd2c 11/10/2009 08:28 AM Stig Bjørlykke

Removed some unused assignments.

svn path=/trunk/; revision=30920

064923bf 05/14/2008 05:36 PM Gerald Combs

When we copy strings, don't lop off the last character. Add a couple of
warning messages.

svn path=/trunk/; revision=25303

d2297584 05/13/2008 02:55 AM Anders Broman

Fix some of the Errors/warnings detected by checkapi.

svn path=/trunk/; revision=25283

2df21cb1 01/24/2008 06:01 PM Stig Bjørlykke

Fixed some strcpy -> strncpy/g_snprintf cleanups.
Removed a debug printout in t38.

svn path=/trunk/; revision=24188

89f022b1 05/21/2006 01:12 AM Ronnie Sahlberg

name change

svn path=/trunk/; revision=18197

c47503fd 03/07/2006 02:17 PM Gerald Combs

Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.

svn path=/trunk/; revision=17505

149786d5 08/05/2005 07:58 PM Ulf Lamping

replace malloc and alike calls by their GLib pendants -> g_malloc

svn path=/trunk/; revision=15232

8a8b8834 07/17/2004 08:24 PM Guy Harris

Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on...

e68ca30d 01/18/2004 11:21 AM Jörg Mayer

Fix warnings found by -Wstrict-prototypes

svn path=/trunk/; revision=9722

ca90d7c6 12/02/2002 09:07 PM Guy Harris

Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"
to "gpointer", so that we only get warnings when we turn on the extra
GCC warning checks.

svn path=/trunk/; revision=6734

59932f27 12/02/2002 06:43 PM Guy Harris

Don't cast away constness, and fix variable and structure member
qualifiers as necessary to ensure that we don't have to.

"strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't
test their results as if they did.

Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes....

7c4176d8 08/28/2002 05:04 PM Jörg Mayer

Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6117

58799554 05/04/2002 05:19 AM Guy Harris

From Joerg Mayer: mark an unused argument as such.

svn path=/trunk/; revision=5382

a1660d6d 12/04/2001 02:32 AM Guy Harris

Support for stopping capture at specified capture file size or capture
duration, from Thomas Wittwer and Matthias Nyffenegger.

svn path=/trunk/; revision=4322