aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 09:45:21 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 09:45:21 +0000
commit7892ae85885427edee989c8113fb08408d71cf4f (patch)
tree389f2dcb8966304edecb88e9cfb0ec49b2c79898 /Makefile.common
parent4ed416ff48cbf86de5997636d3208ae9faba6409 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index d0266d4462..b51e048d46 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -207,6 +207,7 @@ mergecap_SOURCES = \
editcap_SOURCES = \
editcap.c \
epan/crypt/crypt-md5.c \
+ epan/nstime.c \
$(WTAP_PLUGIN_SOURCES)
capinfos_SOURCES = \