Fix problems found by Beyond Security:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 6 Sep 2007 18:26:04 +0000 (18:26 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 6 Sep 2007 18:26:04 +0000 (18:26 +0000)
commita79ea5a50b632d225815a105fc7576f99cfeabf4
treecda1f0bd4293a9dff1993385f5be40c79956528a
parent4a78c1997a3061f7f8f1e384de7424f41e1b9af0
Fix problems found by Beyond Security:

Instead of overflowing an unsigned int when determining the number of
items in a range, use a signed int and check for a negative value.  Make
sure our offset increments as we step through each item.  This should
avoid large/inifinite loops.

Fix the size of hf_dnp3_al_range_stop32.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22811 f5534014-38df-0310-8fa8-9805f1628bb7
docbook/release-notes.xml
epan/dissectors/packet-dnp.c