Fix compiler error on Windows 64: cast strlen() to (int);
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 Mar 2011 03:10:51 +0000 (03:10 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 Mar 2011 03:10:51 +0000 (03:10 +0000)
commitedd4da9feb7649b3b2b1ba4d7ad40a79209df2ab
tree4aefc49635a762374ecdbc2f4abc6bdcde83e085
parentf35a01a5ccc36a42f9ff10d10baa81c5c4b2f6d6
Fix compiler error on Windows 64: cast strlen() to (int);
Also: Apparently the length of an address of type AT_STRINGZ must include the NULL.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36151 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-dvbci.c