wireshark-commits  

[Wireshark-commits] rev 31758: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-giop.c

wmeier
Mon, 01 Feb 2010 10:17:30 -0800

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

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe
  • [Wireshark-commits] rev 31758: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-giop.c wmeier