wireshark/epan/dfilter
Evan Huus 95f484a91e Add a very small hack to make the UAT update callback error string freeable, and
convert all existing UAT update callbacks to use glib memory instead of
ephemeral memory for that string.

UAT code paths are entirely distinct from packet dissection, so using ephemeral
memory was the wrong choice, because there was no guarantees about when it would
be freed.

The move away from emem still needs to be propogated deeper into the UAT code
itself at some point.

Net effect: remove another bunch of emem calls from dissectors, where replacing
with wmem would have caused assertions.

svn path=/trunk/; revision=52854
2013-10-25 22:14:25 +00:00
..
dfilter-int.h
dfilter-macro.c Add a very small hack to make the UAT update callback error string freeable, and 2013-10-25 22:14:25 +00:00
dfilter-macro.h
dfilter.c dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
dfilter.h
dfunctions.c
dfunctions.h
dfvm.c
dfvm.h
drange.c
drange.h
gencode.c Replace hfinfo pointer to same_name_prev, with same_name_prev_id. 2013-08-06 20:53:47 +00:00
gencode.h
grammar.lemon dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
Makefile.am
Makefile.common
Makefile.nmake
scanner.l
semcheck.c Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192) 2013-10-06 02:31:10 +00:00
semcheck.h dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
sttype-function.c Revert SVN #52650 as per discussion on wireshark-dev 2013-10-18 15:08:19 +00:00
sttype-function.h
sttype-integer.c
sttype-pointer.c
sttype-range.c Fix bug #8979: Comparing function call and a range in the filter crashes Wireshark 2013-07-27 17:17:15 +00:00
sttype-range.h Fix bug #8979: Comparing function call and a range in the filter crashes Wireshark 2013-07-27 17:17:15 +00:00
sttype-string.c
sttype-test.c
sttype-test.h
syntax-tree.c dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
syntax-tree.h dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00