• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Constant New Port message's for MoreSCF
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Constant New Port message's for MoreSCF


  • Subject: Re: Constant New Port message's for MoreSCF
  • From: "Peter Sichel" <email@hidden>
  • Date: Thu, 20 Oct 2005 13:59:31 -0400

On 10/20/05, Mark Thomas wrote:

>Hi,
>  I thought I'd update everybody on my dealing with Airport Extreme and
>MoreSCF is that I have found a fix, but updating the code in the Port
>scanner code, not to just look for for "AirPortDriver", but to look for an
>IOClass which has the first 7 characters of "Airport", as I have seen a few
>variations of this name AirportXXXXX but that seems to do the trick quite
>nicely.
>
>  I would be curious if anybody has any issues with the above technique or
>did it another way, but that how I've got the code working.
>
>Thanks
>Mark.

Specifically, in MoreSCFPortScanner.c, change this:

    && CFEqualString(tmpStr, CFSTR("AirPortDriver"))) {

to this:

	   && CFStringHasPrefix(tmpStr, CFSTR("AirPort"))) {

It looks reasonable to me.

- Peter

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Constant New Port message's for MoreSCF
      • From: Juan Ignacio Leon <email@hidden>
References: 
 >RE: Constant New Port message's for MoreSCF (From: Mark Thomas <email@hidden>)

  • Prev by Date: RE: Constant New Port message's for MoreSCF
  • Next by Date: MS UAM in AFP URL
  • Previous by thread: RE: Constant New Port message's for MoreSCF
  • Next by thread: Re: Constant New Port message's for MoreSCF
  • Index(es):
    • Date
    • Thread