dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
#include "config.h"
#include <sys/types.h>
#include <arpa/nameser.h>
#include <stdio.h>
#include <string.h>
#include "buf.h"
#include "decode.h"
Go to the source code of this file.
Macros | |
#define | MM_SECRET "Thisisastupidwasteoftimeandspace" |
Functions | |
int | decode_mmxp (u_char *buf, int len, u_char *obuf, int olen) |
Variables | |
static u_char * | mm_xor = "Thisisastupidwasteoftimeandspace" |
#define MM_SECRET "Thisisastupidwasteoftimeandspace" |
Definition at line 28 of file decode_mmxp.c.
int decode_mmxp | ( | u_char * | buf, |
int | len, | ||
u_char * | obuf, | ||
int | olen | ||
) |
Definition at line 33 of file decode_mmxp.c.
References buf_cmp(), buf_end(), buf_get(), buf_index(), buf_init(), buf_len, buf_ptr, buf_put(), buf_skip, MM_SECRET, mm_xor, and obuf.
|
static |
Definition at line 30 of file decode_mmxp.c.
Referenced by decode_mmxp().