aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2009-07-23From Kovarththanan Rajaratnam: avoid circular dependency.martinm1-2/+0
2009-07-23Try to get the #includes right - take 2.etxrab1-0/+2
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab1-1/+1
2009-07-07NULL is zero on all platforms we run on.etxrab1-6/+0
2009-07-06Initialize memory to zero.etxrab1-7/+3
2009-07-03From Kovarththanan Rajaratnam: Fixes for bug #3536wmeier1-11/+17
2009-06-01Removed _U_ for an used argument.stig1-1/+1
2009-05-31From yami (bug 3361):stig1-24/+146
2009-05-26From Kovarththanan Rajaratnam: dfilter: Fix for bug #3490:wmeier1-0/+1
2009-04-22Clean up some 64-bit issues.guy1-2/+2
2009-04-20Constify some items to squelch some compiler warnings in the Windowsguy1-1/+1
2009-03-17Don't compile with -WX for flex-generated output, similar to what we do ingerald1-1/+4
2009-03-16Get rid of unused routine (which gets errors when compiled on Win64).guy4-54/+0
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdgerald1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):stig2-8/+4
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-2/+2
2009-01-21Fix some indentationjake1-23/+23
2009-01-09Add missing $Id$ and copyright notice.wmeier1-0/+23
2008-10-15From Andrew Narver:jake1-1/+1
2008-07-02Include the new Makefile.common file.guy1-0/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy3-73/+91
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-24Assign pointers to strings to a const pointer.guy1-1/+1
2008-06-23Rename some variables to avoid shadowing warnings.stig1-2/+2
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,guy1-12/+0
2008-06-03Fix run checkapi for more targets.etxrab2-1/+22
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-16/+16
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier1-3/+3
2008-04-25 Bug 2493: Fix (Part 3 of 3): wmeier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): wmeier1-5/+0
2008-04-09Remove:etxrab1-3/+0
2008-04-07- Remove GLIB1 codesfisher1-1/+1
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...jake2-2/+2
2008-03-21In glib 2.16 g_malloc Changed from:etxrab1-0/+5
2008-03-06Added an option to uat_new() to set if configuration shall be saved in thestig1-0/+1
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for somestig1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.stig3-5/+13
2008-01-31Removed a const to make it compile.stig1-1/+1
2008-01-31Make the "!="/"ne" change compile under Windows.gerald1-1/+1
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsgerald7-28/+104
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgstig8-8/+8
2007-12-29Fix for bug 2068 from Jim Young:sake1-4/+163
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.wmeier5-11/+140
2007-11-28From Didier Gautheron: Bug #2040: Fix up goto at compilation time in gencode.cwmeier1-0/+41
2007-11-28Fropm Anders: Broman: Fix for bug #2041wmeier1-8/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-3/+7
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same assfisher1-0/+3
2007-11-09Apply yet another set of the optimization patches:etxrab1-0/+1
2007-10-16A few more s/fopen/eth_fopen/morriss1-4/+5