ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 1d8673c: Move text logcat regex strings to shared hea

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Nov 2014 07:46:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d8673c0dfe7e723c83e04ba0cf449b2a8a08ee4
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1d8673c by Michał Orynicz (michal.orynicz@xxxxxxxxx):

    Move text logcat regex strings to shared header
    
    To avoid further duplication of work and bugfixing,
    move regex strings to wiretap/logcat_text.h and include
    this file in epan/dissectors/packet-logcat-text.c
    
    Change-Id: I82773cda0e3240844139b104c68738ec82788014
    Reviewed-on: https://code.wireshark.org/review/5410
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  1b9dd75   Fix the build: dissect_a21_ie_common() can't be static any more.
    adds  1d8673c   Move text logcat regex strings to shared header


Summary of changes:
 epan/dissectors/packet-logcat-text.c |   11 +----------
 wiretap/logcat_text.c                |   10 ----------
 wiretap/logcat_text.h                |    9 +++++++++
 3 files changed, 10 insertions(+), 20 deletions(-)