Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 134 by
itayr...@gmail.com: time and size of packet
https://code.google.com/p/dpkt/issues/detail?id=134
Hello,
i am new in python, and i need your help.
I am trying to get the time and size of each packet from a pcap file.
i tried the following:
f = open('test.pcap')
pcap = dpkt.pcap.Reader(f)
for ts, buf in pcap:
print ts, len(buf)
but all i getting is some numbers, that are wrong comparing to the pcap in
wireshark.
can someone help me???
Thanks
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings