URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc7cee5312a7da4c54769997c89f64481837f414
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
fc7cee5 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Improve our capture filter completions.
Use libpcap's pcap-filter.manmisc to create our capture filter
completion list instead of scanner.l.
Bug: 14430
Change-Id: I11f6eb5679dc93561dce62f28149e103ac9b4a2b
Reviewed-on: https://code.wireshark.org/review/25971
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 205424287b0ff732ad555ddc2026f1422633cb12)
Reviewed-on: https://code.wireshark.org/review/26054
Actions performed:
from e0aba0d Just use tvb_memeql() to check the signature.
adds fc7cee5 Qt: Improve our capture filter completions.
Summary of changes:
ui/qt/capture_filter_edit.cpp | 87 ++++++++++++++++++++++++++++++++++---------
1 file changed, 69 insertions(+), 18 deletions(-)