parsing - Python timestamp for pcap files -


i new python, , came across code parsed through pcap file. problem code contained line datetime.datetime.now() use print out time stamp connections in file, prints out times stamp of when accessed. want print out original time stamps connections in file.

for example, if used code parse through pcap file now, first connection have time stamp of august 23, 2013 9:04 (or specific gets). file has original time stamp of july 3, 2008 3:05 (which want print out).

i wondering if knew simple python solution or other appreciated.

edit

i looking time stamp packets in file not time stamp file itself.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -