From 70ec244f8f81c7da84bef51d0c7adac343592c0a Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 21 Jun 2008 09:45:21 +0000 Subject: 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 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') 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 = \ -- cgit v1.2.3