mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

tcpslice is a tool for extracting parts of a tcpdump packet trace, so put it under tcpdump dir Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
16 lines
472 B
Diff
16 lines
472 B
Diff
Upstream-Status: Pending [from tcpdump-4.1.1-1.fc14.src.rpm]
|
|
|
|
Signed-off-by: Roy Li <rongqing.li@windriver.com>
|
|
diff -ur tcpdump-3.8.1/tcpslice/tcpslice.c tcpdump-3.8.1.new/tcpslice/tcpslice.c
|
|
--- tcpslice/tcpslice.c 2004-01-15 17:35:53.000000000 +0100
|
|
+++ tcpslice/tcpslice.c 2004-01-15 16:12:57.000000000 +0100
|
|
@@ -35,7 +35,7 @@
|
|
#include <sys/file.h>
|
|
#include <sys/stat.h>
|
|
|
|
-#include <net/bpf.h>
|
|
+/* #include <net/bpf.h> */
|
|
|
|
#include <ctype.h>
|
|
#ifdef HAVE_FCNTL_H
|