ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43353: /trunk/epan/dfilter/ /trunk/epan/dfilter/: drange

Date: Tue, 19 Jun 2012 12:12:41 GMT
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