URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36db2df1c18f7000f3d0e21f8d667344725403fc
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
36db2df by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add a check for newlines in value_strings.
Update checkAPIs.pl to look for newlines in value_strings and
enum_val_t's. We now have to perform the check before we strip quoted
strings. Hopefully that won't cause a problem. Rename the check since
we do more than check for NULL termination.
Add modelines.
Fixes bug 9878.
Change-Id: I39dd910db60c7028ea4bdb58e8cfdb239c094748
Reviewed-on: https://code.wireshark.org/review/628
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from b1a05d5 ULP: add UDP transport
adds 36db2df Add a check for newlines in value_strings.
Summary of changes:
tools/checkAPIs.pl | 199 +++++++++++++++++++++++++++++++---------------------
1 file changed, 118 insertions(+), 81 deletions(-)