URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=76a728ea14aa6e922ea9988fd23a81c9858d2edc
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
76a728e 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>
(cherry picked from commit 4694c7acf0772d780499f1d4d83fe52e0d9a7fe7)
Reviewed-on: https://code.wireshark.org/review/28752
Actions performed:
from 3a0da5f Qt: Create the main display filter combo sooner.
adds 76a728e checkAPIs.pl: fix false positive with C++ method names
Summary of changes:
tools/checkAPIs.pl | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)