[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  

snaphdr Struct Reference

#include <snap.h>


Data Fields

u_int32_t saddr
u_int32_t daddr
u_int8_t version
u_int8_t flags
u_int16_t sport
u_int16_t entry_point
u_int16_t code_sizeb
u_int16_t heap_sizeb
u_int16_t stack_sizeb

Field Documentation

u_int16_t snaphdr::code_sizeb
 

Definition at line 22 of file snap.h.

Referenced by marshal_packet(), and unmarshal_packet().

u_int32_t snaphdr::daddr
 

Definition at line 17 of file snap.h.

Referenced by init_request(), and main().

u_int16_t snaphdr::entry_point
 

Definition at line 21 of file snap.h.

Referenced by fprintf_packet(), unmarshal_packet(), and yyparse().

u_int8_t snaphdr::flags
 

Definition at line 19 of file snap.h.

Referenced by init_request(), and main().

u_int16_t snaphdr::heap_sizeb
 

Definition at line 23 of file snap.h.

Referenced by marshal_packet(), and unmarshal_packet().

u_int32_t snaphdr::saddr
 

Definition at line 16 of file snap.h.

Referenced by init_request(), and main().

u_int16_t snaphdr::sport
 

Definition at line 20 of file snap.h.

Referenced by fprintf_packet(), init_request(), and main().

u_int16_t snaphdr::stack_sizeb
 

Definition at line 24 of file snap.h.

Referenced by marshal_packet(), and unmarshal_packet().

u_int8_t snaphdr::version
 

Definition at line 18 of file snap.h.

Referenced by init_request(), and main().


The documentation for this struct was generated from the following file: