~ubuntu-branches/ubuntu/precise/ettercap/precise

« back to all changes in this revision

Viewing changes to src/include/ec_logtofile.h

  • Committer: Bazaar Package Importer
  • Author(s): Murat Demirten
  • Date: 2003-06-21 19:57:18 UTC
  • Revision ID: james.westby@ubuntu.com-20030621195718-qqbbfk18e1djchd9
Tags: upstream-0.6.b
ImportĀ upstreamĀ versionĀ 0.6.b

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#if !defined(EC_LOGTOFILE_H)
 
3
#define EC_LOGTOFILE_H
 
4
 
 
5
 
 
6
extern void LogToFile(SNIFFED_DATA *data);
 
7
extern void LogToFile_Collect(CONNECTION *data);
 
8
 
 
9
extern void LogToFile_FilteredData(u_char * buf_ip);
 
10
extern char *LogToFile_DumpPass(void);
 
11
extern char *LogToFile_MakePassiveReport(char mode);
 
12
 
 
13
#endif
 
14
 
 
15
/* EOF */
 
16
 
 
17
// vim:ts=3:expandtab
 
18