aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-02macro_name_chk: return valid error string for fail return when empty macro na...wmeier1-1/+6
2007-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...lego1-6/+6
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy3-4/+12
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleguy1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleguy1-7/+3
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onguy1-4/+5
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...lego2-3/+66
2007-07-30Add comments to various %option items to explain what they're doing. guy2-9/+24
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereguy1-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;guy1-3/+0
2007-05-16Terminate the strings of the various parts and advance the write pointer.lego1-0/+1
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldgerald1-76/+77
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weguy1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy5-8/+11
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twostandel1-8/+24
2007-04-17Make sure ENDTRY gets evaluatedlego1-6/+6
2007-04-13don't treat warnings as errors until a solution is found for scanner.cstandel1-4/+0
2007-04-13Fix some Solaris buildbot warningssfisher1-2/+2
2007-04-10From Sake Blok:richardv1-1/+1