dsniff
2.4b2
About: A collection of tools for network auditing
Fossies
Dox
:
dsniff-2.4b2.tar.gz
("inofficial" and yet experimental doxygen-generated source code documentation)
magic.h
Go to the documentation of this file.
1
/*
2
* magic.h
3
*
4
* Network application protocol identification, based on file(1) magic.
5
*
6
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
7
*
8
* $Id: magic.h,v 1.3 2001/03/15 08:33:06 dugsong Exp $
9
*/
10
11
#ifndef MAGIC_H
12
#define MAGIC_H
13
14
void
magic_init
(
char
*filename);
15
16
char
*
magic_match
(u_char *
buf
,
int
len);
17
18
#endif
/* MAGIC_H */
magic_init
void magic_init(char *filename)
Definition:
magic.c:502
buf
Definition:
buf.h:14
magic_match
char * magic_match(u_char *buf, int len)
Definition:
magic.c:774
magic.h
Generated by
1.8.16