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