
This commit enable users to run `tox -e docs` to build docs for os-ken. It fixes several issues to ensure the build will succeed. In addition, the docs from upstream Ryu library is grouped into archived content. The future work is merging those docs into the os-ken contents. Change-Id: I5ee1998e0d2835495650cda530eb0b73c49b091a
607 B
607 B
PCAP file library
Introduction
OS-Ken PCAP file library helps you to read/write PCAP file which file format are described in The Wireshark Wiki.
Reading PCAP file
For loading the packet data containing in PCAP files, you can use pcaplib.Reader.
os_ken.lib.pcaplib.Reader
Writing PCAP file
For dumping the packet data which your RyuApp received, you can use pcaplib.Writer.
os_ken.lib.pcaplib.Writer