Wireshark-commits: [Wireshark-commits] rev 19421: /trunk/ /trunk/: color_filters.c file.c
From:
ulfl@xxxxxxxxxxxxx
Date: Tue, 03 Oct 2006 22:33:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19421
User: ulfl
Date: 2006/10/03 10:33 PM
Log:
changes of the coloring rules sometimes crashed as dissection keeps pointers to the color_filter for later reference -> simply deleting the filters leave the pointers invalid -> crash.
for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
Directory: /trunk/
Changes Path Action
+11 -1 color_filters.c Modified
+0 -10 file.c Modified