http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43353
User: darkjames
Date: 2012/06/19 05:12 AM
Log:
Support multiple relation test without logic and (python-like)
Like:
a == b == c
or
a < b <= c <= d < e
Real life example:
6660 <= tcp.port <= 6669
Just syntactic sugar, this is *NOT* optimized.
Directory: /trunk/epan/dfilter/
Changes Path Action
+33 -0 drange.c Modified
+1 -0 drange.h Modified
+21 -0 grammar.lemon Modified
+17 -0 sttype-function.c Modified
+1 -0 sttype-integer.c Modified
+2 -0 sttype-pointer.c Modified
+14 -0 sttype-range.c Modified
+8 -0 sttype-string.c Modified
+21 -3 sttype-test.c Modified
+24 -0 syntax-tree.c Modified
+5 -0 syntax-tree.h Modified