From 51e008e9036cba21e3e4d7d0a0854f383e2c9eaf Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 10 Jun 2014 10:40:51 -0600 Subject: [PATCH] Increase max frame size in pcap.h --- Makefile | 4 ++-- pcap.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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