Wireshark-commits: [Wireshark-commits] rev 36375: /trunk/ /trunk/: tap-hosts.c

Date: Sun, 27 Mar 2011 17:26:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36375

User: guy
Date: 2011/03/27 10:26 AM

Log:
 If there are more than 4 billion characters in the printable form of a
 network address, we have bigger problems.  Cast the result of strlen()
 to int to squelch a compiler warning with MSVC++.

Directory: /trunk/
  Changes    Path           Action
  +2 -2      tap-hosts.c    Modified