http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31758
User: wmeier
Date: 2010/02/01 10:16 AM
Log:
Various fixes:
1. Make message flags field filterable;
2. Fix various (relatively small) memory leaks mostly by using "seasonal"
memory (instead of using g_malloc/g_new) so that memory is properly freed
each time a capture file is (re)read.
3. Add some code so that use of a nested CLEANUP_PUSH could be removed.
(The nested CLEANUP_PUSH was causing a gcc -Wshadow warning).
4. Use ep_alloc'd memory in one case to simplify code.
5. Clean up some indentation.
Directory: /trunk/epan/dissectors/
Changes Path Action
+182 -128 packet-giop.c Modified