dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
#include "config.h"
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "buf.h"
#include "asn1.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
int | decode_snmp (u_char *buf, int len, u_char *obuf, int olen) |
int decode_snmp | ( | u_char * | buf, |
int | len, | ||
u_char * | obuf, | ||
int | olen | ||
) |
Definition at line 24 of file decode_snmp.c.
References ASN1_INTEGER, asn1_len(), ASN1_SEQUENCE, ASN1_STRING, asn1_type(), buf_end(), buf_get(), buf_init(), buf_len, buf_putf(), buf_strdup(), buf_tok(), and obuf.