head 1.7; access; symbols; locks; strict; comment @# @; 1.7 date 2008.04.29.20.44.36; author wessels; state Exp; branches; next 1.6; 1.6 date 2008.04.29.20.44.17; author wessels; state Exp; branches; next 1.5; 1.5 date 2008.04.29.20.43.34; author wessels; state Exp; branches; next 1.4; 1.4 date 2008.04.29.20.41.36; author wessels; state Exp; branches; next 1.3; 1.3 date 2008.04.29.20.37.19; author wessels; state Exp; branches; next 1.2; 1.2 date 2008.04.28.16.59.11; author wessels; state Exp; branches; next 1.1; 1.1 date 2008.04.22.16.23.11; author wessels; state Exp; branches; next ; desc @@ 1.7 log @*** empty log message *** @ text @SOURCE=http://www.life-gone-hazy.com/src/tcpdump-tools PROGS= \ tcpdump-extract-interval \ tcpdump-subtract-timestamp \ tcpdump-join \ tcpdump-remove-dupe \ tcpdump-remove-bogus \ tcpdump-split \ tcpdump-change-dst \ tcpdump-find-misordered \ tcpdump-reorder \ tcpdump-fix-linux-af-inet6 \ tcpdump-strip-vlans \ tcpdump-separate-by-sip \ tcpdump-separate \ tcpdump-to-dlt-loop OBJS= \ pcap_layers.o CFLAGS = -Wall -g LDFLAGS = -lpcap -lmd $(OBJS) all: $(OBJS) $(PROGS) clean: rm -f $(OBJS) rm -f $(PROGS) install: @@for f in ${PROGS}; do \ echo "install -C -m 755 $$f /usr/local/bin"; \ install -C -m 755 $$f /usr/local/bin ; \ done fetch: fetch -m ${SOURCE}/Makefile fetch -m ${SOURCE}/pcap_layers.h fetch -m ${SOURCE}/pcap_layers.c fetch -m ${SOURCE}/byteorder.h @@for f in ${PROGS} ; do \ echo "fetch -m ${SOURCE}/$$f.c" ; \ fetch -m ${SOURCE}/$$f.c ; \ done @ 1.6 log @*** empty log message *** @ text @d44 1 a44 1 fetch -m ${SOURCE}/$$f.c ; @ 1.5 log @add -m to fetch @ text @d42 4 a45 1 @@for f in ${PROGS}; do fetch -m ${SOURCE}/$$f.c; done @ 1.4 log @change to DLT_LOOP @ text @d38 5 a42 5 fetch ${SOURCE}/Makefile fetch ${SOURCE}/pcap_layers.h fetch ${SOURCE}/pcap_layers.c fetch ${SOURCE}/byteorder.h @@for f in ${PROGS}; do fetch ${SOURCE}/$$f.c; done @ 1.3 log @*** empty log message *** @ text @d17 1 a17 1 tcpdump-to-dlt-null @ 1.2 log @add fetch target @ text @d16 2 a17 1 tcpdump-separate @ 1.1 log @Initial revision @ text @d1 1 d35 7 @