Add a couple of size_t casts to packet-dnp.c.
authorGerald Combs <gerald@wireshark.org>
Mon, 30 Mar 2009 03:40:12 +0000 (03:40 -0000)
committerGerald Combs <gerald@wireshark.org>
Mon, 30 Mar 2009 03:40:12 +0000 (03:40 -0000)
commit2c74073079162b8248cb5b26144c80f919dcf99a
tree81755eb76d351845b6e708ba8c7ebcb609716a24
parent808a4e2c3c5d80d6451ed8cce85e302d96225437
Add a couple of size_t casts to packet-dnp.c.
Make the length arguments of format_text() and format_text_wsp()
size_t's, since it's natural to use strlen() for that.

svn path=/trunk/; revision=27891
epan/dissectors/packet-dnp.c
epan/strutil.c
epan/strutil.h