Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Nov 14, 2024
1 parent 14b123a commit 9ee7aae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.11.0 (Nov 14, 2024)

- add flag -p for timestamp precision in nanoseconds

## v0.10.2 (Apr 18, 2020)

- use ZeroCopyReadPacketData which is much faster than ReadPacketData
Expand Down
13 changes: 7 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
// joincap [OPTIONS] InFiles...
//
// Application Options:
// -v, --verbose Explain when skipping packets or entire input files
// -V, --version Print the version and exit
// -w= Sets the output filename. If the name is '-', stdout will be used (default: -)
// -v, --verbose Explain when skipping packets or input files
// -V, --version Print the version and exit
// -p=[micros|nanos] Sets timestamp precision (default: micros)
// -w= Sets the output filename. If the name is '-', stdout will be used (default: -)
// -c= A positive integer argument for limiting the number of packets (default: 9223372036854775807)
//
// -c= A positive integer argument for limiting the number of packets (default: 9223372036854775807)
// Help Options:
// -h, --help Show this help message
// Help Options:
// -h, --help Show this help message
package main

import (
Expand Down

0 comments on commit 9ee7aae

Please sign in to comment.