diff --git a/Makefile b/Makefile index 461d501..09d7ee8 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ TARGETS += unhex all: $(TARGETS) -nstall: $(TARGETS) - install -d $(DESTDIR)$(PREFIX) +install: $(TARGETS) + install -d $(DESTDIR)$(PREFIX)/bin install $(TARGETS) $(DESTDIR)$(PREFIX)/bin pmerge: pmerge.o pcap.o diff --git a/pcap.h b/pcap.h index 27b01ee..2cad297 100644 --- a/pcap.h +++ b/pcap.h @@ -6,7 +6,7 @@ #include #define MAGIC 0xa1b2c3d4 -#define MAXFRAME 9000 +#define MAXFRAME 65535 /* * Described at http://www.tcpdump.org/linktypes.html