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(-)