aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/logcat_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/logcat_text.c')
-rw-r--r--wiretap/logcat_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/logcat_text.c b/wiretap/logcat_text.c
index 9b797f38d9..9bbf2ff7b1 100644
--- a/wiretap/logcat_text.c
+++ b/wiretap/logcat_text.c
@@ -31,7 +31,7 @@
#include "logcat.h"
/* Basically the same regexes are present in epan/packet-logcat-text.c */
-#define SPECIAL_STRING "[-]+ beginning of \\/"
+#define SPECIAL_STRING "[-]+ beginning of \\/?"
#define BRIEF_STRING "[IVDWEF]/.*\\( *\\d*\\): .*"
#define TAG_STRING "[IVDWEF]/.*: .*"
#define TIME_STRING "\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3} [IVDWEF]/.*\\( *\\d*\\): .*"