Return ByteArray as "value" for FieldInfo's with type FT_NONE (which has data).
[metze/wireshark/wip.git] / epan / dfilter /
2013-08-10 Jakub Zawadzkidfilter: report warning if OR and AND logic operands...
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-07-28 Jakub Zawadzkidfilter: move convertion to byte to seperate function
2013-07-28 Michael MannMake many items filterable for Vines dissectors.
2013-07-27 Jakub ZawadzkiSupport drange for functions
2013-07-27 Jakub ZawadzkiSome more work related to bug #8979 and previous commit
2013-07-27 Jakub ZawadzkiFix bug #8979: Comparing function call and a range...
2013-07-26 Evan HuusFollow-up to r50935: add support for 64-bit value strin...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-19 Martin MathiesonAdd a comment about how it would nice for display filte...
2013-06-04 Jakub ZawadzkiAdd new dfilter function: size()
2013-05-20 Gerald CombsMake the minimum supported GLib version 2.16.
2013-03-19 Anders BromanFrom beroset:
2013-03-17 Anders BromanFrom beroset:
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-05 Anders Bromantype drange -> drange_t
2013-03-02 Pascal QuantinTry to fix LNK4217 (locally defined symbol imported...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-12 Gilbert RamirezFix the grammar.h/grammar.c/grammar.lemon dependency...
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-09 Guy HarrisPut NODIST_ at the beginning of macro names, as was...
2013-02-05 Guy HarrisInclude generated C files that we're *not* distributing.
2013-02-05 Guy HarrisDon't distribute the results of running Lemon, as we...
2013-02-04 Gerald CombsUnwrap lines inadvertenly wrapped in r47472
2013-02-04 Gerald CombsMore silent build support.
2013-02-04 Gerald CombsPrettify more build output.
2013-02-01 Gerald CombsEnable more build silence.
2013-02-01 Gerald CombsGo far enough down a rabbit hole and you will encounter...
2013-02-01 Gerald CombsChange some "<x>.c : <y>.h" rules to "<x>.o : <y>.h...
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-06 Jakub ZawadzkiWhen comparing fvalue_t we don't modify them, make...
2012-09-20 Jeff MorrissAs suggested by Xavier Raynaud in https://bugs.wireshar...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-01 Evan HuusAdd modelines and make indentation consistent.
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-07-26 Jörg Mayerdfilter.h does not need to include epan.h
2012-07-23 Gilbert RamirezCombine the two display filter README's into one,
2012-07-08 Guy HarrisUATs could be put into "categories". The categories...
2012-06-29 Jakub ZawadzkiAdd len() function to dfilter. For now only support...
2012-06-29 Jakub ZawadzkiAlso support FT_STRINGZ and FT_UINT_STRING in lower...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-19 Jakub ZawadzkiSupport multiple relation test without logic and (pytho...
2012-06-11 Bill MeierFrom Evan Huus: Unnecessary branch in dfvm.c
2012-06-04 Jakub Zawadzkidisplay filter: restore comparision of fields.
2012-06-03 Anders BromanFix warnings
2012-06-03 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
2012-04-10 Jakub ZawadzkiAdd missing consts.
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-02-29 Anders BromanFrom Gilbert Ramirez: When filtering on a single-byte...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-02-02 Jörg MayerInclude config.h in preparation of moving the definition
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-21 Michael TüxenSync checkapi target with Makefile.nmake.
2012-01-04 Gerald CombsMore C++ updates.
2011-11-15 Guy HarrisGet rid of the depth argument to dfilter_macro_apply...
2011-10-28 Stig BjørlykkePrefer previous error message if not having hfinfo...
2011-10-25 Chris MaynardFix Coverity CID 432, "Missing Break".
2011-09-07 Anders BromanFrom Jakub Zawadzki :
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-17 Guy HarrisSquelch a narrowing warning.
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-05-06 Guy HarrisUse strtoul() rather than sscanf to parse octal and...
2011-04-27 Bill MeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-23 Guy HarrisBack out previous change - I guess the Solaris buildbot...
2011-04-23 Guy HarrisTry putting the include of config.h at the top of the...
2011-04-04 Bill MeierDon't assign to a variable if the value won't be used...
2011-02-17 Guy HarrisIt wasn't complaining about that null pointer reference.
2011-02-17 Guy HarrisOops, wrong pointer comparison.
2011-02-17 Guy HarrisOK, let's try a couple more explicit checks against...
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-01-22 Jeff MorrissFrom Johannes Lange via https://bugs.wireshark.org...
2010-12-03 Jeff MorrissFix a problem noticed in https://bugs.wireshark.org...
2010-11-30 Jeff MorrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 Jeff MorrissMove some checkapi targets into Makefile.common
2010-10-29 Guy HarrisMake the third argument to a UAT copy callback a size_t...
2010-10-14 Bill MeierRework "extended value strings":
2010-08-30 Stig BjørlykkeCall dfilter_macro_uat->post_update_cb instead of using...
2010-08-30 Stig BjørlykkeAlways update the display filter when changing a displa...
2010-08-29 Anders BromanDoxygen changes.
2010-04-30 Jeff MorrissFix up indentation a bit
2010-04-27 Anders BromanFrom Jakub Zawadzki:
2010-03-04 Stig BjørlykkeFrom LEGO via bug 3459:
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2009-10-26 Tomas KukosaTry to parse unparsed token in accordance with fieldtyp...
2009-10-18 Guy HarrisNeither num_registers nor max_registers in a dfilter_t...
2009-10-18 Stig BjørlykkeFixed a data type and removed a shadowed variable.
2009-10-11 Jörg MayerCreatig static sublibs was not a good idea:
2009-10-09 Kovarththanan Raja... Add epan/dfilter/CMakeLists.txt which creates a static...
2009-09-01 Kovarththanan Raja... From Jakub Zawadzki via. Bug 3330:
2009-08-29 Kovarththanan Raja... Revert r29614 until I figure out why buildbot doesn...
2009-08-29 Kovarththanan Raja... Use G_STRINGIFY/G_PASTE
2009-08-21 Kovarththanan Raja... Handle a text NULL pointer more gracefully
2009-08-09 Kovarththanan Raja... Add PTREE_FINFO and use PITEM_FINFO when possible.
next