Skip to content

Commit

Permalink
Readme and package metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkarj_fort committed Jul 8, 2019
1 parent 5c3bd59 commit 2ec85d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Cargo.toml
Expand Up @@ -3,10 +3,20 @@ name = "snoopy"
version = "0.3.0"
authors = ["kanishkarj <kanishkarj@hotmail.com>"]
edition = "2018"
include = [
"**/*.rs",
"Cargo.toml",
exclude = [
"Sample/**/*",
]
description = "A highly configurable multi-threaded packet sniffer and parser."
documentation = "https://github.com/kanishkarj/snoopy"
homepage = "https://github.com/kanishkarj/snoopy"
repository = "https://github.com/kanishkarj/snoopy"
readme = "README.md"
keywords = ["pcap-parser", "packet-capture", "packet-sniffer", "packet-parsing", "command-line-tool"]
categories = ["command-line-utilities", "parsing"]
license = "MIT"
license-file = "LICENSE"
travis-ci = { repository = "kanishkarj/snoopy", branch = "master" }
maintenance = { status = "passively-maintained" }

[dependencies]
clap = "2.33.0"
Expand All @@ -18,6 +28,6 @@ hwaddr = "0.1.2"
nom = "5.0.0"
serde_json = "1.0"
serde = "1.0"
httparse = "*"
httparse = "1.3.0"
threadpool = "1.0"
num_cpus = "1.0"
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ A highly configurable multi-threaded packet sniffer and parser build in rust-lan
* While capturing packets, various configuration parameters can be specified.
* Parse Pcap files and print them to console, or extract more verbose information from each packet and store them to JSON file.
* Multi-threaded parsing of packets.
* Filter packets while parsing and capturing.
* Currently supports the following protocols :
* Ethernet
* Ipv4
Expand Down

0 comments on commit 2ec85d8

Please sign in to comment.