Michael Richardson wrote:
I leave you to advise what and if code should be pulled up.
I.e., pulled up to the x.9 branches?
So do you want to handle any pulling up, or should the people checking
in code do so?
(In either case, people checking in libpcap and tcpdump changes should
note that the
Daniele Orlandi wrote:
Yes, I agree, in facts I forgot that I was already using DLT_LINUX_LAPD.
I would go with DLT_LINUX_LAPD,
OK, I've checked in a change to make it DLT_LINUX_LAPD. Presumably the
theory is that either
1) vISDN will be the only ISDN-for-Linux that supports D-channel packet
c
Mike Kershaw wrote:
I have code which does this already for wireless (sending a modified
pcap stream basically).
Wrapping it in SSL would be trivial (already on the list of stuff to
support).
Moving this to pure pcap would also be trivial. This seems more
application layer than pcap layer -- by th
Thanks for the suggestion. I need it in that way, that I can use it like
local captureable network interface.
This is due the fact, that I need it in a program which uses the
libpcap. In my case is it ethereal. And when
I download the files first, then I have no advantage to the solutions,
which
-BEGIN PGP SIGNED MESSAGE-
> "Hannes" == Hannes Gredler <[EMAIL PROTECTED]> writes:
Hannes> i typically use the following command for remote capturing:
Hannes> ssh [EMAIL PROTECTED] "sudo tcpdump -ni eth0 -s 0 -w -" >
Hannes> capture-file.pcap
Yeah, this is probably th
On Fri, Apr 08, 2005 at 05:15:15AM -0700, Bruce M Simpson wrote:
| On Fri, Apr 08, 2005 at 11:57:33AM +0200, Pilz Rene wrote:
| > I want to add a feature where someone can connect and use a
| > network-interface of a remote computer to capture data. As ronnie
| > sahlberg has already pointed out
ack, will do ... - /hannes
On Sat, Apr 09, 2005 at 03:18:28AM -0700, Guy Harris wrote:
| Automatic cvs log generator /tcpdump/bin/makelog wrote:
|
| >Description:
| >-add support for llc based protocols (iso, etc..) for ethernet
| > by checking the proto against the ethermtu and bumping
| > the l
Automatic cvs log generator /tcpdump/bin/makelog wrote:
Description:
-add support for llc based protocols (iso, etc..) for ethernet
by checking the proto against the ethermtu and bumping
the link-layer offset by two.
-add support for vlan and mpls hierarchies by not absolute
setting offsets but
CVS log entries from 08.04.2005 (Fri) 09:06:46 - 09.04.2005 (Sat) 09:06:51 GMT
=
Summary by authors
=
Author: hannes
File: libpcap/gencode.c; Revisions: 1.224, 1.223