Moved global memory alloction used in display filters (which was stored
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Aug 1999 23:47:43 +0000 (23:47 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Aug 1999 23:47:43 +0000 (23:47 +0000)
commitfede4b07cdfdcebbf31ece9ce26175a5b66b7fb3
tree8d1cb07df40b15146867574b7a920c1df7eb572c
parent0bd70ca5bac4af2b6db0f8def6898e486317d09a
Moved global memory alloction used in display filters (which was stored
in dfilter-grammar.y) to a new struct dfilter. Display filters now have
their own struct, rather than simply being GNode's. This allows multiple
display filters to exist at once, aiding John McDermott in his
work on colorization.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@480 f5534014-38df-0310-8fa8-9805f1628bb7
dfilter-grammar.y
dfilter-int.h
dfilter-scanner.l
dfilter.c
dfilter.h
ethereal.c
file.c
file.h
proto.c
summary.c