packet.record (3) Linux Manual Page
packet.record – Record module Description Provides the object for a record and the string representation of the record in a tcpdump trace file. Classes class Record(baseobj.BaseObj) Record object Usage: from packet.record import Record x = Record(pktt, data) Object definition: Record( index = int, # Frame number seconds = int, # Seconds usecs = int, #…
