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