В Чтв, 06/10/2011 в 02:06 +0900, Andrej van der Zee пишет:
> Yes i am aware Wireshark can do it if you provide the private key, but
> i need to decrypt packets in my own sniffer based on libpcap. I was
> hoping i am not the first and somebody could gimme some startup
> pointers, so that i dont have
Hello.
I'm looking for suggestion on how to fix following configure test in
libpcap:
ac_usb_dev_name=`udevinfo -q name -p /sys/class/usb_device/usbmon 2>/dev/null`
It is broken at least in two aspects:
1. udevinfo command does not exits with recent udevd any more and afaiu
'udevadm info --query
В Вск, 09/05/2010 в 02:44 -0700, Guy Harris пишет:
> On May 9, 2010, at 2:24 AM, Guy Harris wrote:
> > On May 9, 2010, at 2:11 AM, Peter Volkov wrote:
> >
> >> It was reported that libpcap fails to link on freebsd-sparc:
> >> http://bugs.gentoo.org/show_bug.
It was reported that libpcap fails to link on freebsd-sparc:
http://bugs.gentoo.org/show_bug.cgi?id=247076
Patch in attachment fixes this issue. Please, apply.
--
Peter.
>From 8c8c09edc7f6315a4b2851578c957c616561cfd8 Mon Sep 17 00:00:00 2001
From: Peter Volkov
Date: Sun, 9 May 2010 13:01
Hi. It looks like tests directory is missed tcpdump-4.1.0.tar.gz. Do you
suggest to avoid running tests for tcpdump or was tarball corrupted
somehow?
Thanks.
--
Peter.
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
apply.
--
Peter.
>From 7ec07e4815965dd31b85e56ac823249bfb9afc28 Mon Sep 17 00:00:00 2001
From: Peter Volkov
Date: Fri, 2 Apr 2010 09:33:30 +0400
Subject: [PATCH] Respect --without-chroot correctly
./configure --without-chroot will configure tcpdump with "no" as the
value of chroot directory and cause tcpdump t
e: *** [pcap-linux.o] Error 1
Patch in attachment fixes the issue but I'm unsure how sane it is.
--
Peter.
commit 9d4989ed4cc00d5cf6c986d88ecdbfc8c3dacd9d
Author: Peter Volkov
Date: Thu Jul 23 10:44:41 2009 +0400
Fix typo
pkt_for_oneshot is not difined anywhere, but oneshot
ommit e61f27f56bef0f229f0bf02911f76cfcfa12f083
Author: Peter Volkov
Date: Wed Jul 8 16:06:18 2009 +0400
Add --without-libnl configure switch
Allow build libpcap with libnl disabled even in case libnl is installed
at system.
diff --git a/configure.in b/configure.in
index 88a71ef..397a9c7 100644
В Чтв, 19/03/2009 в 12:53 +0300, Peter Volkov пишет:
> [1] http://news.gmane.org/gmane.network.tcpdump.devel
Of course that's wrong link. Correct is:
http://article.gmane.org/gmane.network.tcpdump.devel/3474
--
Peter.
signature.asc
Description: Эта часть сообщения подписана
Hi. There was quite a number of bugs fixed both in libpcap and tcpdump
since last release. There was even announcement that new 4.0.1 and 1.0.1
will be released very shortly [1] but as I see no release happened since
that time. So my question is should we wait for next release (when does
it happen?
В Втр, 18/11/2008 в 01:38 -0800, Guy Harris пишет:
> On Nov 18, 2008, at 1:26 AM, Peter Volkov wrote:
>
> > This helps to test build/runtime of libpcap without bluetooth on
> > systems with bluetooth.h installed.
>
> I.e., it's for cross-building?
Hm, no. On my
В Втр, 18/11/2008 в 00:37 -0800, Guy Harris пишет:
> On Nov 4, 2008, at 10:49 AM, Peter Volkov wrote:
>
> > Currently if there are bluetooth.h headers installed in the system
> > libpcap will be built with bluetooth support and it's impossible to
> > disable it. Attac
Hello.
Currently it's impossible to build tcpdump without libsmi on system with
libsmi installed. The patch in attachment adds --with{,out}-smi
configure switch which allows to disable it.
--
Peter.
=== modified file 'configure.in'
--- configure.in 2008-11-04 16:24:30 +
+++ configure.in 2008
Hello.
tcpdump-4.0.0 fails to build with --disable-ipv6. Patch to fix the issue
is in attachment.
--
Peter.
=== modified file 'print-enc.c'
--- print-enc.c 2008-11-04 16:24:30 +
+++ print-enc.c 2008-11-04 16:45:04 +
@@ -77,9 +77,11 @@
case AF_INET:
ip_print(gndo, p, length);
brea
Very similar patch was suggested here:
https://sourceforge.net/tracker/index.php?func=detail&aid=2208053&group_id=53067&atid=469579
В Втр, 04/11/2008 в 21:14 +0300, Peter Volkov пишет:
> make DESTIDR=/tmp/libpcap install
>
> fails with the following error:
>
> /usr
Hello.
make DESTIDR=/tmp/libpcap install
fails with the following error:
/usr/bin/install -c pcap-config /tmp/test/home/pva/work/local/bin/pcap-config
/usr/bin/install: cannot create regular file
`/tmp/test/home/pva/work/local/bin/pcap-config': No such file or directory
make: *** [install] Err
Hello.
Currently SITA will be defined and sita code will be tried to build even
if --without-sita is passed to ./configure. Patch in attachment fixes
this issue.
With best regards,
--
Peter.
=== modified file 'configure.in'
--- configure.in 2008-11-02 09:45:33 +
+++ configure.in 2008-11-02 0
Hello.
Currently make install in libpcap never installs pcap/{vlan,bluetooth}.h
headers. Attached patch makes it install them in case support was built
in into libpcap.
--
Peter.
=== modified file 'Makefile.in'
--- Makefile.in 2008-11-02 10:49:47 +
+++ Makefile.in 2008-11-04 18:03:48 +
@
Hello.
Currently if there are bluetooth.h headers installed in the system
libpcap will be built with bluetooth support and it's impossible to
disable it. Attached patch adds --{en,dis}able-bluetooth switches.
Also this patch makes use of AS_HELP_STRING to let autoconf manage
output layout.
--
P
Hello.
We received report on security issue in tcpdump:
http://bugs.gentoo.org/184815
Could anybody review fix and comment and apply in CVS? Thanks.
--
Peter.
signature.asc
Description: Эта часть сообщения подписана цифровой подписью
20 matches
Mail list logo