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 "decode.h"
Go to the source code of this file.
Data Structures | |
struct | tds_hdr |
struct | tds_login |
struct | tds7_login |
Functions | |
static void | deunicode (u_char *buf, int len) |
static void | tds7_decrypt (u_char *buf, int len) |
int | decode_tds (u_char *buf, int len, u_char *obuf, int olen) |
Variables | |
u_char | tds7_magic1 [] |
int decode_tds | ( | u_char * | buf, |
int | len, | ||
u_char * | obuf, | ||
int | olen | ||
) |
Definition at line 131 of file decode_tds.c.
References deunicode(), tds_hdr::last, obuf, tds_login::passlen, tds7_login::passlen, tds_login::password, pletohs, tds7_login::servlen, tds_hdr::size, strlcat(), tds7_decrypt(), tds_hdr::type, tds_login::userlen, tds7_login::userlen, and tds_login::username.
|
static |
Definition at line 107 of file decode_tds.c.
Referenced by decode_tds().
|
static |
Definition at line 119 of file decode_tds.c.
Referenced by decode_tds().
u_char tds7_magic1[] |
Definition at line 70 of file decode_tds.c.