[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

snap-1.1-wjdb/lib/snap_svc_handler.h

Go to the documentation of this file.
00001 /*
00002     snap service handler
00003     main header file
00004     (c) 2003 Willem de Bruijn
00005     some code has been copied from the base SNAP package by Jon Moore
00006     all code falls under the BSD License
00007 */
00008 
00009 #include "packet.h"
00010 
00011 /* intialize and close the service infrastructure */
00012 void snap_svc_handler_init();
00013 void snap_svc_handler_close();
00014 
00015 /* call the above functions (close, init) */
00016 void snap_svc_handler_reinit();
00017 
00018 /* call a service */
00019 int snap_svc_call_service(packet_t *p, char *name);