Skip to content

Commit

Permalink
Tested, default format must not be blanked. README reworded.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdargel committed Mar 5, 2019
1 parent fef1e32 commit 2c5bfa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV IFACE="any"
ENV MAXFILESIZE="1000"
ENV MAXFILENUM="10"
ENV FILENAME="dump"
ENV FORMAT=""
ENV FORMAT="pcapng"

USER root:root

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ The `FILENAME` variable sets the filename that is used. The default value is
information). To dump on multiple interfaces simply add more interfaces to this
variable seperated by a whitespace (e.g. "eth0 eth1").

The `FORMAT` variable sets the format of the written file. Use the variable `dump.pcap` as
the `FILENAME` option and `pcap` for `FILENAME` to use the common pcap-format. Other formats are described in
the [official documentation](https://www.wireshark.org/docs/man-pages/tshark.html).
`FORMAT` sets the file-format of the written trace. Note that when you're setting
the `FORMAT` to `pcap` for example, the `FILENAME` has to be changed to `dump.pcap`.
Other formats are described in the [official tshark documentation](https://www.wireshark.org/docs/man-pages/tshark.html).

Example:

Expand Down

0 comments on commit 2c5bfa2

Please sign in to comment.