Skip to content

Commit

Permalink
remove excess parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gaainf committed Jan 13, 2019
1 parent 60f2582 commit fff8dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Filter TCP/IP packets, extract HTTP requests and write to external file:

.. code:: bash
parse_http -f "tcp.dport == 8080" -e "ip.dst == 10.10.10.10" -o file.out file.pcap
parse_http -f "tcp.dport == 8080 and ip.dst != 10.10.10.10" -o file.out file.pcap
Filter HTTP packets

Expand Down
2 changes: 1 addition & 1 deletion pcaper/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# See LICENSE file in the project root for full license information.
#

__version__ = '1.0.5'
__version__ = '1.0.6'

0 comments on commit fff8dc0

Please sign in to comment.