Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
9 lines
440 B
Plaintext
9 lines
440 B
Plaintext
pyshark is a Python wrapper for tshark, allowing python packet parsing using
|
|
wireshark dissectors.
|
|
|
|
There are quite a few python packet parsing modules, this one is different
|
|
because it doesn't actually parse any packets, it simply uses tshark's
|
|
(wireshark command-line utility) ability to export XMLs to use its parsing. This
|
|
package allows parsing from a capture file or a live capture, using all
|
|
wireshark dissectors you have installed.
|