http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1386
------- Comment #4 from j.verriere@xxxxxxxxxxxx 2007-02-22 13:45 GMT -------
Thanks a lot for your help, I had not see the "Keep persistent context
information" preference and now my program almost works. I only have one more
problem. I put the time: pinfo.rel_ts in a table and when I dump, I do this in
a repeat loop, with "num" increasing:
Dumper.dump (Extract, Time[num], PseudoHeader.none(), Save[num])
The new file contains the frames but the time is always 0.00000 or 1.0000000
but if I print Time[num] just before it gets dumped, I get the good value:
0.065 for example.
Any idea?
Joseph
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.