[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
|
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/utils/snapas.c File Reference#include <assert.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <linux/ip.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "../lib/config.h"
#include "../lib/d_printf.h"
#include "../lib/bytecode.h"
#include "../lib/io.h"
#include "../lib/memalloc.h"
#include "../lib/packet.h"
#include "snapparse.h"
#include "labels.h"
#include "../lib/consts.h"
Include dependency graph for snapas.c:
Go to the source code of this file.
Function Documentation
char* basename |
( |
const char * |
|
) |
|
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
|
Definition at line 55 of file snapas.c.
References cbuf, packet_t::code_max, packet_t::code_min, d_printf(), packet_t::h_alloc_heap_max, packet_t::h_alloc_ptr, hbuf, packet_t::hdr, packet_t::heap_max, packet_t::heap_min, instr_t, packet_t::is_contiguous, buffer_t::lenb, marshal_packet(), memalloc, noop, outfd, parse_cmdline(), patch_jumps(), packet_t::pc, buffer_t::s, sbuf, packet_t::sp, packet_t::stack_max, packet_t::stack_min, value_t, yydebug, and yyparse(). |
void parse_cmdline |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
void usage |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
Variable Documentation
|