Define certain 'const char *...' arrays as static.
authorBill Meier <wmeier@newsguy.com>
Mon, 1 Jul 2013 15:41:05 +0000 (15:41 -0000)
committerBill Meier <wmeier@newsguy.com>
Mon, 1 Jul 2013 15:41:05 +0000 (15:41 -0000)
commit828d4e89f64e397b922ff74d70783554a29f7671
tree3ba01f877931aa2cfa113d03e7b597c8ce7f038e
parent7b5a0e4a153659551c4f57f225355c4e8504f9b5
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)

svn path=/trunk/; revision=50300
epan/dissectors/packet-cimd.c
epan/dissectors/packet-enttec.c
epan/strutil.c
wsutil/str_util.c