aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
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-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris5-8/+139
2016-09-12Fix memleaks in capture file dialogPeter Wu1-0/+2
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann4-36/+43
2016-06-30Remove Makefile.common filesJoão Valverde2-114/+94
2016-06-15Remove Nmake build systemPascal Quantin2-81/+0
2016-05-11automake/nmake: don't run checkAPIs on lex and yacc files.Jeff Morriss2-4/+1
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann2-5/+5
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-2/+15
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris3-39/+81
2016-03-15FT_BOOLEAN is now stored as a 64-bit value; treat it as such.Guy Harris1-2/+2
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+58
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde2-1/+84
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+4
2016-02-14Fix two warnings for semcheck.cJoão Valverde1-2/+6
2016-02-05Qt: Add check for field extractorsStig Bjørlykke2-0/+10
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+8
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+6
2015-12-05Type cleanups.Guy Harris3-9/+10
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris2-9/+23
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris2-23/+9
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-0/+5
2015-11-08This doesn't need <wsutil/file_util.h>.Guy Harris1-1/+0
2015-11-07Remove some unnecessary includes.Guy Harris2-2/+2
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-10-27Dfilter: Mark an error in %syntax_errorStig Bjørlykke1-0/+2
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-09-11dfilter: Add membership operatorJeffrey Smith11-4/+285
2015-08-27Lemon grammar: fix indent (use tabs)Alexis La Goutte1-8/+8
2015-08-22Add the display filter macros dialog.Gerald Combs2-74/+14
2015-07-02Do not try to display a value_string for FT_FRAMENUM typePascal Quantin1-1/+1
2015-07-02Lemon: Update lemon toolsAlexis La Goutte2-2/+2
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-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 Meier13-122/+289
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2-3/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris10-207/+267
2015-01-18Trim down the use of ep_ memory in the display filter code.Michael Mann4-22/+31
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