aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-macro.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+3
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2008-10-15From Andrew Narver:Jaap Keuter1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-3/+3
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2007-12-29Fix for bug 2068 from Jim Young:Sake Blok1-4/+163
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-4/+5
2007-09-02macro_name_chk: return valid error string for fail return when empty macro na...Bill Meier1-1/+6
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon1-3/+64
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-2/+2
2007-05-16Terminate the strings of the various parts and advance the write pointer.Luis Ontanon1-0/+1
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldGerald Combs1-76/+77
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-4/+4
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-2/+2
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-10/+10
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-1/+1
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-1/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-3/+3
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-2/+2
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+1
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1
2007-02-03second iteration:Luis Ontanon1-61/+20
2007-01-29some cleanup and pset of svn:ignoreLuis Ontanon1-5/+5
2007-01-29The UAT gui starts to workLuis Ontanon1-6/+7
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon1-138/+236
2007-01-21Set the appropriate keywords.Guy Harris1-2/+1
2007-01-18display filter macros.Luis Ontanon1-0/+428