aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-macro.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-1/+1
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-06-01dfilter: fvt_cache use g_hash_table_new_full() API to prevent some memory leaksMax Dmitrichenko1-9/+9
2017-02-03dfilter-macro: add cleanup routine.Dario Lombardo1-0/+5
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-30/+31
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2015-12-05Type cleanups.Guy Harris1-4/+4
2015-11-08This doesn't need <wsutil/file_util.h>.Guy Harris1-1/+0
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+2
2015-08-22Add the display filter macros dialog.Gerald Combs1-62/+4
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+2
2015-02-17Make it a bit more like the way it was before all these changes.Guy Harris1-2/+2
2015-02-17A UAT's update is expected to set *error; do so.Guy Harris1-1/+3
2015-02-16Revert "Revert "Fix duplicate Display Filter Macro check""Guy Harris1-15/+20
2015-02-16Revert "Fix duplicate Display Filter Macro check"Guy Harris1-20/+15
2015-02-15Fix duplicate Display Filter Macro checkPeter Wu1-15/+20
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-2/+14
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-16/+31
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann1-19/+21
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-2/+2
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2014-10-16Use g_ascii_isalnum() rather than isalnum().Guy Harris1-3/+2
2014-07-16Don't use __func__, use G_STRFUNC.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-06-19Add a comment about how it would nice for display filter macro fieldsMartin Mathieson1-1/+4
2013-03-17From beroset:Anders Broman1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-15/+15
2011-11-15Get rid of the depth argument to dfilter_macro_apply(); have an internalGuy Harris1-112/+118
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-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 Harris1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-08-30Call dfilter_macro_uat->post_update_cb instead of using cfile.Stig Bjørlykke1-4/+3
2010-08-30Always update the display filter when changing a display filter macroStig Bjørlykke1-1/+6
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-2/+2