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 "base64.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
int | decode_sniffer (u_char *buf, int len, u_char *obuf, int olen) |
int decode_sniffer | ( | u_char * | buf, |
int | len, | ||
u_char * | obuf, | ||
int | olen | ||
) |
Definition at line 23 of file decode_sniffer.c.
References base64_pton(), obuf, pletohl, pletohs, strlcat(), and strlcpy().