aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Fix up indentation a bitJeff Morriss1-11/+11
2010-04-27From Jakub Zawadzki:Anders Broman1-0/+4
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-01-19Use more unique names for certain enum constants.Bill Meier4-21/+21
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-7/+7
2009-10-26Try to parse unparsed token in accordance with fieldtype of all fileds with t...Tomas Kukosa1-5/+16
2009-10-18Neither num_registers nor max_registers in a dfilter_t are everGuy Harris2-3/+3
2009-10-18Fixed a data type and removed a shadowed variable.Stig Bjørlykke1-3/+1
2009-10-11Creatig static sublibs was not a good idea:Jörg Mayer1-53/+0
2009-10-09Add epan/dfilter/CMakeLists.txt which creates a static dfilter libraryKovarththanan Rajaratnam1-0/+53
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-0/+10
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam1-3/+4
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam1-4/+3
2009-08-21Handle a text NULL pointer more gracefullyKovarththanan Rajaratnam1-1/+10
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-07-23From Kovarththanan Rajaratnam: avoid circular dependency.Martin Mathieson1-2/+0
2009-07-23Try to get the #includes right - take 2.Anders Broman1-0/+2
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-07NULL is zero on all platforms we run on.Anders Broman1-6/+0
2009-07-06Initialize memory to zero.Anders Broman1-7/+3
2009-07-03From Kovarththanan Rajaratnam: Fixes for bug #3536Bill Meier1-11/+17
2009-06-01Removed _U_ for an used argument.Stig Bjørlykke1-1/+1
2009-05-31From yami (bug 3361):Stig Bjørlykke1-24/+146
2009-05-26From Kovarththanan Rajaratnam: dfilter: Fix for bug #3490:Bill Meier1-0/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-2/+2
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris1-1/+1
2009-03-17Don't compile with -WX for flex-generated output, similar to what we do inGerald Combs1-1/+4
2009-03-16Get rid of unused routine (which gets errors when compiled on Win64).Guy Harris4-54/+0
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdGerald Combs1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke2-8/+4
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2009-01-21Fix some indentationJaap Keuter1-23/+23
2009-01-09Add missing $Id$ and copyright notice.Bill Meier1-0/+23
2008-10-15From Andrew Narver:Jaap Keuter1-1/+1
2008-07-02Include the new Makefile.common file.Guy Harris1-0/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris3-73/+91
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-24Assign pointers to strings to a const pointer.Guy Harris1-1/+1
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris1-12/+0
2008-06-03Fix run checkapi for more targets.Anders Broman2-1/+22
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-3/+3
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+0
2008-04-09Remove:Anders Broman1-3/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+1
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...Jaap Keuter2-2/+2
2008-03-21In glib 2.16 g_malloc Changed from:Anders Broman1-0/+5