At 12:40 PM +0200 5/10/02, Holger Klawitter wrote: >please tell me if there is one secret conspiracy wanting users not >to keep track of their internet connections with their palm? :-)
Oops. You found us out. Yes, we had a meeting about this several years ago, and brought up your name specifically. :-) >I am trying to develop an application doing exactly this by trying >to place a dummy library in front of the normal netlib. There I want >to monitor IfUp and IfDown calls. > >But in order to do this cleanly I need the prototypes for all netlib >calls, 9 of them are missing the support files. > >The OS source does not contain the required information either. > >Is there anyone able to help me in just getting the missing prototypes? Are you averse to using assembly language? Taking that approach, you should be able to catch just the IfUp and IfDown calls, and transparently pass-through the other calls. This also has the advantage of supporting future versions of NetLib that may include new calls that no one knows about today and are not documented in any header or source code file. -- Keith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
