home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / E-zine / Magazines / crh / freebsd / rootkit / sniffit.0.3.5 / sn_cfgfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-05-27  |  529 b   |  13 lines

  1. /* Sniffit Config File include                                                          */
  2.  
  3. void clear_list_buffer (struct cfg_file_contense *);
  4. struct cfg_file_contense *adjust_select_from_list (void);
  5. struct cfg_file_contense *adjust_select_to_list (void);
  6. struct cfg_file_contense *adjust_deselect_from_list (void);
  7. struct cfg_file_contense *adjust_deselect_to_list (void);
  8. char *clean_string (char *); 
  9. char *clean_filename (char *);
  10. void make_nr_dot (char *);
  11. void interprete_line (char *);
  12. void read_cfg_file (char *);    
  13.