diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2021-10-10 14:02:00 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2021-10-10 14:13:11 +0900 |
commit | c12b79b4af7c187d2550fcd8ea0f7201ccc98e81 (patch) | |
tree | fb324a097552479d0555ddf049bb10a485be8f65 /net/py-pypacker/pkg-descr | |
parent | math/R-cran-Rmpfr: Update to 0.8-5 (diff) |
net/py-pypacker: Add py-pypacker 5.0
pypacker is a packet manipulation library for Python.
Key features:
- Creating custom Packets (via keywords) or from raw byte and change their data
- Reading/writing packets from/to file (Support only for Wireshark/tcpdump pcap format)
- Merging multiple pcap files to one file
WWW: https://gitlab.com/mike01/pypacker
Diffstat (limited to 'net/py-pypacker/pkg-descr')
-rw-r--r-- | net/py-pypacker/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-pypacker/pkg-descr b/net/py-pypacker/pkg-descr new file mode 100644 index 000000000000..aaf9d4680693 --- /dev/null +++ b/net/py-pypacker/pkg-descr @@ -0,0 +1,8 @@ +pypacker is a packet manipulation library for Python. + +Key features: +- Creating custom Packets (via keywords) or from raw byte and change their data +- Reading/writing packets from/to file (Support only for Wireshark/tcpdump pcap format) +- Merging multiple pcap files to one file + +WWW: https://gitlab.com/mike01/pypacker |