Wireshark-commits: [Wireshark-commits] master 30d83e0: Qt: Add regex support in Find Packet
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Feb 2016 08:06:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30d83e089c2f0b5d5d67892c6fc581ba9ce0a0a5
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

30d83e0 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add regex support in Find Packet
    
    Add support for using regular expressions in the Search Frame
    when searching in packet list, packet details and packet bytes.
    
    This search is in many cases faster than plain string search.
    
    Change-Id: I2d8a709046f90d7b278fb39547fc4e2e420623bc
    Reviewed-on: https://code.wireshark.org/review/13981
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  b77ffb9   GTPv2 command messages conversation
    adds  30d83e0   Qt: Add regex support in Find Packet


Summary of changes:
 cfile.h                        |    1 +
 docbook/release-notes.asciidoc |    1 +
 file.c                         |  103 ++++++++++++++++++++++++++++------------
 ui/gtk/find_dlg.c              |    1 +
 ui/qt/search_frame.cpp         |   68 ++++++++++++++++++++++----
 ui/qt/search_frame.h           |    4 ++
 ui/qt/search_frame.ui          |    7 ++-
 7 files changed, 146 insertions(+), 39 deletions(-)