checkAPIs.pl: check value_string termination
authorPeter Wu <peter@lekensteyn.nl>
Wed, 29 Mar 2017 17:24:37 +0000 (19:24 +0200)
committerMichael Mann <mmann78@netscape.net>
Wed, 29 Mar 2017 20:11:07 +0000 (20:11 +0000)
commit483daa4d276968e152ac991323c9274c4cbf40ac
treed8c060882c6c326bfde5a14e4f4ee4000b4aaeab
parent4d1060eca52e3ec39ca6da7e729b6bd63d71a063
checkAPIs.pl: check value_string termination

Check for the expected "{0, NULL}" termination, disallowing things like
"{9, NULL}". Also add val64_string and bytes_string while at it. Remove
a stale comment since we allow some c99 syntax now.

Change-Id: I1685255bbb11d84eba46b7cd00934d2f74187e03
Reviewed-on: https://code.wireshark.org/review/20792
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
tools/checkAPIs.pl