Wireshark-commits: [Wireshark-commits] rev 50300: /trunk/ /trunk/epan/dissectors/: packet-cimd.c pa

Date: Mon, 01 Jul 2013 15:41:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50300

User: wmeier
Date: 2013/07/01 08:41 AM

Log:
 Define certain 'const char *...' arrays as static.
  (That is: Don't create the array on the stack each time
   the function is called).
 
  Reduces code memory usage and execution time.
  (See SVN #50271)

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-cimd.c      Modified
  +2 -2      packet-enttec.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      strutil.c     Modified

Directory: /trunk/wsutil/
  Changes    Path          Action
  +1 -1      str_util.c    Modified