ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37874: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 03 Jul 2011 16:03:51 GMT
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