aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki6-12/+42
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki2-6/+6
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 Zawadzki2-5/+16
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 Zawadzki4-38/+68
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-2/+26
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2-2/+0
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-2/+2
2013-06-19Add a comment about how it would nice for display filter macro fieldsMartin Mathieson1-1/+4
2013-06-04Add new dfilter function: size()Jakub Zawadzki1-0/+44
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-4/+0
2013-03-19From beroset:Anders Broman3-5/+5
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-05type drange -> drange_tAnders Broman10-47/+47
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-2/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey4-2/+15
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris3-12/+12
2013-02-05Include generated C files that we're *not* distributing.Guy Harris1-2/+9
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris2-11/+27
2013-02-04Unwrap lines inadvertenly wrapped in r47472Gerald Combs1-14/+22
2013-02-04More silent build support.Gerald Combs1-27/+14
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-3/+3