package pcap-format
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module PcapSource
PCAP encoding and encoding
v0.6.0 - homepage
Major version of the pcap format which we understand
Minor version of the pcap format which we understand
The size of the initial pcap header in bytes
The size of the per-packet pcap headers in bytes
The magic number which identifies a pcap file (and endian-ness)
Functions to read/write pcap header fields of a particular endian-ness
detect buf returns a module capable of reading the pcap header fields, or None if the buffer doesn't contain pcap data.