aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-10-18 23:51:54 +0200
committerHarald Welte <laforge@gnumonks.org>2016-10-18 23:51:54 +0200
commitdbb0f5ae999155b1eb2ec490c48ff3c5ec848935 (patch)
treeb839f500a3b751076450adcd731f0f8a5b1d021d /src/storage.h
parent232b972035f54e51130475765e1de396fbce4620 (diff)
add a command line tool for dumping the contents of a capture file
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index df58ff9..d256fdc 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -30,3 +30,7 @@ struct msgb;
struct e1inp_ts;
int e1frame_store(struct e1inp_ts *ts, struct msgb *msg, enum osmo_e1cap_capture_mode mode);
+
+struct osmo_e1cap_file;
+struct osmo_e1cap_file *osmo_e1cap_open(void *ctx, const char *path);
+struct osmo_e1cap_pkthdr *osmo_e1cap_read_next(struct osmo_e1cap_file *f);