aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-25Support out-of-source checkapiStig Bjørlykke1-3/+4
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris2-35/+22
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte27-54/+0
2014-02-25Remove trailing whitespaceBill Meier6-15/+15
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-1/+1
2013-12-23Add FT_SYSTEM_ID for type checkingMichael Mann1-1/+4
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs1-1/+4
2013-12-13Trivial: Spaces -> tabsChris Maynard1-11/+8
2013-12-13Trivial: Spaces -> tabsChris Maynard1-6/+6
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-1/+3
2013-12-03struct _dfilter_t: rename to epan_dfilter.Jakub Zawadzki2-2/+2
2013-11-28Add count() function to display filter. Bug 9480 (https://bugs.wireshark.org...Michael Mann1-3/+22
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki4-0/+5
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-10-18Revert SVN #52650 as per discussion on wireshark-devBill Meier1-2/+1
2013-10-16Prepend to lists rather than append as that's more efficient.Anders Broman1-1/+2
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+4