aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2008-06-21 09:45:21 +0000
committerSake Blok <sake@euronet.nl>2008-06-21 09:45:21 +0000
commit70ec244f8f81c7da84bef51d0c7adac343592c0a (patch)
tree389f2dcb8966304edecb88e9cfb0ec49b2c79898 /Makefile.common
parent8db852e95071f60e00f6cb324c49096b1e2deac4 (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 svn path=/trunk/; revision=25499
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 = \