dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
#include "config.h"
#include <sys/types.h>
#include <arpa/nameser.h>
#include <unistd.h>
#include "buf.h"
#include "asn1.h"
Go to the source code of this file.
Functions | |
int | asn1_type (buf_t buf) |
int | asn1_len (buf_t buf) |
int asn1_len | ( | buf_t | buf | ) |
Definition at line 31 of file asn1.c.
References buf_get(), buf_ptr, and buf_skip.
Referenced by decode_ldap(), and decode_snmp().
int asn1_type | ( | buf_t | buf | ) |
Definition at line 20 of file asn1.c.
References buf_get().
Referenced by decode_ldap(), and decode_snmp().