"value_string" arrays must end with a terminator entry.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2001 02:26:03 +0000 (02:26 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2001 02:26:03 +0000 (02:26 +0000)
commitadfcdeeb4e5cca86f1bf39eb4f6bb5bed8e9b1bd
tree306f81d809090e1cf5c967a8a6f4e82040fbd7b7
parentaa6443c0e37aff40cac5b1c89624458617129863
"value_string" arrays must end with a terminator entry.

If "get_hex_uint()" supplies a "next_offset" equal to the offset fed
into it, it found no hex digits; don't put the value into the tree if
that's the case.

If "get_unquoted_string()" or "get_quoted_string()" returns NULL, the
string separator/terminator wasn't found; don't put the value into the
tree if that's the case.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3947 f5534014-38df-0310-8fa8-9805f1628bb7
packet-cups.c