Ethereal-dev: Re: [Ethereal-dev] transmit capabilties???
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: Richard Sharpe <rsharpe@xxxxxxxxxxxxxxxxx>
Date: Fri, 6 Feb 2004 09:46:25 -0800 (PST)
On Fri, 6 Feb 2004, Paul Semma wrote: > Does ethereal provide the ability to transmit data > out? No. > -Paul > > --- ethereal-dev-request@xxxxxxxxxxxx wrote: > > Send Ethereal-dev mailing list submissions to > > ethereal-dev@xxxxxxxxxxxx > > > > To subscribe or unsubscribe via the World Wide Web, > > visit > > > > > http://www.ethereal.com/mailman/listinfo/ethereal-dev > > or, via email, send a message with subject or body > > 'help' to > > ethereal-dev-request@xxxxxxxxxxxx > > > > You can reach the person managing the list at > > ethereal-dev-owner@xxxxxxxxxxxx > > > > When replying, please edit your Subject line so it > > is more specific > > than "Re: Contents of Ethereal-dev digest..." > > > > > > Today's Topics: > > > > 1. Re: [PATCH] add missing TLS cipher types > > (Olivier Biot) > > 2. Re: Re: [Ethereal-users] H225-SETUP (Olivier > > Biot) > > 3. Re: RE: [Ethereal-cvs] cvs commit: > > ethereal/epan strutil.c > > (Guy Harris) > > 4. Re: RE: [Ethereal-cvs] cvs commit: > > ethereal/epan s trutil.c > > (Guy Harris) > > 5. Re: Should we use scrolled_window_new instead > > of > > gtk_scrolled_window_new? (Guy Harris) > > 6. GPL and plugins (Magnus Adamsson) > > 7. Time for new gprof data (Olivier Biot) > > 8. Re: Made a lot of GUI changes today! (Guy > > Harris) > > 9. Re: Adding list-type data to a column (Guy > > Harris) > > 10. Re: Adding list-type data to a column (Olivier > > Biot) > > 11. Re: Adding list-type data to a column (Olivier > > Biot) > > 12. Re: Adding list-type data to a column (Guy > > Harris) > > 13. Re: Adding list-type data to a column (Olivier > > Biot) > > 14. MMSE and needless cleared column (dissector > > handles and media > > dissector table) (Olivier Biot) > > 15. Re: MMSE and needless cleared column > > (dissector handlesand > > media dissector table) (Olivier Biot) > > 16. Patch for packet-tds.c (re-send) (Yaniv Kaul) > > 17. Re: Patch for packet-tds.c (re-send) (Guy > > Harris) > > 18. RE: telnet/authentication Kerberos stuff (Eric > > Wedel) > > 19. Re: Ethereal 0.9.16 doesn't read AiroPeek 2.0 > > files (Guy Harris) > > 20. Re: Should we use scrolled_window_new instead > > of > > gtk_scrolled_window_new? (Ulf Lamping) > > 21. MSVC warnings in packet-h225.c (Ulf Lamping) > > 22. Re: MSVC warnings in packet-h225.c (Joerg > > Mayer) > > 23. RE: RE: [Ethereal-cvs] cvs commit: > > ethereal/epan s trutil.c > > (Anders Broman (TN/EAB)) > > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 5 Feb 2004 20:09:37 +0100 > > From: "Olivier Biot" <ethereal@xxxxxxxxxx> > > Subject: Re: [Ethereal-dev] [PATCH] add missing TLS > > cipher types > > To: "Holger Schurig" <h.schurig@xxxxxxxxxxxxxx> > > Cc: Ethereal development <ethereal-dev@xxxxxxxxxxxx> > > Message-ID: > > <001901c3ec1b$9a3d8120$fc02a8c0@cartagena> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Checked in. > > > > Regards, > > > > Olivier > > > > ----- Original Message ----- > > From: "Holger Schurig" > > > > This file add some missing TLS cipher specifications > > as found in the > > TLS > > Client Hello packet. > > > > The strings are from openssl/include/openssl/tls1.h > > file. > > > > Not sure if more are missing, but at least the > > Client Hello Dump now > > doesn't spit out undefined values :-) > > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Thu, 5 Feb 2004 20:21:20 +0100 > > From: "Olivier Biot" <ethereal@xxxxxxxxxx> > > Subject: Re: [Ethereal-dev] Re: [Ethereal-users] > > H225-SETUP > > To: "Ethereal development" > > <ethereal-dev@xxxxxxxxxxxx> > > Message-ID: > > <004901c3ec1d$3c5de8e0$fc02a8c0@cartagena> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Checked in. > > > > Regards, > > > > Olivier > > > > ----- Original Message ----- > > From: Anders Broman > > > > Hi, > > I have tried your patch and it looks good, the > > warnings was there > > before: > > > > packet-h225.c > > packet-h225.c(10322) : warning C4018: '>' : > > signed/unsigned mismatch > > packet-h225.c(10324) : warning C4018: '>' : > > signed/unsigned mismatch > > register.c > > I have included a diff with the patch. > > Best regards > > Anders > > > > -----Original Message----- > > From: Martin Regner > > > > Jonty Ray wrote: > > < I Can successfully see it in Ethereal version > > 0.9.7, which I have > > been using till now. > > > > I think that I found something interesting. > > The "fastStart item length" is 36 for Item 0, but it > > seems that the > > h225 dissector is not using that information, so it > > continues > > to dissect the next fastStart item without skipping > > any padding bytes > > (at least it seems that there is some kind of > > padding in your > > capture that I haven't seen in other captures). > > > > I tried to do some small modifications i > > dissect_h225_fastStart_item > > so that the new offset is calculated from item > > length > > and that seems to solve the problem. Howver I have > > just tested with > > one capture yet. > > > > The solution below is just the preliminar I used. I > > need to check more > > details regarding this and there is currently a > > warning > > due to unsigned/signed mismatch. > > > > Maybe there is a few other places in the code where > > you need to do > > similar things. > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Thu, 5 Feb 2004 11:47:08 -0800 > > From: Guy Harris <guy@xxxxxxxxxxxx> > > Subject: Re: [Ethereal-dev] RE: [Ethereal-cvs] cvs > > commit: > > ethereal/epan strutil.c > > To: Ethereal development <ethereal-dev@xxxxxxxxxxxx> > > Message-ID: > > <14EA1816-5814-11D8-B611-000A958097E4@xxxxxxxxxxxx> > > Content-Type: text/plain; charset=US-ASCII; > > format=flowed > > > > > > On Feb 5, 2004, at 3:49 AM, Biot Olivier wrote: > > > > > === message truncated === > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing online. > http://taxes.yahoo.com/filing.html > > _______________________________________________ > Ethereal-dev mailing list > Ethereal-dev@xxxxxxxxxxxx > http://www.ethereal.com/mailman/listinfo/ethereal-dev > -- Regards ----- Richard Sharpe, rsharpe[at]richardsharpe.com, rsharpe[at]samba.org, sharpe[at]ethereal.com, http://www.richardsharpe.com
- References:
- [Ethereal-dev] transmit capabilties???
- From: Paul Semma
- [Ethereal-dev] transmit capabilties???
- Prev by Date: [Ethereal-dev] transmit capabilties???
- Next by Date: Re: [Ethereal-dev] MSVC warnings in packet-h225.c
- Previous by thread: [Ethereal-dev] transmit capabilties???
- Next by thread: Re: [Ethereal-dev] transmit capabilties???
- Index(es):