aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris2-9/+9
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-1/+1
2012-09-20As suggested by Xavier Raynaud in https://bugs.wireshark.org/bugzilla/show_bu...Jeff Morriss2-6/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss14-29/+1
2012-09-01Add modelines and make indentation consistent.Evan Huus1-128/+141
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-1/+4
2012-07-26dfilter.h does not need to include epan.hJörg Mayer1-1/+0
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-107/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-29Add len() function to dfilter. For now only support FT_STRING*Jakub Zawadzki1-3/+35
2012-06-29Also support FT_STRINGZ and FT_UINT_STRING in lower()/ upper() functions.Jakub Zawadzki1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki27-27/+27
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki11-3/+147
2012-06-11From Evan Huus: Unnecessary branch in dfvm.cBill Meier1-5/+1
2012-06-04display filter: restore comparision of fields.Jakub Zawadzki2-2/+3
2012-06-03Fix warningsAnders Broman3-7/+7
2012-06-03Try to squelch warningsAnders Broman8-56/+56
2012-06-02Try to squelch warningsAnders Broman3-25/+25