From 1af73c665ac334794038dc9c2c7b63d07d70e03a Mon Sep 17 00:00:00 2001 From: Dylan Mikus Date: Thu, 17 Dec 2015 15:45:21 +0000 Subject: [PATCH] Fixed description of metadata file format to list just one pcap file. Now that all RTP streams for a call go to the same PCAP file, we don't need a list of multiple PCAP files. We still separate it from the timestamps by an extra newline. --- README.md | 5 +---- daemon/recording.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b7edecd1f..b0f67fce5 100644 --- a/README.md +++ b/README.md @@ -472,10 +472,7 @@ The options are described in more detail below. The format for a metadata file is (with a trailing newline): - /path/to/rec-pcap01.pcap - /path/to/rec-pcap02.pcap - ... - /path/to/rec-pcap0n.pcap + /path/to/recording-pcap.pcap start timestamp (YYYY-MM-DDThh:mm:ss) end timestamp (YYYY-MM-DDThh:mm:ss) diff --git a/daemon/recording.h b/daemon/recording.h index 144662f9a..b47d26c8b 100644 --- a/daemon/recording.h +++ b/daemon/recording.h @@ -37,10 +37,7 @@ void recording_fs_init(char *spooldir); * * Metadata file format is (with trailing newline): * - * /path/to/rec-pcap01.pcap - * /path/to/rec-pcap02.pcap - * ... - * /path/to/rec-pcap0n.pcap + * /path/to/recording-pcap.pcap * * start timestamp (YYYY-MM-DDThh:mm:ss) * end timestamp (YYYY-MM-DDThh:mm:ss)