Wireshark-commits: [Wireshark-commits] rev 32020: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 27 Feb 2010 00:51:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32020

User: guy
Date: 2010/02/26 04:51 PM

Log:
 Constify.
 
 Don't have variables that point to string constants, just make the
 string constants be static const arrays.
 
 strlen(array of unspecified size initialized with a string) ==
 sizeof array - 1; the latter can be computed at compile time.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +7 -9      packet-isakmp.c    Modified