Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 36db2df: Add a check for newlines in value_strings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Mar 2014 15:54:11 +0000 (UTC)
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(-)