Open GoogleCodeExporter opened 9 years ago
No round(), will make correct...
ph = PktHdr(tv_sec=int(ts)&0xffffffff,
tv_usec=int((ts * 1000000.0 - int(ts) * 1000000.0))&0xffffffff,
caplen=n, len=origin_len)
Original comment by ruy.su...@gmail.com
on 13 Mar 2013 at 11:40
Original issue reported on code.google.com by
ruy.su...@gmail.com
on 13 Mar 2012 at 3:18