~ubuntu-branches/ubuntu/vivid/ettercap/vivid-proposed

« back to all changes in this revision

Viewing changes to utils/etterfilter/ef_tables.c

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-01-04 18:16:56 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130104181656-cwrnpihky3eauthj
Tags: 1:0.7.5.1-1
* update patches
* new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    along with this program; if not, write to the Free Software
18
18
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
19
 
20
 
    $Id: ef_tables.c,v 1.13 2004/06/25 14:24:30 alor Exp $
21
20
*/
22
21
 
23
22
#include <ef.h>
154
153
      add_virtualpointer(name, level, oname, offset, size);
155
154
   }
156
155
 
157
 
   /* print some nice informations */
 
156
   /* print some nice information */
158
157
   fprintf(stdout, "\n%3d protocol tables loaded:\n", ntables);
159
158
   fprintf(stdout, "\t");
160
159
   SLIST_FOREACH(t, &table_head, next)
307
306
      SLIST_INSERT_HEAD(&const_head, c, next);
308
307
   }
309
308
   
310
 
   /* print some nice informations */
 
309
   /* print some nice information */
311
310
   fprintf(stdout, "\n%3d constants loaded:\n", nconst);
312
311
   fprintf(stdout, "\t");
313
312
   SLIST_FOREACH(c, &const_head, next)