aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2021-09-30 07:27:08 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-04 16:08:27 +0000
commiteb9ae2ffd5c8fbf500ae074eae05a0bd2bc4f951 (patch)
tree05d04eb723a88a90cbe31b5f4c84e145f1fafbc2 /wiretap/file_access.c
parent5bc06b90424b7d1d53ef476692f3d13144340b94 (diff)
Read eNode-B raw logs
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 93c638f5ba..46fb195792 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -89,6 +89,7 @@
#include "candump.h"
#include "busmaster.h"
#include "blf.h"
+#include "eri_enb_log.h"
/*
@@ -435,6 +436,8 @@ static const struct open_info open_info_base[] = {
{ "Android Logcat Text formats", OPEN_INFO_HEURISTIC, logcat_text_open, "txt", NULL, NULL },
{ "Candump log", OPEN_INFO_HEURISTIC, candump_open, NULL, NULL, NULL },
{ "Busmaster log", OPEN_INFO_HEURISTIC, busmaster_open, NULL, NULL, NULL },
+ { "Ericsson eNode-B raw log", OPEN_INFO_MAGIC, eri_enb_log_open, NULL, NULL, NULL },
+
/* ASCII trace files from Telnet sessions. */
{ "Lucent/Ascend access server trace", OPEN_INFO_HEURISTIC, ascend_open, "txt", NULL, NULL },
{ "Toshiba Compact ISDN Router snoop", OPEN_INFO_HEURISTIC, toshiba_open, "txt", NULL, NULL },