RTPS: Now PID_ENTITY_NAME and PID_ROLE_NAME use different filters
[metze/wireshark/wip.git] / epan / dfilter /
2016-03-15 Guy HarrisFT_BOOLEAN is now stored as a 64-bit value; treat it...
2016-03-08 João ValverdeAdd EditorConfig settings for most C files
2016-03-01 João ValverdeCMake: Add more structure to libwireshark build
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-02-14 João ValverdeFix two warnings for semcheck.c
2016-02-05 Stig BjørlykkeQt: Add check for field extractors
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2015-12-29 Michal LabedzkiAdd support for IEEE-11073 FLOATs
2015-12-05 Guy HarrisType cleanups.
2015-12-05 Guy HarrisRevert "Build Flex-generated files with "warnings are...
2015-12-05 Guy HarrisBuild Flex-generated files with "warnings are errors".
2015-12-05 Guy HarrisUse noyywrap rather than defining our own yywrap functions.
2015-11-08 Guy HarrisThis doesn't need <wsutil/file_util.h>.
2015-11-07 Guy HarrisRemove some unnecessary includes.
2015-11-06 Guy HarrisDon't include io.h in Flex scanners - they're not inter...
2015-10-27 Stig BjørlykkeDfilter: Mark an error in %syntax_error
2015-10-01 Jeffrey SmithTreat IPv4 subnet masks as distinct from addresses
2015-09-11 Jeffrey Smithdfilter: Add membership operator
2015-08-27 Alexis La GoutteLemon grammar: fix indent (use tabs)
2015-08-22 Gerald CombsAdd the display filter macros dialog.
2015-07-02 Pascal QuantinDo not try to display a value_string for FT_FRAMENUM...
2015-07-02 Alexis La GoutteLemon: Update lemon tools
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-18 Guy HarrisMake UAT record update callbacks return a success/failu...
2015-02-17 Guy HarrisMake it a bit more like the way it was before all these...
2015-02-17 Guy HarrisA UAT's update is expected to set *error; do so.
2015-02-16 Guy HarrisRevert "Revert "Fix duplicate Display Filter Macro...
2015-02-16 Guy HarrisRevert "Fix duplicate Display Filter Macro check"
2015-02-15 Peter WuFix duplicate Display Filter Macro check
2015-02-13 Bill Meierepan/dfilter/*.c: As needed: Add editor modelines ...
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-18 Michael MannTrim down the use of ep_ memory in the display filter...
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2015-01-12 Michael MannRemove emem APIs from UAT functionality.
2015-01-11 Pascal QuantinRevert "Lemon: Update lemon tools"
2015-01-11 Alexis La GoutteLemon: Update lemon tools
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2014-12-28 Michael MannCreate FT_FCWWN field type.
2014-12-18 Michal LabedzkiDisplayFilter: Check also another fields with the same...
2014-11-17 Martin Kaiserdisplay filter: the body of a range should only be
2014-10-17 Guy HarrisNo need for our own wrappers around tolower() and toupp...
2014-10-16 Guy HarrisUse g_ascii_isalnum() rather than isalnum().
2014-09-13 Martin Kaiserwhen we check the parameter for upper(), lower() or...
2014-07-20 Роман ДонченкоUse forward slashes in paths to runlex.sh
2014-07-16 Guy HarrisDon't use __func__, use G_STRFUNC.
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2013-12-23 Michael MannAdd FT_SYSTEM_ID for type checking
2013-12-14 Gerald CombsUse "(void) <variable/>" to avoid unused variable warni...
2013-12-13 Chris MaynardTrivial: Spaces -> tabs
2013-12-13 Chris MaynardTrivial: Spaces -> tabs
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-12-03 Jakub Zawadzkistruct _dfilter_t: rename to epan_dfilter.
2013-11-28 Michael MannAdd count() function to display filter. Bug 9480 ...
2013-11-12 Guy HarrisReplace fvalue_ftype() with a fvalue_type_ftenum()...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-10-18 Bill MeierRevert SVN #52650 as per discussion on wireshark-dev
2013-10-16 Anders BromanPrepend to lists rather than append as that's more...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
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.
next