Re: [tcpdump-workers] support of sctp in filters

2004-12-15 Thread Guy Harris
If somebody wants to contribute that, something that avoids using newlines - unless "-vv" is specified, the output of tcpdump should be limited to one line per packet - would be useful, e.g. something just listing the chunk types and other parameters, without dumping the chunk data. I've checked in

Re: [tcpdump-workers] support of sctp in filters

2004-12-15 Thread Ariel Burbaickij
Thank you very much Guy for your support, I will try to test the current state of affairs today if time permits. On Wed, 15 Dec 2004 00:36:02 -0800, Guy Harris <[EMAIL PROTECTED]> wrote: > >>If somebody wants to contribute that, something that avoids using > >>newlines - unless "-vv" is specified

Re: [tcpdump-workers] support of sctp in filters

2004-12-14 Thread Guy Harris
On Dec 14, 2004, at 2:17 PM, Ariel Burbaickij wrote: well, here I fear I will become slightly offtopic. I am not so much concerned about tcpdump, I am concerned about [t]ethereal as the application that uses libpcap (as tcpdump does), so far I have failed trying to set any sctp filters there. H

Re: [tcpdump-workers] support of sctp in filters

2004-12-14 Thread Ariel Burbaickij
On Tue, 14 Dec 2004 10:15:32 -0800, Guy Harris <[EMAIL PROTECTED]> wrote: > Ariel Burbaickij wrote: > > The second one, > > I.e., the answer to the question originally asked is "no, there are no > plans to add support for SCTP to capture filters, because libpcap > filters already supports SCTP", a

Re: [tcpdump-workers] support of sctp in filters

2004-12-14 Thread Guy Harris
Ariel Burbaickij wrote: The second one, I.e., the answer to the question originally asked is "no, there are no plans to add support for SCTP to capture filters, because libpcap filters already supports SCTP", and the real question should've been "are there any plans to support printing SCTP in t

[tcpdump-workers] support of sctp in filters

2004-12-14 Thread Ariel Burbaickij
Hello dear mailing list partcipants, are there any plans to support sctp for capture filters? With Best Regards Ariel Burbaickij - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] support of sctp in filters

2004-12-14 Thread Ariel Burbaickij
The second one, I guess the fact that there is protocol descriminator can be found in IP header is somehow almost common knowledge, isn't it. Accordingly, one can do what you have suggested. On Tue, 14 Dec 2004 07:46:34 -0800, Bruce M Simpson <[EMAIL PROTECTED]> wrote: > On Tue, Dec 14, 2004 at 04

Re: [tcpdump-workers] support of sctp in filters

2004-12-14 Thread Bruce M Simpson
On Tue, Dec 14, 2004 at 04:30:36PM +0100, Ariel Burbaickij wrote: > Hello dear mailing list partcipants, > are there any plans to support > sctp for capture filters? tcpdump -X -i ip proto sctp Of course, if you mean dumping sctp traffic in a human-readable manner, that is quite different. BMS