http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54767
User: guy
Date: 2014/01/14 05:39 AM
Log:
Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as the
ip_to_str equivalents do.
Don't cast away constness, and don't make it necessary to do so.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-smb-common.c Modified
+1 -1 packet-smb-common.h Modified
+5 -5 packet-smb.c Modified
Directory: /trunk/epan/
Changes Path Action
+2 -2 address_to_str.c Modified
+2 -2 to_str.h Modified