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 41885: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 01 Apr 2012 16:06:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41885

User: wmeier
Date: 2012/04/01 09:06 AM

Log:
 Define numerous arrays as static rather than dynamic
  so they are initialized only once rather than each time a
  function using the array is executed.
 Re-arrange the code slightly so much of the dissection can be
  put under 'if (tree)'.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +491 -481  packet-tn3270.c    Modified