aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inguy1-4/+4
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;wmeier1-21/+16
2011-04-23Back out previous change - I guess the Solaris buildbot has a pre-2.5.30guy1-19/+17
2011-04-23Try putting the include of config.h at the top of the generated scanner,guy1-17/+19
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.wmeier2-4/+4
2011-02-17It wasn't complaining about that null pointer reference.guy1-1/+1
2011-02-17Oops, wrong pointer comparison.guy1-2/+3
2011-02-17OK, let's try a couple more explicit checks against NULL, to see whetherguy2-2/+2
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+6
2011-01-22From Johannes Lange via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+1
2010-12-03Fix a problem noticed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-0/+11
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...morriss3-11/+11
2010-11-29Move some checkapi targets into Makefile.commonmorriss3-11/+11
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-10-14Rework "extended value strings":wmeier1-2/+1
2010-08-30Call dfilter_macro_uat->post_update_cb instead of using cfile.stig1-4/+3
2010-08-30Always update the display filter when changing a display filter macrostig1-1/+6
2010-08-29Doxygen changes.etxrab1-1/+4
2010-04-30Fix up indentation a bitmorriss1-11/+11
2010-04-27From Jakub Zawadzki:etxrab1-0/+4
2010-03-04From LEGO via bug 3459:stig1-0/+1
2010-01-19Use more unique names for certain enum constants.wmeier4-21/+21
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald1-7/+7
2009-10-26Try to parse unparsed token in accordance with fieldtype of all fileds with t...kukosa1-5/+16
2009-10-18Neither num_registers nor max_registers in a dfilter_t are everguy2-3/+3
2009-10-18Fixed a data type and removed a shadowed variable.stig1-3/+1
2009-10-11Creatig static sublibs was not a good idea:jmayer1-53/+0
2009-10-09Add epan/dfilter/CMakeLists.txt which creates a static dfilter librarykrj1-0/+53
2009-09-01From Jakub Zawadzki via. Bug 3330:krj1-0/+10
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itkrj1-3/+4
2009-08-29Use G_STRINGIFY/G_PASTEkrj1-4/+3
2009-08-21Handle a text NULL pointer more gracefullykrj1-1/+10
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-1/+1
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