Wed, 08 Aug 2012 20:24:57 +0200
Resynchronize with upstream package maintainer version.
michael@488 | 1 | Index: Makefile.in |
michael@488 | 2 | --- Makefile.in.orig 2010-03-12 02:56:53.000000000 +0100 |
michael@488 | 3 | +++ Makefile.in 2010-03-31 09:50:02.000000000 +0200 |
michael@488 | 4 | @@ -324,7 +324,7 @@ |
michael@488 | 5 | Win32/Src/inet_net.c \ |
michael@488 | 6 | Win32/Src/inet_pton.c |
michael@488 | 7 | |
michael@488 | 8 | -all: libpcap.a shared pcap-config |
michael@488 | 9 | +all: libpcap.a pcap-config |
michael@488 | 10 | |
michael@488 | 11 | libpcap.a: $(OBJ) |
michael@488 | 12 | @rm -f $@ |
michael@488 | 13 | @@ -497,7 +497,7 @@ |
michael@488 | 14 | opentest: opentest.c libpcap.a |
michael@488 | 15 | $(CC) $(CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c libpcap.a $(LIBS) |
michael@488 | 16 | |
michael@488 | 17 | -install: install-shared install-archive pcap-config |
michael@488 | 18 | +install: install-archive pcap-config |
michael@488 | 19 | [ -d $(DESTDIR)$(libdir) ] || \ |
michael@488 | 20 | (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir)) |
michael@488 | 21 | [ -d $(DESTDIR)$(includedir) ] || \ |
michael@27 | 22 | Index: scanner.l |
michael@488 | 23 | --- scanner.l.orig 2010-03-12 02:56:54.000000000 +0100 |
michael@488 | 24 | +++ scanner.l 2010-03-31 09:46:58.000000000 +0200 |
michael@488 | 25 | @@ -96,13 +96,6 @@ |
michael@488 | 26 | B2 ([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]) |
michael@27 | 27 | W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?) |
michael@27 | 28 | |
michael@27 | 29 | -%a 18400 |
michael@27 | 30 | -%o 21500 |
michael@27 | 31 | -%e 7600 |
michael@27 | 32 | -%k 4550 |
michael@27 | 33 | -%p 27600 |
michael@27 | 34 | -%n 2000 |
michael@27 | 35 | - |
michael@27 | 36 | V680 {W}:{W}:{W}:{W}:{W}:{W}:{W}:{W} |
michael@27 | 37 | |
michael@27 | 38 | V670 ::{W}:{W}:{W}:{W}:{W}:{W}:{W} |