ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] rev 13682: /trunk/epan/dissectors/: packet

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Fri, 11 Mar 2005 07:30:13 +1100
ok,
i will add support for MIT later tonight.


On Thu, 10 Mar 2005 09:07:35 -0600, Gerald Combs <gerald@xxxxxxxxxxxx> wrote:
> I was trying to get rid of
> 
> packet-spnego.c:540: warning: `decrypt_arcfour' defined but not used
> 
> when compiling with MIT Kerberos.
> 
> ronnie sahlberg wrote:
> > Why did you move the #ifdef HAVE_HEIMDAL_KERBEROS ?
> >
> > The function decrypt_arcfour() has been refactored to not use or
> > require anything anymore from heimdal, it is all using functions built
> > in into ethereal already.
> >
> > This was done so that MIT support could just call the same
> > decrypt_arcfour() as heimdal is using.
> >
> > I.e.  decrypt_arcfour() can be used (or should be possible to use) as
> > is for mit as well.
> >
> >
> > On Wednesday 09 March 2005 19:43:30 -0000 (GMT), gerald@xxxxxxxxxxxx
> > <gerald@xxxxxxxxxxxx> wrote:
> >
> >>User: gerald
> >>Date: 2005/03/09 01:43 PM
> >>
> >>Log:
> >>Add a couple of definitions not present in MIT Kerberos.  Fix a compiler
> >>warning.
> >>
> >>Directory: /trunk/epan/dissectors/
> >> Changes    Path               Action
> >> +8 -8      packet-spnego.c    Modified
> >>
> >>http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13682&view=rev
> >>
> >>_______________________________________________
> >>Ethereal-cvs mailing list
> >>Ethereal-cvs@xxxxxxxxxxxx
> >>http://www.ethereal.com/mailman/listinfo/ethereal-cvs
> >>
> >
> >
> > _______________________________________________
> > Ethereal-dev mailing list
> > Ethereal-dev@xxxxxxxxxxxx
> > http://www.ethereal.com/mailman/listinfo/ethereal-dev
> 
>