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)
pcaputil.h
Go to the documentation of this file.
1
/*
2
* pcaputil.h
3
*
4
* pcap utility routines.
5
*
6
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
7
*
8
* $Id: pcaputil.h,v 1.2 2001/03/15 08:33:06 dugsong Exp $
9
*/
10
11
#ifndef PCAPUTIL_H
12
#define PCAPUTIL_H
13
14
pcap_t *
pcap_init
(
char
*
intf
,
char
*filter,
int
snaplen);
15
16
int
pcap_dloff
(pcap_t *pd);
17
18
char
*
copy_argv
(
char
**argv);
19
20
#endif
/* PCAPUTIL_H */
copy_argv
char * copy_argv(char **argv)
Definition:
pcaputil.c:101
intf
static char * intf
Definition:
arpspoof.c:32
pcap_dloff
int pcap_dloff(pcap_t *pd)
Definition:
pcaputil.c:35
pcap_init
pcap_t * pcap_init(char *intf, char *filter, int snaplen)
Definition:
pcaputil.c:63
pcaputil.h
Generated by
1.8.16