File: options.h

package info (click to toggle)
dsniff 2.4b1%2Bdebian-30
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,080 kB
  • sloc: ansic: 10,803; sh: 152; makefile: 127
file content (24 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * options.h
 *
 * Global options.
 *
 * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
 *
 * $Id: options.h,v 1.4 2001/03/15 08:33:06 dugsong Exp $
 */

#ifndef OPTIONS_H
#define OPTIONS_H

extern int	Opt_client;
extern u_short	Opt_dns;
extern int	Opt_debug;
extern int	Opt_magic;
extern int	Opt_read;
extern int	Opt_write;
extern int	Opt_snaplen;
extern int	Opt_lines;

#endif /* OPTIONS_H */