Skip to content

Commit

Permalink
Fix #13: Document ability to read packets from pcap files
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Mar 15, 2016
1 parent 0d55de7 commit 32fd807
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions collector/dsc/dsc.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ pid_file "/var/run/dsc.pid";

# interface
#
# specifies a network interface to sniff packets from.
# can specify more than one.
# specifies a network interface to sniff packets from or a pcap
# file to read packets from, can specify more than one.
#
interface fxp0;
#interface /path/to/dump.pcap

# qname_filter
#
Expand Down
8 changes: 5 additions & 3 deletions doc/dsc-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -942,10 +942,12 @@ \section{dsc.conf}

\item[interface]

The interface name to sniff packets from. You may specify multiple
interfaces.
The interface name to sniff packets from or a pcap file to
read packets from. You may specify multiple interfaces.

Example: {\tt interface fxp0;\/}
Example:
{\tt interface fxp0;\/}
{\tt interface /path/to/dump.pcap;\/}

\item[bpf\_vlan\_tag\_byte\_order]

Expand Down

0 comments on commit 32fd807

Please sign in to comment.