aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.Stig Bjørlykke3-5/+13
2008-01-31Removed a const to make it compile.Stig Bjørlykke1-1/+1
2008-01-31Make the "!="/"ne" change compile under Windows.Gerald Combs1-1/+1
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs7-28/+104
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke8-8/+8
2007-12-29Fix for bug 2068 from Jim Young:Sake Blok1-4/+163
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.Bill Meier5-11/+140
2007-11-28From Didier Gautheron: Bug #2040: Fix up goto at compilation time in gencode.cBill Meier1-0/+41
2007-11-28Fropm Anders: Broman: Fix for bug #2041Bill Meier1-8/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+3
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-0/+1
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-4/+5
2007-09-02macro_name_chk: return valid error string for fail return when empty macro na...Bill Meier1-1/+6
2007-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...Luis Ontanon1-6/+6
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris3-4/+12
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+3
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-4/+5
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon2-3/+66
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris2-9/+24
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
2007-05-16Terminate the strings of the various parts and advance the write pointer.Luis Ontanon1-0/+1
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldGerald Combs1-76/+77
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris5-8/+11
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-8/+24
2007-04-17Make sure ENDTRY gets evaluatedLuis Ontanon1-6/+6
2007-04-13don't treat warnings as errors until a solution is found for scanner.cSebastien Tandel1-4/+0
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-2/+2