http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37874
User: etxrab
Date: 2011/07/03 09:03 AM
Log:
From Roland Knall:
The way heuristic dissection was handled by the openSAFETY plugin, could lead
to out-of-memory problems with large files (>50.000 packets). The new version
does not use ep_alloc anymore, but a static boolean instead.
Also, the code registering for the SercosIII dissector got simplified, as the
SercosIII dissector is no longer a plugin.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6061
Directory: /trunk/epan/dissectors/
Changes Path Action
+17 -41 packet-opensafety.c Modified