From Ken Smith (bug 2574): Allow editcap to parse files into even time intervals
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Jun 2008 09:45:21 +0000 (09:45 +0000)
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 21 Jun 2008 09:45:21 +0000 (09:45 +0000)
commit7892ae85885427edee989c8113fb08408d71cf4f
tree389f2dcb8966304edecb88e9cfb0ec49b2c79898
parent4ed416ff48cbf86de5997636d3208ae9faba6409
From Ken Smith (bug 2574): Allow editcap to parse files into even time intervals

A few changes from me:
- make use of nstime_set_unset and nstime_is_unset i.s.o. extra variable first_pass
- change 'if' to 'while' to allow intervals with no packets
- remove 'unused' variable current_pkt_ts

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25499 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.common
editcap.c