| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
8f6d7c0a16 |
Logging cleanup and added recording filesystem logging messages.
We log errors when filesystem operations fail, among other things. |
10 years ago |
|
|
2c1685b807 |
Added command line option for the spool directory for recordings.
Command line option is "--recording-dir". Renamed inner recording spool "recordings" to "pcaps". This is to avoid name sharing conflicts with the "--recording-dir" command line option, which specifies the recordings spool directory, and the "$RECORDING_DIR/recordings" inner directory. Changing the inner directory name to "pcaps" removes this name collision. In the process, I changed the function names in fs.h to be consistent with other functions. The names are structure like "$OBJECT_$VERB". |
10 years ago |
|
|
89690b4aea | Write out call start and end timestamps to recording metadata file. | 10 years ago |
|
|
7c53e9f95b |
Moved file system management and random string code to appropriate files.
File system code is now in fs.{h|c}. This includes:
- spool directory setup
- metadata file management
- pcap file creation and writing
Random hex string generation is now in str.h.
|
10 years ago |