~ubuntu-branches/debian/experimental/ettercap/experimental

« back to all changes in this revision

Viewing changes to src/ec_parser.c

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-03-27 11:55:24 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130327115524-ahjhvuh03ejcfuui
Tags: 1:0.7.6-2~exp1
Experimental release with IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
      char *opt_end = optarg;
214
214
      while (opt_end && *opt_end) opt_end++;
215
215
      /* enable a loaded filter script? */
216
 
      uint8_t f_enabled = 0;
 
216
      uint8_t f_enabled = 1;
217
217
 
218
218
      switch (c) {
219
219
 
396
396
                  break;
397
397
                  
398
398
         case 'W':
399
 
                  set_wep_key(optarg);
 
399
                  set_wep_key((u_char*)optarg);
400
400
                  break;
401
401
                  
402
402
         case 'a':