aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-1/+1
2012-09-20As suggested by Xavier Raynaud in https://bugs.wireshark.org/bugzilla/show_bu...Jeff Morriss2-6/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss14-29/+1
2012-09-01Add modelines and make indentation consistent.Evan Huus1-128/+141
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-1/+4
2012-07-26dfilter.h does not need to include epan.hJörg Mayer1-1/+0
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-107/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-29Add len() function to dfilter. For now only support FT_STRING*Jakub Zawadzki1-3/+35
2012-06-29Also support FT_STRINGZ and FT_UINT_STRING in lower()/ upper() functions.Jakub Zawadzki1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki27-27/+27
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki11-3/+147
2012-06-11From Evan Huus: Unnecessary branch in dfvm.cBill Meier1-5/+1
2012-06-04display filter: restore comparision of fields.Jakub Zawadzki2-2/+3
2012-06-03Fix warningsAnders Broman3-7/+7
2012-06-03Try to squelch warningsAnders Broman8-56/+56
2012-06-02Try to squelch warningsAnders Broman3-25/+25
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using...Anders Broman4-14/+75
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-2/+2
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-0/+5
2012-01-04More C++ updates.Gerald Combs1-1/+8
2011-11-15Get rid of the depth argument to dfilter_macro_apply(); have an internalGuy Harris3-114/+120
2011-10-28Prefer previous error message if not having hfinfo->strings,Stig Bjørlykke1-7/+6
2011-10-25Fix Coverity CID 432, "Missing Break".Chris Maynard1-1/+1
2011-09-07From Jakub Zawadzki :Anders Broman1-1/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-7/+1
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-3/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-05-17Squelch a narrowing warning.Guy Harris1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+4
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inGuy Harris1-4/+4
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-21/+16
2011-04-23Back out previous change - I guess the Solaris buildbot has a pre-2.5.30Guy Harris1-19/+17
2011-04-23Try putting the include of config.h at the top of the generated scanner,Guy Harris1-17/+19
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier2-4/+4
2011-02-17It wasn't complaining about that null pointer reference.Guy Harris1-1/+1
2011-02-17Oops, wrong pointer comparison.Guy Harris1-2/+3
2011-02-17OK, let's try a couple more explicit checks against NULL, to see whetherGuy Harris2-2/+2
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+6
2011-01-22From Johannes Lange via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+1
2010-12-03Fix a problem noticed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+11
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss3-11/+11
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss3-11/+11
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-14Rework "extended value strings":Bill Meier1-2/+1