Wireshark-commits: [Wireshark-commits] master d452a0c: Logcat-text: use GRegex optimizations
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Mar 2017 17:26:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d452a0cdba9ebb5a2f674d62fcbaa1f318454e15
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d452a0c by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Logcat-text: use GRegex optimizations
    
    "G_REGEX_OPTIMIZE - Optimize the regular expression. If the pattern
    will be used many times, then it may be worth the effort to optimize
    it to improve the speed of matches." - Glib documentation.
    
    It is possible to capture a lot of Logcat logs or these log may
    flooding us. Optimizations are welcome.
    
    Change-Id: If753e795efe30b014a5fad11c8ebbcd4da3824a6
    Reviewed-on: https://code.wireshark.org/review/20357
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3f23838   RPKI-RTR: Add new error code
    adds  d452a0c   Logcat-text: use GRegex optimizations


Summary of changes:
 epan/dissectors/packet-logcat-text.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)