dev: mark paths likely/unlikely
[netsniff-ng.git] / staging / directmops.c
blob5d95bd356dddb3c0e0afb5116147516eda2d23dd
1 /*
2 * Mausezahn - A fast versatile traffic generator
3 * Copyright (C) 2008-2010 Herbert Haas
4 *
5 * This program is free software; you can redistribute it and/or modify it under
6 * the terms of the GNU General Public License version 2 as published by the
7 * Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12 * details.
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, see http://www.gnu.org/licenses/gpl-2.0.html
20 #include "mz.h"
21 #include "cli.h"
22 #include "mops.h"
25 int mops_direct(char* dev, int mops_type, char* argstring)
27 printf("Got device {%s} type {%i} and argstring {%s}\n", dev, mops_type, argstring);
29 return 0;