You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
Index: Makefile.in |
|
--- Makefile.in.orig 2010-03-12 02:56:53.000000000 +0100 |
|
+++ Makefile.in 2010-03-31 09:50:02.000000000 +0200 |
|
@@ -324,7 +324,7 @@ |
|
Win32/Src/inet_net.c \ |
|
Win32/Src/inet_pton.c |
|
|
|
-all: libpcap.a shared pcap-config |
|
+all: libpcap.a pcap-config |
|
|
|
libpcap.a: $(OBJ) |
|
@rm -f $@ |
|
@@ -497,7 +497,7 @@ |
|
opentest: opentest.c libpcap.a |
|
$(CC) $(CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c libpcap.a $(LIBS) |
|
|
|
-install: install-shared install-archive pcap-config |
|
+install: install-archive pcap-config |
|
[ -d $(DESTDIR)$(libdir) ] || \ |
|
(mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir)) |
|
[ -d $(DESTDIR)$(includedir) ] || \ |
|
Index: scanner.l |
|
--- scanner.l.orig 2010-03-12 02:56:54.000000000 +0100 |
|
+++ scanner.l 2010-03-31 09:46:58.000000000 +0200 |
|
@@ -96,13 +96,6 @@ |
|
B2 ([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f]) |
|
W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?) |
|
|
|
-%a 18400 |
|
-%o 21500 |
|
-%e 7600 |
|
-%k 4550 |
|
-%p 27600 |
|
-%n 2000 |
|
- |
|
V680 {W}:{W}:{W}:{W}:{W}:{W}:{W}:{W} |
|
|
|
V670 ::{W}:{W}:{W}:{W}:{W}:{W}:{W}
|
|
|