Wireshark-commits: [Wireshark-commits] rev 50296: /trunk/plugins/ /trunk/plugins/gryphon/: packet-g
Date: Mon, 01 Jul 2013 14:40:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50296

User: wmeier
Date: 2013/07/01 07:40 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/plugins/gryphon/
  Changes    Path                Action
  +1 -1      packet-gryphon.c    Modified

Directory: /trunk/plugins/wimaxasncp/
  Changes    Path                   Action
  +3 -3      packet-wimaxasncp.c    Modified