aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/semcheck.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-04dfilter: fix memleak when using value_string valuesPeter Wu1-0/+9
2016-10-25semcheck: Fix Dead Store (Dead assignement/Dead increment) Warning found by C...Alexis La Goutte1-1/+0
2016-10-24Fix a copy-and-pasteo.Guy Harris1-4/+4
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-7/+65
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-2/+6
2016-03-15FT_BOOLEAN is now stored as a 64-bit value; treat it as such.Guy Harris1-2/+2
2016-02-14Fix two warnings for semcheck.cJoão Valverde1-2/+6
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+6
2015-09-11dfilter: Add membership operatorJeffrey Smith1-3/+57
2015-07-02Do not try to display a value_string for FT_FRAMENUM typePascal Quantin1-1/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-1/+19
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-23/+36
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-119/+149
2014-12-28Create FT_FCWWN field type.Michael Mann1-1/+4
2014-12-18DisplayFilter: Check also another fields with the same nameMichal Labedzki1-33/+18
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-5/+5
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Add FT_SYSTEM_ID for type checkingMichael Mann1-1/+4
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+4
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki1-10/+26
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-2/+2
2013-07-28dfilter: move convertion to byte to seperate functionJakub Zawadzki1-33/+23
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-1/+4
2013-07-27Support drange for functionsJakub Zawadzki1-3/+14
2013-07-27Some more work related to bug #8979 and previous commitJakub Zawadzki1-7/+16
2013-07-27Fix bug #8979: Comparing function call and a range in the filter crashes Wire...Jakub Zawadzki1-21/+47
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-2/+26
2013-03-05type drange -> drange_tAnders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-1/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04display filter: restore comparision of fields.Jakub Zawadzki1-1/+2
2012-06-03Fix warningsAnders Broman1-1/+1
2012-06-03Try to squelch warningsAnders Broman1-25/+25
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using...Anders Broman1-2/+24
2011-10-28Prefer previous error message if not having hfinfo->strings,Stig Bjørlykke1-7/+6
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-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+4
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-21/+16
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-2/+2
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-10-14Rework "extended value strings":Bill Meier1-2/+1
2010-04-27From Jakub Zawadzki:Anders Broman1-0/+4
2010-01-19Use more unique names for certain enum constants.Bill Meier1-4/+4
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-7/+7