URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4694c7acf0772d780499f1d4d83fe52e0d9a7fe7
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4694c7a by Peter Wu (peter@xxxxxxxxxxxxx):
    checkAPIs.pl: fix false positive with C++ method names
    
    Fix false positives due to method names that are considered deprecated:
    
        int CaptureFileDialog::open(...
        first_elapsed = QString().sprintf(
        int open(QString &file_name, unsigned int &type);
    
    Change-Id: Ib3c255a9f17b2cb44cd441e5277a97db63afaa72
    Reviewed-on: https://code.wireshark.org/review/27189
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  b9f915e   Lua: ensure that DATA_DIR and USER_DIR have trailing slashes
    adds  4694c7a   checkAPIs.pl: fix false positive with C++ method names
Summary of changes:
 tools/checkAPIs.pl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)