aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+2
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin2-2/+2
2015-01-11Lemon: Update lemon toolsAlexis La Goutte2-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann2-2/+2
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
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-11-17display filter: the body of a range should only beMartin Kaiser1-2/+5
2014-10-17No need for our own wrappers around tolower() and toupper().Guy Harris1-20/+3
2014-10-16Use g_ascii_isalnum() rather than isalnum().Guy Harris1-3/+2
2014-09-13when we check the parameter for upper(), lower() or len(),Martin Kaiser1-1/+1
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-16Don't use __func__, use G_STRFUNC.Guy Harris1-1/+1
2014-07-06Add printf-format annotations, fix garbagePeter Wu3-8/+8