From: Paul Colquhoun <paulcol@andor.dropbear.id.au>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] tcptraceroute have buffer overflow in ipv6
Date: Thu, 14 Apr 2011 13:52:11 +1000 [thread overview]
Message-ID: <201104141352.11354.paulcol@andor.dropbear.id.au> (raw)
In-Reply-To: <d0aa82e3e46d14bb53f910f164919771@localhost>
On Thu, 14 Apr 2011 13:35:43 Benny Pedersen wrote:
> tcptraceroute ipv6.google.com 80
>
> shows me a nice buffer overflow, i like to camture it into a log file but
> lost on how :/
>
> tryed:
> tcptraceroute ipv6.google.com 80 | less
>
> and press s from less to save it, still no file content to save :(
The usual method is the '>' redirect operator, like this:
tcptraceroute ipv6.google.com 80 > /path/to/log/file
If the error message is going to STDERR (as it should be), you will need to
redirect that instead:
tcptraceroute ipv6.google.com 80 2> /path/to/log/file
To capture both, redirect STDOUT first, then set STDERR to match:
tcptraceroute ipv6.google.com 80 > /path/to/log/file 2>&1
--
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
Asking for technical help in newsgroups? Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro
next prev parent reply other threads:[~2011-04-14 3:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-14 3:35 [gentoo-amd64] tcptraceroute have buffer overflow in ipv6 Benny Pedersen
2011-04-14 3:52 ` Paul Colquhoun [this message]
2011-04-14 4:18 ` Benny Pedersen
2011-04-14 5:19 ` Benny Pedersen
2011-04-14 5:33 ` Paul Colquhoun
2011-04-14 14:36 ` Frank Peters
2011-05-02 19:17 ` [gentoo-amd64] unsubscribe Guy Harrison
2011-05-02 20:19 ` Dale
2011-05-02 23:03 ` Guy Harrison
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201104141352.11354.paulcol@andor.dropbear.id.au \
--to=paulcol@andor.dropbear.id.au \
--cc=gentoo-amd64@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox