make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=bridgee_mdb_max.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing/wt-4/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing/wt-4/tools/testing/selftests/net/forwarding' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-4/tools/testing/selftests/net/forwarding' make[1]: Entering directory '/home/virtme/testing/wt-4/tools/testing/selftests/net/forwarding' TAP version 13 1..1 # overriding timeout to 21600 # selftests: net/forwarding: bridge_mdb_max.sh # 5.56 [+5.56] INFO: 802.1d tests # 13.61 [+8.05] TEST: cfg4: port: ngroups reporting [ OK ] # 15.36 [+1.75] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 15.37 [+0.01] # 15.37 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 15.37 [+0.00] http://www.netsniff-ng.org # 15.37 [+0.00] # 15.37 [+0.00] Usage: mausezahn [options] [interface] || # 15.37 [+0.00] Options: # 15.37 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 15.37 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 15.38 [+0.00] -4 IPv4 mode (default) # 15.38 [+0.00] -6 IPv6 mode # 15.38 [+0.00] -R Set socket priority # 15.38 [+0.00] -c Send packet count times, default:1, infinite:0 # 15.38 [+0.00] -d Apply delay between transmissions. The delay value can be # 15.39 [+0.00] specified in usec (default, no additional unit needed), or in # 15.39 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 15.39 [+0.00] -r Multiplies the specified delay with a random value # 15.39 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 15.40 [+0.00] -a Use specified source mac address, no matter what has # 15.40 [+0.00] been specified with other arguments; keywords see below, # 15.40 [+0.00] Default is own interface # 15.41 [+0.00] -b Same with destination mac address; keywords: # 15.41 [+0.00] rand Use a random MAC address # 15.41 [+0.00] bc Use a broadcast MAC address # 15.41 [+0.00] own Use own interface MAC address (default for source MAC) # 15.42 [+0.00] stp Use IEEE 802.1d STP multicast address # 15.42 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 15.42 [+0.00] -A Use specified source IP address (default is own interface IP) # 15.43 [+0.00] -B Send packet to specified destination IP or domain name # 15.44 [+0.01] -P Use the specified ASCII payload # 15.44 [+0.00] -f Read the ASCII payload from a file # 15.45 [+0.00] -F Read the hexadecimal payload from a file # 15.45 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 15.45 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 15.46 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 15.46 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 15.46 [+0.00] encapsulations in lower layers, most packet types allow/require # 15.47 [+0.00] additional packet-specific arguments in an ; # 15.47 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 15.47 [+0.00] dns, rtp, syslog, lldp and more; # 15.47 [+0.00] For context-help use 'help' as ! # 15.48 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 15.48 [+0.00] Enter -T help or -T rtp help for further information # 15.48 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 15.49 [+0.00] -V|VV|... Verbose and more verbose mode # 15.49 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 15.49 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 15.49 [+0.00] typically combined with one of the verbose modes (v or V) # 15.50 [+0.00] -v Show version # 15.50 [+0.00] -h Print this help # 15.50 [+0.00] # 15.50 [+0.00] Examples: # 15.50 [+0.00] mausezahn -x 99 # 15.50 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 15.50 [+0.00] mausezahn -t cdp change -c 0 # 15.51 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 15.51 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 15.51 [+0.00] # 15.51 [+0.00] Note: # 15.51 [+0.00] This tool is targeted for network developers! You should # 15.51 [+0.00] be aware of what you are doing and what these options above # 15.52 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 15.52 [+0.00] # 15.52 [+0.00] Please report bugs to # 15.52 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 15.52 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 15.53 [+0.00] Swiss federal institute of technology (ETH Zurich) # 15.53 [+0.00] License: GNU GPL version 2.0 # 15.53 [+0.00] This is free software: you are free to change and redistribute it. # 15.53 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 15.53 [+0.00] # 16.59 [+1.06] mcast_max_groups # 17.64 [+1.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 17.65 [+0.01] # 17.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 17.65 [+0.00] http://www.netsniff-ng.org # 17.65 [+0.00] # 17.65 [+0.00] Usage: mausezahn [options] [interface] || # 17.66 [+0.00] Options: # 17.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 17.66 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 17.67 [+0.00] -4 IPv4 mode (default) # 17.67 [+0.00] -6 IPv6 mode # 17.67 [+0.00] -R Set socket priority # 17.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 17.67 [+0.00] -d Apply delay between transmissions. The delay value can be # 17.68 [+0.00] specified in usec (default, no additional unit needed), or in # 17.68 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 17.68 [+0.00] -r Multiplies the specified delay with a random value # 17.69 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 17.69 [+0.00] -a Use specified source mac address, no matter what has # 17.69 [+0.00] been specified with other arguments; keywords see below, # 17.70 [+0.00] Default is own interface # 17.70 [+0.01] -b Same with destination mac address; keywords: # 17.71 [+0.01] rand Use a random MAC address # 17.71 [+0.00] bc Use a broadcast MAC address # 17.72 [+0.00] own Use own interface MAC address (default for source MAC) # 17.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 17.72 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 17.72 [+0.00] -A Use specified source IP address (default is own interface IP) # 17.73 [+0.00] -B Send packet to specified destination IP or domain name # 17.73 [+0.00] -P Use the specified ASCII payload # 17.73 [+0.00] -f Read the ASCII payload from a file # 17.74 [+0.00] -F Read the hexadecimal payload from a file # 17.74 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 17.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 17.75 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 17.75 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 17.75 [+0.00] encapsulations in lower layers, most packet types allow/require # 17.76 [+0.00] additional packet-specific arguments in an ; # 17.76 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 17.76 [+0.00] dns, rtp, syslog, lldp and more; # 17.76 [+0.00] For context-help use 'help' as ! # 17.77 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 17.77 [+0.00] Enter -T help or -T rtp help for further information # 17.78 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 17.78 [+0.00] -V|VV|... Verbose and more verbose mode # 17.78 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 17.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 17.79 [+0.00] typically combined with one of the verbose modes (v or V) # 17.79 [+0.00] -v Show version # 17.79 [+0.00] -h Print this help # 17.79 [+0.00] # 17.79 [+0.00] Examples: # 17.79 [+0.00] mausezahn -x 99 # 17.80 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 17.80 [+0.00] mausezahn -t cdp change -c 0 # 17.80 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 17.80 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 17.80 [+0.00] # 17.80 [+0.00] Note: # 17.80 [+0.00] This tool is targeted for network developers! You should # 17.81 [+0.00] be aware of what you are doing and what these options above # 17.81 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 17.81 [+0.00] # 17.81 [+0.00] Please report bugs to # 17.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 17.82 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 17.82 [+0.00] Swiss federal institute of technology (ETH Zurich) # 17.82 [+0.00] License: GNU GPL version 2.0 # 17.83 [+0.00] This is free software: you are free to change and redistribute it. # 17.83 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 17.83 [+0.00] # 18.98 [+1.14] TEST: ctl4: port: ngroups reporting [FAIL] # 18.98 [+0.00] Number of groups was 5, now is 5, but 10 expected # 20.23 [+1.25] TEST: cfg6: port: ngroups reporting [ OK ] # 23.15 [+2.92] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 23.16 [+0.01] # 23.16 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 23.16 [+0.00] http://www.netsniff-ng.org # 23.16 [+0.00] # 23.16 [+0.00] Usage: mausezahn [options] [interface] || # 23.16 [+0.00] Options: # 23.16 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 23.17 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 23.17 [+0.00] -4 IPv4 mode (default) # 23.17 [+0.00] -6 IPv6 mode # 23.17 [+0.00] -R Set socket priority # 23.18 [+0.00] -c Send packet count times, default:1, infinite:0 # 23.18 [+0.00] -d Apply delay between transmissions. The delay value can be # 23.18 [+0.00] specified in usec (default, no additional unit needed), or in # 23.18 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 23.19 [+0.00] -r Multiplies the specified delay with a random value # 23.19 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 23.19 [+0.00] -a Use specified source mac address, no matter what has # 23.20 [+0.00] been specified with other arguments; keywords see below, # 23.20 [+0.00] Default is own interface # 23.20 [+0.00] -b Same with destination mac address; keywords: # 23.21 [+0.00] rand Use a random MAC address # 23.21 [+0.00] bc Use a broadcast MAC address # 23.21 [+0.00] own Use own interface MAC address (default for source MAC) # 23.21 [+0.00] stp Use IEEE 802.1d STP multicast address # 23.22 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 23.22 [+0.01] -A Use specified source IP address (default is own interface IP) # 23.24 [+0.02] -B Send packet to specified destination IP or domain name # 23.25 [+0.00] -P Use the specified ASCII payload # 23.25 [+0.00] -f Read the ASCII payload from a file # 23.25 [+0.00] -F Read the hexadecimal payload from a file # 23.25 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 23.26 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 23.26 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 23.26 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 23.27 [+0.00] encapsulations in lower layers, most packet types allow/require # 23.27 [+0.00] additional packet-specific arguments in an ; # 23.27 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 23.28 [+0.00] dns, rtp, syslog, lldp and more; # 23.28 [+0.00] For context-help use 'help' as ! # 23.28 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 23.28 [+0.00] Enter -T help or -T rtp help for further information # 23.29 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 23.29 [+0.00] -V|VV|... Verbose and more verbose mode # 23.29 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 23.30 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 23.30 [+0.00] typically combined with one of the verbose modes (v or V) # 23.30 [+0.00] -v Show version # 23.30 [+0.00] -h Print this help # 23.31 [+0.00] # 23.31 [+0.00] Examples: # 23.31 [+0.00] mausezahn -x 99 # 23.31 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 23.31 [+0.00] mausezahn -t cdp change -c 0 # 23.31 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 23.31 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 23.32 [+0.00] # 23.32 [+0.00] Note: # 23.32 [+0.00] This tool is targeted for network developers! You should # 23.32 [+0.00] be aware of what you are doing and what these options above # 23.32 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 23.32 [+0.00] # 23.32 [+0.00] Please report bugs to # 23.33 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 23.33 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 23.33 [+0.00] Swiss federal institute of technology (ETH Zurich) # 23.33 [+0.00] License: GNU GPL version 2.0 # 23.33 [+0.00] This is free software: you are free to change and redistribute it. # 23.34 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 23.34 [+0.00] # 24.40 [+1.07] mcast_max_groups # 26.59 [+2.18] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 26.60 [+0.01] # 26.60 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 26.60 [+0.00] http://www.netsniff-ng.org # 26.60 [+0.00] # 26.60 [+0.00] Usage: mausezahn [options] [interface] || # 26.60 [+0.00] Options: # 26.60 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 26.61 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 26.61 [+0.00] -4 IPv4 mode (default) # 26.61 [+0.00] -6 IPv6 mode # 26.61 [+0.00] -R Set socket priority # 26.62 [+0.00] -c Send packet count times, default:1, infinite:0 # 26.62 [+0.00] -d Apply delay between transmissions. The delay value can be # 26.62 [+0.00] specified in usec (default, no additional unit needed), or in # 26.62 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 26.63 [+0.00] -r Multiplies the specified delay with a random value # 26.63 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 26.63 [+0.00] -a Use specified source mac address, no matter what has # 26.64 [+0.00] been specified with other arguments; keywords see below, # 26.64 [+0.01] Default is own interface # 26.66 [+0.02] -b Same with destination mac address; keywords: # 26.67 [+0.00] rand Use a random MAC address # 26.67 [+0.00] bc Use a broadcast MAC address # 26.67 [+0.00] own Use own interface MAC address (default for source MAC) # 26.67 [+0.00] stp Use IEEE 802.1d STP multicast address # 26.67 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 26.67 [+0.00] -A Use specified source IP address (default is own interface IP) # 26.68 [+0.00] -B Send packet to specified destination IP or domain name # 26.68 [+0.00] -P Use the specified ASCII payload # 26.68 [+0.00] -f Read the ASCII payload from a file # 26.68 [+0.00] -F Read the hexadecimal payload from a file # 26.68 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 26.68 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 26.69 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 26.69 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 26.69 [+0.00] encapsulations in lower layers, most packet types allow/require # 26.69 [+0.00] additional packet-specific arguments in an ; # 26.69 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 26.69 [+0.00] dns, rtp, syslog, lldp and more; # 26.70 [+0.00] For context-help use 'help' as ! # 26.70 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 26.70 [+0.00] Enter -T help or -T rtp help for further information # 26.70 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 26.70 [+0.00] -V|VV|... Verbose and more verbose mode # 26.70 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 26.71 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 26.71 [+0.00] typically combined with one of the verbose modes (v or V) # 26.71 [+0.00] -v Show version # 26.71 [+0.00] -h Print this help # 26.71 [+0.00] # 26.71 [+0.00] Examples: # 26.71 [+0.00] mausezahn -x 99 # 26.71 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 26.71 [+0.00] mausezahn -t cdp change -c 0 # 26.71 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 26.72 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 26.72 [+0.00] # 26.72 [+0.00] Note: # 26.72 [+0.00] This tool is targeted for network developers! You should # 26.72 [+0.00] be aware of what you are doing and what these options above # 26.72 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 26.72 [+0.00] # 26.72 [+0.00] Please report bugs to # 26.72 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 26.73 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 26.73 [+0.00] Swiss federal institute of technology (ETH Zurich) # 26.73 [+0.00] License: GNU GPL version 2.0 # 26.73 [+0.00] This is free software: you are free to change and redistribute it. # 26.73 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 26.73 [+0.00] # 27.91 [+1.18] TEST: ctl6: port: ngroups reporting [FAIL] # 27.91 [+0.00] Number of groups was 5, now is 5, but 10 expected # 29.25 [+1.33] TEST: cfg4: port maxgroups: reporting and treatment of 0 [ OK ] # 31.85 [+2.60] TEST: cfg4: port maxgroups: configure below ngroups [ OK ] # 32.91 [+1.07] TEST: cfg4: port maxgroups: add too many MDB entries [ OK ] # 35.07 [+2.16] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 35.07 [+0.01] # 35.07 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 35.08 [+0.00] http://www.netsniff-ng.org # 35.08 [+0.00] # 35.08 [+0.00] Usage: mausezahn [options] [interface] || # 35.08 [+0.00] Options: # 35.08 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 35.08 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 35.09 [+0.00] -4 IPv4 mode (default) # 35.09 [+0.00] -6 IPv6 mode # 35.09 [+0.00] -R Set socket priority # 35.09 [+0.00] -c Send packet count times, default:1, infinite:0 # 35.09 [+0.00] -d Apply delay between transmissions. The delay value can be # 35.10 [+0.00] specified in usec (default, no additional unit needed), or in # 35.10 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 35.10 [+0.00] -r Multiplies the specified delay with a random value # 35.10 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 35.11 [+0.00] -a Use specified source mac address, no matter what has # 35.11 [+0.00] been specified with other arguments; keywords see below, # 35.11 [+0.00] Default is own interface # 35.11 [+0.00] -b Same with destination mac address; keywords: # 35.12 [+0.00] rand Use a random MAC address # 35.12 [+0.00] bc Use a broadcast MAC address # 35.12 [+0.00] own Use own interface MAC address (default for source MAC) # 35.12 [+0.00] stp Use IEEE 802.1d STP multicast address # 35.12 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 35.13 [+0.00] -A Use specified source IP address (default is own interface IP) # 35.13 [+0.00] -B Send packet to specified destination IP or domain name # 35.13 [+0.00] -P Use the specified ASCII payload # 35.13 [+0.00] -f Read the ASCII payload from a file # 35.13 [+0.00] -F Read the hexadecimal payload from a file # 35.14 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 35.14 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 35.14 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 35.14 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 35.15 [+0.00] encapsulations in lower layers, most packet types allow/require # 35.15 [+0.00] additional packet-specific arguments in an ; # 35.15 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 35.16 [+0.01] dns, rtp, syslog, lldp and more; # 35.16 [+0.00] For context-help use 'help' as ! # 35.17 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 35.17 [+0.00] Enter -T help or -T rtp help for further information # 35.17 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 35.17 [+0.00] -V|VV|... Verbose and more verbose mode # 35.17 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 35.18 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 35.18 [+0.00] typically combined with one of the verbose modes (v or V) # 35.18 [+0.00] -v Show version # 35.18 [+0.00] -h Print this help # 35.18 [+0.00] # 35.19 [+0.00] Examples: # 35.19 [+0.00] mausezahn -x 99 # 35.19 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 35.19 [+0.00] mausezahn -t cdp change -c 0 # 35.19 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 35.19 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 35.19 [+0.00] # 35.19 [+0.00] Note: # 35.19 [+0.00] This tool is targeted for network developers! You should # 35.19 [+0.00] be aware of what you are doing and what these options above # 35.19 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 35.20 [+0.00] # 35.20 [+0.00] Please report bugs to # 35.20 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 35.20 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 35.20 [+0.00] Swiss federal institute of technology (ETH Zurich) # 35.20 [+0.00] License: GNU GPL version 2.0 # 35.20 [+0.00] This is free software: you are free to change and redistribute it. # 35.20 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 35.20 [+0.00] # 36.31 [+1.10] mcast_max_groups # 37.26 [+0.95] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 37.26 [+0.00] # 37.26 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 37.27 [+0.00] http://www.netsniff-ng.org # 37.27 [+0.00] # 37.27 [+0.00] Usage: mausezahn [options] [interface] || # 37.27 [+0.00] Options: # 37.27 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 37.27 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 37.27 [+0.00] -4 IPv4 mode (default) # 37.28 [+0.00] -6 IPv6 mode # 37.28 [+0.00] -R Set socket priority # 37.28 [+0.00] -c Send packet count times, default:1, infinite:0 # 37.28 [+0.00] -d Apply delay between transmissions. The delay value can be # 37.28 [+0.00] specified in usec (default, no additional unit needed), or in # 37.28 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 37.29 [+0.00] -r Multiplies the specified delay with a random value # 37.29 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 37.29 [+0.00] -a Use specified source mac address, no matter what has # 37.29 [+0.00] been specified with other arguments; keywords see below, # 37.29 [+0.00] Default is own interface # 37.29 [+0.00] -b Same with destination mac address; keywords: # 37.30 [+0.00] rand Use a random MAC address # 37.30 [+0.00] bc Use a broadcast MAC address # 37.30 [+0.00] own Use own interface MAC address (default for source MAC) # 37.30 [+0.00] stp Use IEEE 802.1d STP multicast address # 37.30 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 37.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 37.31 [+0.00] -B Send packet to specified destination IP or domain name # 37.31 [+0.00] -P Use the specified ASCII payload # 37.31 [+0.00] -f Read the ASCII payload from a file # 37.31 [+0.00] -F Read the hexadecimal payload from a file # 37.31 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 37.31 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 37.32 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 37.32 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 37.32 [+0.00] encapsulations in lower layers, most packet types allow/require # 37.32 [+0.00] additional packet-specific arguments in an ; # 37.32 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 37.32 [+0.00] dns, rtp, syslog, lldp and more; # 37.33 [+0.00] For context-help use 'help' as ! # 37.33 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 37.33 [+0.00] Enter -T help or -T rtp help for further information # 37.33 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 37.33 [+0.00] -V|VV|... Verbose and more verbose mode # 37.33 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 37.34 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 37.34 [+0.00] typically combined with one of the verbose modes (v or V) # 37.34 [+0.00] -v Show version # 37.34 [+0.00] -h Print this help # 37.34 [+0.00] # 37.34 [+0.00] Examples: # 37.34 [+0.00] mausezahn -x 99 # 37.34 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 37.34 [+0.00] mausezahn -t cdp change -c 0 # 37.34 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 37.35 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 37.35 [+0.00] # 37.35 [+0.00] Note: # 37.35 [+0.00] This tool is targeted for network developers! You should # 37.35 [+0.00] be aware of what you are doing and what these options above # 37.35 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 37.35 [+0.00] # 37.35 [+0.00] Please report bugs to # 37.35 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 37.36 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 37.36 [+0.00] Swiss federal institute of technology (ETH Zurich) # 37.36 [+0.00] License: GNU GPL version 2.0 # 37.36 [+0.00] This is free software: you are free to change and redistribute it. # 37.36 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 37.36 [+0.00] # 38.56 [+1.20] TEST: ctl4: port maxgroups: reporting and treatment of 0 [FAIL] # 38.56 [+0.00] Adding 5 MDB entries failed but should have passed # 40.24 [+1.67] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 40.25 [+0.02] # 40.25 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 40.25 [+0.00] http://www.netsniff-ng.org # 40.26 [+0.00] # 40.26 [+0.00] Usage: mausezahn [options] [interface] || # 40.26 [+0.00] Options: # 40.26 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 40.26 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 40.26 [+0.00] -4 IPv4 mode (default) # 40.27 [+0.00] -6 IPv6 mode # 40.27 [+0.00] -R Set socket priority # 40.27 [+0.00] -c Send packet count times, default:1, infinite:0 # 40.27 [+0.00] -d Apply delay between transmissions. The delay value can be # 40.27 [+0.00] specified in usec (default, no additional unit needed), or in # 40.28 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 40.28 [+0.00] -r Multiplies the specified delay with a random value # 40.28 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 40.28 [+0.00] -a Use specified source mac address, no matter what has # 40.29 [+0.00] been specified with other arguments; keywords see below, # 40.29 [+0.00] Default is own interface # 40.29 [+0.00] -b Same with destination mac address; keywords: # 40.29 [+0.00] rand Use a random MAC address # 40.29 [+0.00] bc Use a broadcast MAC address # 40.29 [+0.00] own Use own interface MAC address (default for source MAC) # 40.30 [+0.00] stp Use IEEE 802.1d STP multicast address # 40.30 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 40.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 40.30 [+0.00] -B Send packet to specified destination IP or domain name # 40.31 [+0.00] -P Use the specified ASCII payload # 40.31 [+0.00] -f Read the ASCII payload from a file # 40.31 [+0.00] -F Read the hexadecimal payload from a file # 40.31 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 40.31 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 40.32 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 40.32 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 40.32 [+0.01] encapsulations in lower layers, most packet types allow/require # 40.33 [+0.01] additional packet-specific arguments in an ; # 40.33 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 40.34 [+0.00] dns, rtp, syslog, lldp and more; # 40.34 [+0.00] For context-help use 'help' as ! # 40.34 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 40.34 [+0.00] Enter -T help or -T rtp help for further information # 40.35 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 40.35 [+0.00] -V|VV|... Verbose and more verbose mode # 40.35 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 40.35 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 40.36 [+0.00] typically combined with one of the verbose modes (v or V) # 40.36 [+0.00] -v Show version # 40.36 [+0.00] -h Print this help # 40.36 [+0.00] # 40.36 [+0.00] Examples: # 40.36 [+0.00] mausezahn -x 99 # 40.36 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 40.36 [+0.00] mausezahn -t cdp change -c 0 # 40.36 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 40.37 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 40.37 [+0.00] # 40.37 [+0.00] Note: # 40.37 [+0.00] This tool is targeted for network developers! You should # 40.37 [+0.00] be aware of what you are doing and what these options above # 40.37 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 40.37 [+0.00] # 40.37 [+0.00] Please report bugs to # 40.38 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 40.38 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 40.38 [+0.00] Swiss federal institute of technology (ETH Zurich) # 40.38 [+0.00] License: GNU GPL version 2.0 # 40.38 [+0.00] This is free software: you are free to change and redistribute it. # 40.38 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 40.38 [+0.00] # 41.47 [+1.09] mcast_max_groups # 45.24 [+3.76] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 45.25 [+0.01] # 45.25 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 45.25 [+0.00] http://www.netsniff-ng.org # 45.25 [+0.00] # 45.25 [+0.00] Usage: mausezahn [options] [interface] || # 45.25 [+0.00] Options: # 45.25 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 45.26 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 45.26 [+0.00] -4 IPv4 mode (default) # 45.26 [+0.00] -6 IPv6 mode # 45.26 [+0.00] -R Set socket priority # 45.26 [+0.00] -c Send packet count times, default:1, infinite:0 # 45.27 [+0.00] -d Apply delay between transmissions. The delay value can be # 45.27 [+0.00] specified in usec (default, no additional unit needed), or in # 45.27 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 45.28 [+0.00] -r Multiplies the specified delay with a random value # 45.28 [+0.01] -p Pad the raw frame to specified length (using random bytes) # 45.29 [+0.01] -a Use specified source mac address, no matter what has # 45.30 [+0.00] been specified with other arguments; keywords see below, # 45.30 [+0.00] Default is own interface # 45.30 [+0.00] -b Same with destination mac address; keywords: # 45.30 [+0.00] rand Use a random MAC address # 45.31 [+0.00] bc Use a broadcast MAC address # 45.31 [+0.00] own Use own interface MAC address (default for source MAC) # 45.31 [+0.00] stp Use IEEE 802.1d STP multicast address # 45.31 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 45.32 [+0.00] -A Use specified source IP address (default is own interface IP) # 45.32 [+0.00] -B Send packet to specified destination IP or domain name # 45.32 [+0.00] -P Use the specified ASCII payload # 45.33 [+0.00] -f Read the ASCII payload from a file # 45.33 [+0.00] -F Read the hexadecimal payload from a file # 45.33 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 45.33 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 45.34 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 45.34 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 45.34 [+0.00] encapsulations in lower layers, most packet types allow/require # 45.35 [+0.00] additional packet-specific arguments in an ; # 45.35 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 45.35 [+0.00] dns, rtp, syslog, lldp and more; # 45.36 [+0.00] For context-help use 'help' as ! # 45.36 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 45.36 [+0.00] Enter -T help or -T rtp help for further information # 45.36 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 45.37 [+0.00] -V|VV|... Verbose and more verbose mode # 45.37 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 45.37 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 45.38 [+0.00] typically combined with one of the verbose modes (v or V) # 45.38 [+0.00] -v Show version # 45.38 [+0.00] -h Print this help # 45.38 [+0.00] # 45.38 [+0.00] Examples: # 45.38 [+0.00] mausezahn -x 99 # 45.38 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 45.39 [+0.00] mausezahn -t cdp change -c 0 # 45.39 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 45.39 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 45.39 [+0.00] # 45.39 [+0.00] Note: # 45.39 [+0.00] This tool is targeted for network developers! You should # 45.40 [+0.00] be aware of what you are doing and what these options above # 45.40 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 45.40 [+0.00] # 45.40 [+0.00] Please report bugs to # 45.40 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 45.41 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 45.41 [+0.00] Swiss federal institute of technology (ETH Zurich) # 45.41 [+0.00] License: GNU GPL version 2.0 # 45.41 [+0.00] This is free software: you are free to change and redistribute it. # 45.41 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 45.42 [+0.00] # 47.72 [+2.31] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 47.73 [+0.01] # 47.73 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 47.73 [+0.00] http://www.netsniff-ng.org # 47.73 [+0.00] # 47.73 [+0.00] Usage: mausezahn [options] [interface] || # 47.73 [+0.00] Options: # 47.74 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 47.74 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 47.74 [+0.00] -4 IPv4 mode (default) # 47.74 [+0.00] -6 IPv6 mode # 47.74 [+0.00] -R Set socket priority # 47.74 [+0.00] -c Send packet count times, default:1, infinite:0 # 47.75 [+0.00] -d Apply delay between transmissions. The delay value can be # 47.75 [+0.00] specified in usec (default, no additional unit needed), or in # 47.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 47.75 [+0.00] -r Multiplies the specified delay with a random value # 47.76 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 47.76 [+0.00] -a Use specified source mac address, no matter what has # 47.76 [+0.00] been specified with other arguments; keywords see below, # 47.76 [+0.00] Default is own interface # 47.77 [+0.00] -b Same with destination mac address; keywords: # 47.77 [+0.00] rand Use a random MAC address # 47.77 [+0.00] bc Use a broadcast MAC address # 47.77 [+0.00] own Use own interface MAC address (default for source MAC) # 47.77 [+0.00] stp Use IEEE 802.1d STP multicast address # 47.78 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 47.78 [+0.01] -A Use specified source IP address (default is own interface IP) # 47.81 [+0.03] -B Send packet to specified destination IP or domain name # 47.82 [+0.00] -P Use the specified ASCII payload # 47.82 [+0.00] -f Read the ASCII payload from a file # 47.82 [+0.00] -F Read the hexadecimal payload from a file # 47.82 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 47.83 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 47.83 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 47.83 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 47.83 [+0.00] encapsulations in lower layers, most packet types allow/require # 47.84 [+0.00] additional packet-specific arguments in an ; # 47.84 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 47.84 [+0.00] dns, rtp, syslog, lldp and more; # 47.85 [+0.00] For context-help use 'help' as ! # 47.85 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 47.85 [+0.00] Enter -T help or -T rtp help for further information # 47.86 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 47.86 [+0.00] -V|VV|... Verbose and more verbose mode # 47.86 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 47.87 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 47.87 [+0.00] typically combined with one of the verbose modes (v or V) # 47.87 [+0.00] -v Show version # 47.87 [+0.00] -h Print this help # 47.87 [+0.00] # 47.87 [+0.00] Examples: # 47.87 [+0.00] mausezahn -x 99 # 47.88 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 47.88 [+0.00] mausezahn -t cdp change -c 0 # 47.88 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 47.88 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 47.88 [+0.00] # 47.88 [+0.00] Note: # 47.88 [+0.00] This tool is targeted for network developers! You should # 47.89 [+0.00] be aware of what you are doing and what these options above # 47.89 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 47.89 [+0.00] # 47.89 [+0.00] Please report bugs to # 47.89 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 47.89 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 47.89 [+0.00] Swiss federal institute of technology (ETH Zurich) # 47.90 [+0.00] License: GNU GPL version 2.0 # 47.90 [+0.00] This is free software: you are free to change and redistribute it. # 47.90 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 47.90 [+0.00] # 48.96 [+1.06] mcast_max_groups # 49.98 [+1.02] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 49.99 [+0.01] # 49.99 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 49.99 [+0.00] http://www.netsniff-ng.org # 49.99 [+0.00] # 49.99 [+0.00] Usage: mausezahn [options] [interface] || # 49.99 [+0.00] Options: # 49.99 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 50.00 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 50.00 [+0.00] -4 IPv4 mode (default) # 50.00 [+0.00] -6 IPv6 mode # 50.00 [+0.00] -R Set socket priority # 50.00 [+0.00] -c Send packet count times, default:1, infinite:0 # 50.00 [+0.00] -d Apply delay between transmissions. The delay value can be # 50.01 [+0.00] specified in usec (default, no additional unit needed), or in # 50.01 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 50.01 [+0.00] -r Multiplies the specified delay with a random value # 50.01 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 50.02 [+0.00] -a Use specified source mac address, no matter what has # 50.02 [+0.00] been specified with other arguments; keywords see below, # 50.02 [+0.00] Default is own interface # 50.02 [+0.00] -b Same with destination mac address; keywords: # 50.03 [+0.00] rand Use a random MAC address # 50.03 [+0.00] bc Use a broadcast MAC address # 50.03 [+0.00] own Use own interface MAC address (default for source MAC) # 50.03 [+0.00] stp Use IEEE 802.1d STP multicast address # 50.03 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 50.04 [+0.00] -A Use specified source IP address (default is own interface IP) # 50.04 [+0.00] -B Send packet to specified destination IP or domain name # 50.04 [+0.00] -P Use the specified ASCII payload # 50.05 [+0.00] -f Read the ASCII payload from a file # 50.06 [+0.01] -F Read the hexadecimal payload from a file # 50.06 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 50.06 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 50.06 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 50.07 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 50.07 [+0.00] encapsulations in lower layers, most packet types allow/require # 50.07 [+0.00] additional packet-specific arguments in an ; # 50.07 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 50.08 [+0.00] dns, rtp, syslog, lldp and more; # 50.08 [+0.00] For context-help use 'help' as ! # 50.08 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 50.08 [+0.00] Enter -T help or -T rtp help for further information # 50.09 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 50.09 [+0.00] -V|VV|... Verbose and more verbose mode # 50.09 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 50.09 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 50.10 [+0.00] typically combined with one of the verbose modes (v or V) # 50.10 [+0.00] -v Show version # 50.10 [+0.00] -h Print this help # 50.10 [+0.00] # 50.10 [+0.00] Examples: # 50.10 [+0.00] mausezahn -x 99 # 50.10 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 50.10 [+0.00] mausezahn -t cdp change -c 0 # 50.10 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 50.11 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 50.11 [+0.00] # 50.11 [+0.00] Note: # 50.11 [+0.00] This tool is targeted for network developers! You should # 50.11 [+0.00] be aware of what you are doing and what these options above # 50.11 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 50.11 [+0.00] # 50.11 [+0.00] Please report bugs to # 50.12 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 50.12 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 50.12 [+0.00] Swiss federal institute of technology (ETH Zurich) # 50.12 [+0.00] License: GNU GPL version 2.0 # 50.12 [+0.00] This is free software: you are free to change and redistribute it. # 50.12 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 50.13 [+0.00] # 51.33 [+1.20] TEST: ctl4: port maxgroups: configure below ngroups [FAIL] # 51.33 [+0.00] dev veth1: Adding more entries failed # 55.37 [+4.04] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 55.38 [+0.01] # 55.38 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 55.38 [+0.00] http://www.netsniff-ng.org # 55.38 [+0.00] # 55.38 [+0.00] Usage: mausezahn [options] [interface] || # 55.39 [+0.00] Options: # 55.39 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 55.39 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 55.39 [+0.00] -4 IPv4 mode (default) # 55.39 [+0.00] -6 IPv6 mode # 55.39 [+0.00] -R Set socket priority # 55.40 [+0.00] -c Send packet count times, default:1, infinite:0 # 55.40 [+0.00] -d Apply delay between transmissions. The delay value can be # 55.40 [+0.00] specified in usec (default, no additional unit needed), or in # 55.40 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 55.41 [+0.00] -r Multiplies the specified delay with a random value # 55.41 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 55.41 [+0.00] -a Use specified source mac address, no matter what has # 55.41 [+0.00] been specified with other arguments; keywords see below, # 55.42 [+0.00] Default is own interface # 55.42 [+0.00] -b Same with destination mac address; keywords: # 55.42 [+0.00] rand Use a random MAC address # 55.42 [+0.00] bc Use a broadcast MAC address # 55.42 [+0.00] own Use own interface MAC address (default for source MAC) # 55.43 [+0.00] stp Use IEEE 802.1d STP multicast address # 55.43 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 55.43 [+0.00] -A Use specified source IP address (default is own interface IP) # 55.43 [+0.00] -B Send packet to specified destination IP or domain name # 55.43 [+0.00] -P Use the specified ASCII payload # 55.44 [+0.00] -f Read the ASCII payload from a file # 55.44 [+0.00] -F Read the hexadecimal payload from a file # 55.44 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 55.44 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 55.44 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 55.44 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 55.45 [+0.00] encapsulations in lower layers, most packet types allow/require # 55.45 [+0.00] additional packet-specific arguments in an ; # 55.45 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 55.45 [+0.00] dns, rtp, syslog, lldp and more; # 55.45 [+0.00] For context-help use 'help' as ! # 55.45 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 55.46 [+0.00] Enter -T help or -T rtp help for further information # 55.46 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 55.46 [+0.00] -V|VV|... Verbose and more verbose mode # 55.46 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 55.46 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 55.47 [+0.00] typically combined with one of the verbose modes (v or V) # 55.47 [+0.00] -v Show version # 55.47 [+0.00] -h Print this help # 55.47 [+0.00] # 55.47 [+0.00] Examples: # 55.47 [+0.00] mausezahn -x 99 # 55.47 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 55.47 [+0.00] mausezahn -t cdp change -c 0 # 55.47 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 55.47 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 55.48 [+0.00] # 55.48 [+0.00] Note: # 55.48 [+0.00] This tool is targeted for network developers! You should # 55.48 [+0.00] be aware of what you are doing and what these options above # 55.48 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 55.48 [+0.00] # 55.48 [+0.00] Please report bugs to # 55.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 55.48 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 55.48 [+0.00] Swiss federal institute of technology (ETH Zurich) # 55.49 [+0.00] License: GNU GPL version 2.0 # 55.49 [+0.00] This is free software: you are free to change and redistribute it. # 55.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 55.49 [+0.00] # 56.94 [+1.45] TEST: ctl4: port maxgroups: add too many MDB entries [ OK ] # 58.39 [+1.46] TEST: cfg6: port maxgroups: reporting and treatment of 0 [ OK ] # 61.04 [+2.64] TEST: cfg6: port maxgroups: configure below ngroups [ OK ] # 62.10 [+1.06] TEST: cfg6: port maxgroups: add too many MDB entries [ OK ] # 65.37 [+3.28] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 65.39 [+0.02] # 65.39 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 65.39 [+0.00] http://www.netsniff-ng.org # 65.40 [+0.00] # 65.40 [+0.00] Usage: mausezahn [options] [interface] || # 65.40 [+0.00] Options: # 65.40 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 65.40 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 65.40 [+0.00] -4 IPv4 mode (default) # 65.41 [+0.00] -6 IPv6 mode # 65.41 [+0.00] -R Set socket priority # 65.41 [+0.00] -c Send packet count times, default:1, infinite:0 # 65.41 [+0.00] -d Apply delay between transmissions. The delay value can be # 65.41 [+0.00] specified in usec (default, no additional unit needed), or in # 65.42 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 65.42 [+0.00] -r Multiplies the specified delay with a random value # 65.42 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 65.42 [+0.00] -a Use specified source mac address, no matter what has # 65.43 [+0.00] been specified with other arguments; keywords see below, # 65.45 [+0.02] Default is own interface # 65.45 [+0.00] -b Same with destination mac address; keywords: # 65.45 [+0.00] rand Use a random MAC address # 65.45 [+0.00] bc Use a broadcast MAC address # 65.45 [+0.00] own Use own interface MAC address (default for source MAC) # 65.46 [+0.00] stp Use IEEE 802.1d STP multicast address # 65.46 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 65.46 [+0.00] -A Use specified source IP address (default is own interface IP) # 65.46 [+0.00] -B Send packet to specified destination IP or domain name # 65.47 [+0.00] -P Use the specified ASCII payload # 65.47 [+0.00] -f Read the ASCII payload from a file # 65.47 [+0.00] -F Read the hexadecimal payload from a file # 65.47 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 65.47 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 65.48 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 65.48 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 65.48 [+0.00] encapsulations in lower layers, most packet types allow/require # 65.49 [+0.00] additional packet-specific arguments in an ; # 65.49 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 65.49 [+0.00] dns, rtp, syslog, lldp and more; # 65.49 [+0.00] For context-help use 'help' as ! # 65.50 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 65.50 [+0.00] Enter -T help or -T rtp help for further information # 65.50 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 65.50 [+0.00] -V|VV|... Verbose and more verbose mode # 65.50 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 65.51 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 65.51 [+0.00] typically combined with one of the verbose modes (v or V) # 65.51 [+0.00] -v Show version # 65.51 [+0.00] -h Print this help # 65.51 [+0.00] # 65.51 [+0.00] Examples: # 65.51 [+0.00] mausezahn -x 99 # 65.51 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 65.52 [+0.00] mausezahn -t cdp change -c 0 # 65.52 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 65.52 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 65.52 [+0.00] # 65.52 [+0.00] Note: # 65.52 [+0.00] This tool is targeted for network developers! You should # 65.52 [+0.00] be aware of what you are doing and what these options above # 65.52 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 65.53 [+0.00] # 65.53 [+0.00] Please report bugs to # 65.53 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 65.53 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 65.53 [+0.00] Swiss federal institute of technology (ETH Zurich) # 65.53 [+0.00] License: GNU GPL version 2.0 # 65.53 [+0.00] This is free software: you are free to change and redistribute it. # 65.54 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 65.54 [+0.00] # 66.67 [+1.13] mcast_max_groups # 68.59 [+1.92] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 68.60 [+0.00] # 68.60 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 68.60 [+0.00] http://www.netsniff-ng.org # 68.60 [+0.00] # 68.60 [+0.00] Usage: mausezahn [options] [interface] || # 68.60 [+0.00] Options: # 68.60 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 68.60 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 68.60 [+0.00] -4 IPv4 mode (default) # 68.61 [+0.00] -6 IPv6 mode # 68.61 [+0.00] -R Set socket priority # 68.61 [+0.00] -c Send packet count times, default:1, infinite:0 # 68.61 [+0.00] -d Apply delay between transmissions. The delay value can be # 68.61 [+0.00] specified in usec (default, no additional unit needed), or in # 68.61 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 68.62 [+0.00] -r Multiplies the specified delay with a random value # 68.62 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 68.62 [+0.00] -a Use specified source mac address, no matter what has # 68.62 [+0.00] been specified with other arguments; keywords see below, # 68.62 [+0.00] Default is own interface # 68.63 [+0.00] -b Same with destination mac address; keywords: # 68.63 [+0.00] rand Use a random MAC address # 68.63 [+0.00] bc Use a broadcast MAC address # 68.63 [+0.00] own Use own interface MAC address (default for source MAC) # 68.63 [+0.00] stp Use IEEE 802.1d STP multicast address # 68.63 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 68.64 [+0.00] -A Use specified source IP address (default is own interface IP) # 68.64 [+0.00] -B Send packet to specified destination IP or domain name # 68.64 [+0.00] -P Use the specified ASCII payload # 68.64 [+0.00] -f Read the ASCII payload from a file # 68.64 [+0.00] -F Read the hexadecimal payload from a file # 68.65 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 68.65 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 68.65 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 68.66 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 68.67 [+0.01] encapsulations in lower layers, most packet types allow/require # 68.67 [+0.00] additional packet-specific arguments in an ; # 68.67 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 68.68 [+0.00] dns, rtp, syslog, lldp and more; # 68.68 [+0.00] For context-help use 'help' as ! # 68.68 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 68.68 [+0.00] Enter -T help or -T rtp help for further information # 68.69 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 68.69 [+0.00] -V|VV|... Verbose and more verbose mode # 68.69 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 68.69 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 68.69 [+0.00] typically combined with one of the verbose modes (v or V) # 68.70 [+0.00] -v Show version # 68.70 [+0.00] -h Print this help # 68.70 [+0.00] # 68.70 [+0.00] Examples: # 68.70 [+0.00] mausezahn -x 99 # 68.70 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 68.70 [+0.00] mausezahn -t cdp change -c 0 # 68.70 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 68.71 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 68.71 [+0.00] # 68.71 [+0.00] Note: # 68.71 [+0.00] This tool is targeted for network developers! You should # 68.71 [+0.00] be aware of what you are doing and what these options above # 68.71 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 68.71 [+0.00] # 68.71 [+0.00] Please report bugs to # 68.71 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 68.72 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 68.72 [+0.00] Swiss federal institute of technology (ETH Zurich) # 68.72 [+0.00] License: GNU GPL version 2.0 # 68.72 [+0.00] This is free software: you are free to change and redistribute it. # 68.72 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 68.72 [+0.00] # 69.79 [+1.07] TEST: ctl6: port maxgroups: reporting and treatment of 0 [FAIL] # 69.80 [+0.00] Adding 5 MDB entries failed but should have passed # 72.74 [+2.94] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 72.74 [+0.00] # 72.74 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 72.74 [+0.00] http://www.netsniff-ng.org # 72.74 [+0.00] # 72.74 [+0.00] Usage: mausezahn [options] [interface] || # 72.74 [+0.00] Options: # 72.74 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 72.75 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 72.75 [+0.00] -4 IPv4 mode (default) # 72.75 [+0.00] -6 IPv6 mode # 72.75 [+0.00] -R Set socket priority # 72.75 [+0.00] -c Send packet count times, default:1, infinite:0 # 72.76 [+0.00] -d Apply delay between transmissions. The delay value can be # 72.76 [+0.00] specified in usec (default, no additional unit needed), or in # 72.76 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 72.76 [+0.00] -r Multiplies the specified delay with a random value # 72.76 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 72.77 [+0.00] -a Use specified source mac address, no matter what has # 72.77 [+0.00] been specified with other arguments; keywords see below, # 72.77 [+0.00] Default is own interface # 72.77 [+0.00] -b Same with destination mac address; keywords: # 72.77 [+0.00] rand Use a random MAC address # 72.77 [+0.00] bc Use a broadcast MAC address # 72.78 [+0.00] own Use own interface MAC address (default for source MAC) # 72.78 [+0.00] stp Use IEEE 802.1d STP multicast address # 72.78 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 72.78 [+0.00] -A Use specified source IP address (default is own interface IP) # 72.78 [+0.00] -B Send packet to specified destination IP or domain name # 72.79 [+0.00] -P Use the specified ASCII payload # 72.79 [+0.00] -f Read the ASCII payload from a file # 72.79 [+0.00] -F Read the hexadecimal payload from a file # 72.79 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 72.79 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 72.79 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 72.80 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 72.80 [+0.00] encapsulations in lower layers, most packet types allow/require # 72.80 [+0.00] additional packet-specific arguments in an ; # 72.80 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 72.80 [+0.00] dns, rtp, syslog, lldp and more; # 72.81 [+0.00] For context-help use 'help' as ! # 72.81 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 72.81 [+0.00] Enter -T help or -T rtp help for further information # 72.81 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 72.81 [+0.00] -V|VV|... Verbose and more verbose mode # 72.81 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 72.82 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 72.82 [+0.00] typically combined with one of the verbose modes (v or V) # 72.82 [+0.00] -v Show version # 72.82 [+0.00] -h Print this help # 72.82 [+0.00] # 72.82 [+0.00] Examples: # 72.82 [+0.00] mausezahn -x 99 # 72.82 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 72.82 [+0.00] mausezahn -t cdp change -c 0 # 72.82 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 72.83 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 72.83 [+0.00] # 72.83 [+0.00] Note: # 72.83 [+0.00] This tool is targeted for network developers! You should # 72.83 [+0.00] be aware of what you are doing and what these options above # 72.83 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 72.83 [+0.00] # 72.83 [+0.00] Please report bugs to # 72.83 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 72.84 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 72.84 [+0.00] Swiss federal institute of technology (ETH Zurich) # 72.84 [+0.00] License: GNU GPL version 2.0 # 72.84 [+0.00] This is free software: you are free to change and redistribute it. # 72.84 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 72.84 [+0.00] # 74.00 [+1.16] mcast_max_groups # 79.65 [+5.65] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 79.66 [+0.01] # 79.66 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 79.66 [+0.00] http://www.netsniff-ng.org # 79.66 [+0.00] # 79.66 [+0.00] Usage: mausezahn [options] [interface] || # 79.66 [+0.00] Options: # 79.67 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 79.67 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 79.67 [+0.00] -4 IPv4 mode (default) # 79.67 [+0.00] -6 IPv6 mode # 79.67 [+0.00] -R Set socket priority # 79.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 79.68 [+0.00] -d Apply delay between transmissions. The delay value can be # 79.68 [+0.00] specified in usec (default, no additional unit needed), or in # 79.68 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 79.68 [+0.00] -r Multiplies the specified delay with a random value # 79.68 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 79.69 [+0.00] -a Use specified source mac address, no matter what has # 79.69 [+0.00] been specified with other arguments; keywords see below, # 79.69 [+0.00] Default is own interface # 79.69 [+0.00] -b Same with destination mac address; keywords: # 79.69 [+0.00] rand Use a random MAC address # 79.69 [+0.00] bc Use a broadcast MAC address # 79.70 [+0.00] own Use own interface MAC address (default for source MAC) # 79.70 [+0.00] stp Use IEEE 802.1d STP multicast address # 79.70 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 79.70 [+0.00] -A Use specified source IP address (default is own interface IP) # 79.71 [+0.00] -B Send packet to specified destination IP or domain name # 79.73 [+0.02] -P Use the specified ASCII payload # 79.73 [+0.00] -f Read the ASCII payload from a file # 79.73 [+0.00] -F Read the hexadecimal payload from a file # 79.73 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 79.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 79.74 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 79.74 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 79.75 [+0.00] encapsulations in lower layers, most packet types allow/require # 79.75 [+0.00] additional packet-specific arguments in an ; # 79.75 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 79.76 [+0.00] dns, rtp, syslog, lldp and more; # 79.76 [+0.00] For context-help use 'help' as ! # 79.76 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 79.76 [+0.00] Enter -T help or -T rtp help for further information # 79.77 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 79.77 [+0.00] -V|VV|... Verbose and more verbose mode # 79.77 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 79.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 79.78 [+0.00] typically combined with one of the verbose modes (v or V) # 79.78 [+0.00] -v Show version # 79.78 [+0.00] -h Print this help # 79.79 [+0.00] # 79.79 [+0.00] Examples: # 79.79 [+0.00] mausezahn -x 99 # 79.79 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 79.79 [+0.00] mausezahn -t cdp change -c 0 # 79.79 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 79.79 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 79.80 [+0.00] # 79.80 [+0.00] Note: # 79.80 [+0.00] This tool is targeted for network developers! You should # 79.80 [+0.00] be aware of what you are doing and what these options above # 79.80 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 79.80 [+0.00] # 79.80 [+0.00] Please report bugs to # 79.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 79.81 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 79.81 [+0.00] Swiss federal institute of technology (ETH Zurich) # 79.81 [+0.00] License: GNU GPL version 2.0 # 79.81 [+0.00] This is free software: you are free to change and redistribute it. # 79.82 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 79.82 [+0.00] # 83.32 [+3.50] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 83.32 [+0.01] # 83.32 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 83.32 [+0.00] http://www.netsniff-ng.org # 83.32 [+0.00] # 83.32 [+0.00] Usage: mausezahn [options] [interface] || # 83.33 [+0.00] Options: # 83.33 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 83.33 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 83.33 [+0.00] -4 IPv4 mode (default) # 83.33 [+0.00] -6 IPv6 mode # 83.33 [+0.00] -R Set socket priority # 83.34 [+0.00] -c Send packet count times, default:1, infinite:0 # 83.34 [+0.00] -d Apply delay between transmissions. The delay value can be # 83.34 [+0.00] specified in usec (default, no additional unit needed), or in # 83.34 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 83.34 [+0.00] -r Multiplies the specified delay with a random value # 83.35 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 83.35 [+0.00] -a Use specified source mac address, no matter what has # 83.35 [+0.00] been specified with other arguments; keywords see below, # 83.35 [+0.00] Default is own interface # 83.36 [+0.00] -b Same with destination mac address; keywords: # 83.38 [+0.02] rand Use a random MAC address # 83.38 [+0.00] bc Use a broadcast MAC address # 83.38 [+0.00] own Use own interface MAC address (default for source MAC) # 83.38 [+0.00] stp Use IEEE 802.1d STP multicast address # 83.39 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 83.39 [+0.00] -A Use specified source IP address (default is own interface IP) # 83.39 [+0.00] -B Send packet to specified destination IP or domain name # 83.39 [+0.00] -P Use the specified ASCII payload # 83.39 [+0.00] -f Read the ASCII payload from a file # 83.40 [+0.00] -F Read the hexadecimal payload from a file # 83.40 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 83.40 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 83.40 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 83.40 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 83.41 [+0.00] encapsulations in lower layers, most packet types allow/require # 83.41 [+0.00] additional packet-specific arguments in an ; # 83.41 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 83.41 [+0.00] dns, rtp, syslog, lldp and more; # 83.42 [+0.00] For context-help use 'help' as ! # 83.42 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 83.42 [+0.00] Enter -T help or -T rtp help for further information # 83.42 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 83.43 [+0.00] -V|VV|... Verbose and more verbose mode # 83.43 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 83.43 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 83.43 [+0.00] typically combined with one of the verbose modes (v or V) # 83.43 [+0.00] -v Show version # 83.44 [+0.00] -h Print this help # 83.44 [+0.00] # 83.44 [+0.00] Examples: # 83.44 [+0.00] mausezahn -x 99 # 83.44 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 83.44 [+0.00] mausezahn -t cdp change -c 0 # 83.44 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 83.44 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 83.44 [+0.00] # 83.44 [+0.00] Note: # 83.44 [+0.00] This tool is targeted for network developers! You should # 83.45 [+0.00] be aware of what you are doing and what these options above # 83.45 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 83.45 [+0.00] # 83.45 [+0.00] Please report bugs to # 83.45 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 83.45 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 83.45 [+0.00] Swiss federal institute of technology (ETH Zurich) # 83.46 [+0.00] License: GNU GPL version 2.0 # 83.46 [+0.00] This is free software: you are free to change and redistribute it. # 83.46 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 83.46 [+0.00] # 84.53 [+1.07] mcast_max_groups # 86.47 [+1.93] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 86.47 [+0.00] # 86.47 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 86.47 [+0.00] http://www.netsniff-ng.org # 86.47 [+0.00] # 86.47 [+0.00] Usage: mausezahn [options] [interface] || # 86.48 [+0.00] Options: # 86.48 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 86.48 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 86.48 [+0.00] -4 IPv4 mode (default) # 86.48 [+0.00] -6 IPv6 mode # 86.48 [+0.00] -R Set socket priority # 86.48 [+0.00] -c Send packet count times, default:1, infinite:0 # 86.49 [+0.00] -d Apply delay between transmissions. The delay value can be # 86.49 [+0.00] specified in usec (default, no additional unit needed), or in # 86.49 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 86.49 [+0.00] -r Multiplies the specified delay with a random value # 86.49 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 86.50 [+0.00] -a Use specified source mac address, no matter what has # 86.50 [+0.00] been specified with other arguments; keywords see below, # 86.50 [+0.00] Default is own interface # 86.50 [+0.00] -b Same with destination mac address; keywords: # 86.50 [+0.00] rand Use a random MAC address # 86.50 [+0.00] bc Use a broadcast MAC address # 86.50 [+0.00] own Use own interface MAC address (default for source MAC) # 86.51 [+0.00] stp Use IEEE 802.1d STP multicast address # 86.51 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 86.51 [+0.00] -A Use specified source IP address (default is own interface IP) # 86.51 [+0.00] -B Send packet to specified destination IP or domain name # 86.51 [+0.00] -P Use the specified ASCII payload # 86.51 [+0.00] -f Read the ASCII payload from a file # 86.52 [+0.00] -F Read the hexadecimal payload from a file # 86.52 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 86.52 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 86.52 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 86.52 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 86.52 [+0.00] encapsulations in lower layers, most packet types allow/require # 86.53 [+0.00] additional packet-specific arguments in an ; # 86.53 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 86.53 [+0.00] dns, rtp, syslog, lldp and more; # 86.53 [+0.00] For context-help use 'help' as ! # 86.53 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 86.54 [+0.00] Enter -T help or -T rtp help for further information # 86.54 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 86.54 [+0.00] -V|VV|... Verbose and more verbose mode # 86.54 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 86.54 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 86.54 [+0.00] typically combined with one of the verbose modes (v or V) # 86.55 [+0.00] -v Show version # 86.55 [+0.00] -h Print this help # 86.55 [+0.00] # 86.55 [+0.00] Examples: # 86.55 [+0.00] mausezahn -x 99 # 86.55 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 86.55 [+0.00] mausezahn -t cdp change -c 0 # 86.55 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 86.55 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 86.55 [+0.00] # 86.55 [+0.00] Note: # 86.56 [+0.00] This tool is targeted for network developers! You should # 86.56 [+0.00] be aware of what you are doing and what these options above # 86.56 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 86.56 [+0.00] # 86.56 [+0.00] Please report bugs to # 86.56 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 86.56 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 86.56 [+0.00] Swiss federal institute of technology (ETH Zurich) # 86.56 [+0.00] License: GNU GPL version 2.0 # 86.57 [+0.00] This is free software: you are free to change and redistribute it. # 86.57 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 86.57 [+0.00] # 87.91 [+1.35] TEST: ctl6: port maxgroups: configure below ngroups [FAIL] # 87.92 [+0.00] dev veth1: Adding more entries failed # 94.26 [+6.34] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 94.27 [+0.01] # 94.27 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 94.27 [+0.00] http://www.netsniff-ng.org # 94.27 [+0.00] # 94.27 [+0.00] Usage: mausezahn [options] [interface] || # 94.27 [+0.00] Options: # 94.28 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 94.28 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 94.28 [+0.00] -4 IPv4 mode (default) # 94.28 [+0.00] -6 IPv6 mode # 94.28 [+0.00] -R Set socket priority # 94.29 [+0.00] -c Send packet count times, default:1, infinite:0 # 94.29 [+0.00] -d Apply delay between transmissions. The delay value can be # 94.29 [+0.00] specified in usec (default, no additional unit needed), or in # 94.29 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 94.30 [+0.00] -r Multiplies the specified delay with a random value # 94.30 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 94.30 [+0.00] -a Use specified source mac address, no matter what has # 94.31 [+0.00] been specified with other arguments; keywords see below, # 94.31 [+0.00] Default is own interface # 94.31 [+0.00] -b Same with destination mac address; keywords: # 94.31 [+0.00] rand Use a random MAC address # 94.31 [+0.00] bc Use a broadcast MAC address # 94.32 [+0.00] own Use own interface MAC address (default for source MAC) # 94.32 [+0.00] stp Use IEEE 802.1d STP multicast address # 94.32 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 94.32 [+0.00] -A Use specified source IP address (default is own interface IP) # 94.33 [+0.00] -B Send packet to specified destination IP or domain name # 94.33 [+0.00] -P Use the specified ASCII payload # 94.33 [+0.00] -f Read the ASCII payload from a file # 94.33 [+0.00] -F Read the hexadecimal payload from a file # 94.33 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 94.34 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 94.34 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 94.34 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 94.34 [+0.00] encapsulations in lower layers, most packet types allow/require # 94.34 [+0.00] additional packet-specific arguments in an ; # 94.35 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 94.35 [+0.00] dns, rtp, syslog, lldp and more; # 94.35 [+0.00] For context-help use 'help' as ! # 94.35 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 94.35 [+0.00] Enter -T help or -T rtp help for further information # 94.36 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 94.36 [+0.00] -V|VV|... Verbose and more verbose mode # 94.36 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 94.36 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 94.36 [+0.00] typically combined with one of the verbose modes (v or V) # 94.37 [+0.00] -v Show version # 94.37 [+0.00] -h Print this help # 94.37 [+0.00] # 94.37 [+0.00] Examples: # 94.37 [+0.00] mausezahn -x 99 # 94.37 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 94.37 [+0.00] mausezahn -t cdp change -c 0 # 94.37 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 94.37 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 94.38 [+0.00] # 94.38 [+0.00] Note: # 94.38 [+0.00] This tool is targeted for network developers! You should # 94.38 [+0.00] be aware of what you are doing and what these options above # 94.38 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 94.38 [+0.00] # 94.38 [+0.00] Please report bugs to # 94.38 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 94.38 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 94.39 [+0.00] Swiss federal institute of technology (ETH Zurich) # 94.39 [+0.00] License: GNU GPL version 2.0 # 94.39 [+0.00] This is free software: you are free to change and redistribute it. # 94.39 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 94.39 [+0.00] # 95.88 [+1.49] TEST: ctl6: port maxgroups: add too many MDB entries [ OK ] # 96.69 [+0.81] INFO: 802.1q tests # 104.18 [+7.49] TEST: port_vlan: presence of ngroups and maxgroups attributes [ OK ] # 105.41 [+1.23] TEST: cfg4: port: ngroups reporting [ OK ] # 107.10 [+1.69] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 107.10 [+0.01] # 107.10 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 107.10 [+0.00] http://www.netsniff-ng.org # 107.11 [+0.00] # 107.11 [+0.00] Usage: mausezahn [options] [interface] || # 107.11 [+0.00] Options: # 107.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 107.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 107.11 [+0.00] -4 IPv4 mode (default) # 107.11 [+0.00] -6 IPv6 mode # 107.11 [+0.00] -R Set socket priority # 107.11 [+0.00] -c Send packet count times, default:1, infinite:0 # 107.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 107.12 [+0.00] specified in usec (default, no additional unit needed), or in # 107.12 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 107.12 [+0.00] -r Multiplies the specified delay with a random value # 107.12 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 107.13 [+0.00] -a Use specified source mac address, no matter what has # 107.13 [+0.00] been specified with other arguments; keywords see below, # 107.13 [+0.00] Default is own interface # 107.13 [+0.00] -b Same with destination mac address; keywords: # 107.13 [+0.00] rand Use a random MAC address # 107.13 [+0.00] bc Use a broadcast MAC address # 107.14 [+0.00] own Use own interface MAC address (default for source MAC) # 107.14 [+0.00] stp Use IEEE 802.1d STP multicast address # 107.14 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 107.14 [+0.00] -A Use specified source IP address (default is own interface IP) # 107.14 [+0.00] -B Send packet to specified destination IP or domain name # 107.15 [+0.00] -P Use the specified ASCII payload # 107.15 [+0.00] -f Read the ASCII payload from a file # 107.15 [+0.00] -F Read the hexadecimal payload from a file # 107.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 107.15 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 107.16 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 107.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 107.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 107.16 [+0.00] additional packet-specific arguments in an ; # 107.17 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 107.17 [+0.00] dns, rtp, syslog, lldp and more; # 107.17 [+0.00] For context-help use 'help' as ! # 107.17 [+0.01] -T Specify packet type for server mode, currently only rtp is supported; # 107.18 [+0.01] Enter -T help or -T rtp help for further information # 107.18 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 107.19 [+0.00] -V|VV|... Verbose and more verbose mode # 107.19 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 107.19 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 107.19 [+0.00] typically combined with one of the verbose modes (v or V) # 107.20 [+0.00] -v Show version # 107.20 [+0.00] -h Print this help # 107.20 [+0.00] # 107.20 [+0.00] Examples: # 107.20 [+0.00] mausezahn -x 99 # 107.20 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 107.20 [+0.00] mausezahn -t cdp change -c 0 # 107.20 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 107.20 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 107.20 [+0.00] # 107.20 [+0.00] Note: # 107.20 [+0.00] This tool is targeted for network developers! You should # 107.21 [+0.00] be aware of what you are doing and what these options above # 107.21 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 107.21 [+0.00] # 107.21 [+0.00] Please report bugs to # 107.21 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 107.21 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 107.21 [+0.00] Swiss federal institute of technology (ETH Zurich) # 107.21 [+0.00] License: GNU GPL version 2.0 # 107.21 [+0.00] This is free software: you are free to change and redistribute it. # 107.22 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 107.22 [+0.00] # 108.34 [+1.12] mcast_max_groups # 109.38 [+1.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 109.40 [+0.02] # 109.40 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 109.40 [+0.00] http://www.netsniff-ng.org # 109.40 [+0.00] # 109.40 [+0.00] Usage: mausezahn [options] [interface] || # 109.40 [+0.00] Options: # 109.41 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 109.41 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 109.41 [+0.00] -4 IPv4 mode (default) # 109.41 [+0.00] -6 IPv6 mode # 109.41 [+0.00] -R Set socket priority # 109.41 [+0.00] -c Send packet count times, default:1, infinite:0 # 109.41 [+0.00] -d Apply delay between transmissions. The delay value can be # 109.42 [+0.00] specified in usec (default, no additional unit needed), or in # 109.42 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 109.42 [+0.00] -r Multiplies the specified delay with a random value # 109.42 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 109.42 [+0.00] -a Use specified source mac address, no matter what has # 109.43 [+0.00] been specified with other arguments; keywords see below, # 109.43 [+0.00] Default is own interface # 109.43 [+0.00] -b Same with destination mac address; keywords: # 109.44 [+0.01] rand Use a random MAC address # 109.44 [+0.01] bc Use a broadcast MAC address # 109.45 [+0.00] own Use own interface MAC address (default for source MAC) # 109.45 [+0.00] stp Use IEEE 802.1d STP multicast address # 109.45 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 109.45 [+0.00] -A Use specified source IP address (default is own interface IP) # 109.45 [+0.00] -B Send packet to specified destination IP or domain name # 109.46 [+0.00] -P Use the specified ASCII payload # 109.46 [+0.00] -f Read the ASCII payload from a file # 109.46 [+0.00] -F Read the hexadecimal payload from a file # 109.46 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 109.46 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 109.47 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 109.47 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 109.47 [+0.00] encapsulations in lower layers, most packet types allow/require # 109.47 [+0.00] additional packet-specific arguments in an ; # 109.48 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 109.48 [+0.00] dns, rtp, syslog, lldp and more; # 109.48 [+0.00] For context-help use 'help' as ! # 109.48 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 109.48 [+0.00] Enter -T help or -T rtp help for further information # 109.49 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 109.49 [+0.00] -V|VV|... Verbose and more verbose mode # 109.49 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 109.49 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 109.50 [+0.00] typically combined with one of the verbose modes (v or V) # 109.50 [+0.00] -v Show version # 109.50 [+0.00] -h Print this help # 109.50 [+0.00] # 109.50 [+0.00] Examples: # 109.50 [+0.00] mausezahn -x 99 # 109.50 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 109.50 [+0.00] mausezahn -t cdp change -c 0 # 109.50 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 109.50 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 109.51 [+0.00] # 109.51 [+0.00] Note: # 109.51 [+0.00] This tool is targeted for network developers! You should # 109.51 [+0.00] be aware of what you are doing and what these options above # 109.51 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 109.51 [+0.00] # 109.51 [+0.00] Please report bugs to # 109.51 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 109.51 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 109.52 [+0.00] Swiss federal institute of technology (ETH Zurich) # 109.52 [+0.00] License: GNU GPL version 2.0 # 109.52 [+0.00] This is free software: you are free to change and redistribute it. # 109.52 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 109.52 [+0.00] # 110.70 [+1.18] TEST: ctl4: port: ngroups reporting [FAIL] # 110.71 [+0.00] Number of groups was 8, now is 8, but 13 expected # 112.00 [+1.29] TEST: cfg6: port: ngroups reporting [ OK ] # 114.91 [+2.92] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 114.92 [+0.01] # 114.92 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 114.92 [+0.00] http://www.netsniff-ng.org # 114.92 [+0.00] # 114.92 [+0.00] Usage: mausezahn [options] [interface] || # 114.92 [+0.00] Options: # 114.92 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 114.93 [+0.01] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 114.93 [+0.00] -4 IPv4 mode (default) # 114.93 [+0.00] -6 IPv6 mode # 114.93 [+0.00] -R Set socket priority # 114.94 [+0.00] -c Send packet count times, default:1, infinite:0 # 114.94 [+0.00] -d Apply delay between transmissions. The delay value can be # 114.94 [+0.00] specified in usec (default, no additional unit needed), or in # 114.94 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 114.94 [+0.00] -r Multiplies the specified delay with a random value # 114.95 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 114.95 [+0.00] -a Use specified source mac address, no matter what has # 114.95 [+0.00] been specified with other arguments; keywords see below, # 114.95 [+0.00] Default is own interface # 114.96 [+0.00] -b Same with destination mac address; keywords: # 114.96 [+0.00] rand Use a random MAC address # 114.96 [+0.01] bc Use a broadcast MAC address # 114.98 [+0.02] own Use own interface MAC address (default for source MAC) # 114.99 [+0.00] stp Use IEEE 802.1d STP multicast address # 114.99 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 114.99 [+0.00] -A Use specified source IP address (default is own interface IP) # 114.99 [+0.00] -B Send packet to specified destination IP or domain name # 115.00 [+0.00] -P Use the specified ASCII payload # 115.00 [+0.00] -f Read the ASCII payload from a file # 115.00 [+0.00] -F Read the hexadecimal payload from a file # 115.00 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 115.00 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 115.01 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 115.01 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 115.01 [+0.00] encapsulations in lower layers, most packet types allow/require # 115.01 [+0.00] additional packet-specific arguments in an ; # 115.01 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 115.02 [+0.00] dns, rtp, syslog, lldp and more; # 115.02 [+0.00] For context-help use 'help' as ! # 115.02 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 115.02 [+0.00] Enter -T help or -T rtp help for further information # 115.02 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 115.03 [+0.00] -V|VV|... Verbose and more verbose mode # 115.03 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 115.03 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 115.03 [+0.00] typically combined with one of the verbose modes (v or V) # 115.04 [+0.00] -v Show version # 115.04 [+0.00] -h Print this help # 115.04 [+0.00] # 115.04 [+0.00] Examples: # 115.04 [+0.00] mausezahn -x 99 # 115.04 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 115.04 [+0.00] mausezahn -t cdp change -c 0 # 115.04 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 115.04 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 115.04 [+0.00] # 115.04 [+0.00] Note: # 115.05 [+0.00] This tool is targeted for network developers! You should # 115.05 [+0.00] be aware of what you are doing and what these options above # 115.05 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 115.05 [+0.00] # 115.05 [+0.00] Please report bugs to # 115.05 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 115.05 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 115.06 [+0.00] Swiss federal institute of technology (ETH Zurich) # 115.06 [+0.00] License: GNU GPL version 2.0 # 115.06 [+0.00] This is free software: you are free to change and redistribute it. # 115.06 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 115.06 [+0.00] # 116.12 [+1.06] mcast_max_groups # 118.14 [+2.01] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 118.14 [+0.01] # 118.14 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 118.14 [+0.00] http://www.netsniff-ng.org # 118.15 [+0.00] # 118.15 [+0.00] Usage: mausezahn [options] [interface] || # 118.15 [+0.00] Options: # 118.15 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 118.15 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 118.16 [+0.00] -4 IPv4 mode (default) # 118.16 [+0.00] -6 IPv6 mode # 118.16 [+0.00] -R Set socket priority # 118.16 [+0.00] -c Send packet count times, default:1, infinite:0 # 118.17 [+0.00] -d Apply delay between transmissions. The delay value can be # 118.17 [+0.00] specified in usec (default, no additional unit needed), or in # 118.18 [+0.01] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 118.18 [+0.01] -r Multiplies the specified delay with a random value # 118.18 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 118.19 [+0.00] -a Use specified source mac address, no matter what has # 118.19 [+0.00] been specified with other arguments; keywords see below, # 118.19 [+0.00] Default is own interface # 118.20 [+0.00] -b Same with destination mac address; keywords: # 118.22 [+0.02] rand Use a random MAC address # 118.22 [+0.00] bc Use a broadcast MAC address # 118.22 [+0.00] own Use own interface MAC address (default for source MAC) # 118.22 [+0.00] stp Use IEEE 802.1d STP multicast address # 118.23 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 118.23 [+0.00] -A Use specified source IP address (default is own interface IP) # 118.23 [+0.00] -B Send packet to specified destination IP or domain name # 118.24 [+0.00] -P Use the specified ASCII payload # 118.24 [+0.00] -f Read the ASCII payload from a file # 118.24 [+0.00] -F Read the hexadecimal payload from a file # 118.24 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 118.25 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 118.25 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 118.25 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 118.26 [+0.00] encapsulations in lower layers, most packet types allow/require # 118.26 [+0.00] additional packet-specific arguments in an ; # 118.26 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 118.27 [+0.00] dns, rtp, syslog, lldp and more; # 118.27 [+0.00] For context-help use 'help' as ! # 118.27 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 118.27 [+0.00] Enter -T help or -T rtp help for further information # 118.28 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 118.28 [+0.00] -V|VV|... Verbose and more verbose mode # 118.28 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 118.29 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 118.29 [+0.00] typically combined with one of the verbose modes (v or V) # 118.29 [+0.00] -v Show version # 118.29 [+0.00] -h Print this help # 118.29 [+0.00] # 118.29 [+0.00] Examples: # 118.30 [+0.00] mausezahn -x 99 # 118.30 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 118.30 [+0.00] mausezahn -t cdp change -c 0 # 118.30 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 118.30 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 118.31 [+0.00] # 118.31 [+0.00] Note: # 118.31 [+0.00] This tool is targeted for network developers! You should # 118.31 [+0.00] be aware of what you are doing and what these options above # 118.31 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 118.31 [+0.00] # 118.31 [+0.00] Please report bugs to # 118.31 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 118.32 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 118.32 [+0.00] Swiss federal institute of technology (ETH Zurich) # 118.32 [+0.00] License: GNU GPL version 2.0 # 118.32 [+0.00] This is free software: you are free to change and redistribute it. # 118.33 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 118.33 [+0.00] # 119.44 [+1.11] TEST: ctl6: port: ngroups reporting [FAIL] # 119.44 [+0.00] Number of groups was 8, now is 8, but 13 expected # 120.81 [+1.37] TEST: cfg4: port maxgroups: reporting and treatment of 0 [ OK ] # 123.58 [+2.77] TEST: cfg4: port maxgroups: configure below ngroups [ OK ] # 124.64 [+1.06] TEST: cfg4: port maxgroups: add too many MDB entries [ OK ] # 126.94 [+2.30] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 126.94 [+0.01] # 126.94 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 126.95 [+0.00] http://www.netsniff-ng.org # 126.95 [+0.00] # 126.95 [+0.00] Usage: mausezahn [options] [interface] || # 126.95 [+0.00] Options: # 126.95 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 126.95 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 126.96 [+0.00] -4 IPv4 mode (default) # 126.96 [+0.00] -6 IPv6 mode # 126.96 [+0.00] -R Set socket priority # 126.96 [+0.00] -c Send packet count times, default:1, infinite:0 # 126.97 [+0.00] -d Apply delay between transmissions. The delay value can be # 126.97 [+0.00] specified in usec (default, no additional unit needed), or in # 126.97 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 126.98 [+0.00] -r Multiplies the specified delay with a random value # 126.98 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 126.98 [+0.00] -a Use specified source mac address, no matter what has # 126.99 [+0.01] been specified with other arguments; keywords see below, # 127.00 [+0.01] Default is own interface # 127.00 [+0.00] -b Same with destination mac address; keywords: # 127.00 [+0.00] rand Use a random MAC address # 127.00 [+0.00] bc Use a broadcast MAC address # 127.00 [+0.00] own Use own interface MAC address (default for source MAC) # 127.01 [+0.00] stp Use IEEE 802.1d STP multicast address # 127.01 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 127.01 [+0.00] -A Use specified source IP address (default is own interface IP) # 127.02 [+0.00] -B Send packet to specified destination IP or domain name # 127.02 [+0.00] -P Use the specified ASCII payload # 127.02 [+0.00] -f Read the ASCII payload from a file # 127.02 [+0.00] -F Read the hexadecimal payload from a file # 127.03 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 127.03 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 127.03 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 127.04 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 127.04 [+0.00] encapsulations in lower layers, most packet types allow/require # 127.04 [+0.00] additional packet-specific arguments in an ; # 127.05 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 127.05 [+0.00] dns, rtp, syslog, lldp and more; # 127.05 [+0.00] For context-help use 'help' as ! # 127.05 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 127.06 [+0.00] Enter -T help or -T rtp help for further information # 127.06 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 127.06 [+0.00] -V|VV|... Verbose and more verbose mode # 127.07 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 127.07 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 127.07 [+0.00] typically combined with one of the verbose modes (v or V) # 127.07 [+0.00] -v Show version # 127.08 [+0.00] -h Print this help # 127.08 [+0.00] # 127.08 [+0.00] Examples: # 127.08 [+0.00] mausezahn -x 99 # 127.08 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 127.08 [+0.00] mausezahn -t cdp change -c 0 # 127.08 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 127.09 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 127.09 [+0.00] # 127.09 [+0.00] Note: # 127.09 [+0.00] This tool is targeted for network developers! You should # 127.09 [+0.00] be aware of what you are doing and what these options above # 127.09 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 127.10 [+0.00] # 127.10 [+0.00] Please report bugs to # 127.10 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 127.10 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 127.10 [+0.00] Swiss federal institute of technology (ETH Zurich) # 127.10 [+0.00] License: GNU GPL version 2.0 # 127.11 [+0.00] This is free software: you are free to change and redistribute it. # 127.11 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 127.11 [+0.00] # 128.16 [+1.05] mcast_max_groups # 129.16 [+1.00] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 129.17 [+0.01] # 129.17 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 129.18 [+0.00] http://www.netsniff-ng.org # 129.18 [+0.00] # 129.18 [+0.00] Usage: mausezahn [options] [interface] || # 129.18 [+0.00] Options: # 129.18 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 129.19 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 129.19 [+0.00] -4 IPv4 mode (default) # 129.19 [+0.00] -6 IPv6 mode # 129.19 [+0.00] -R Set socket priority # 129.20 [+0.00] -c Send packet count times, default:1, infinite:0 # 129.20 [+0.00] -d Apply delay between transmissions. The delay value can be # 129.20 [+0.00] specified in usec (default, no additional unit needed), or in # 129.21 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 129.21 [+0.00] -r Multiplies the specified delay with a random value # 129.21 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 129.21 [+0.00] -a Use specified source mac address, no matter what has # 129.22 [+0.00] been specified with other arguments; keywords see below, # 129.22 [+0.00] Default is own interface # 129.22 [+0.00] -b Same with destination mac address; keywords: # 129.23 [+0.00] rand Use a random MAC address # 129.24 [+0.01] bc Use a broadcast MAC address # 129.24 [+0.00] own Use own interface MAC address (default for source MAC) # 129.24 [+0.00] stp Use IEEE 802.1d STP multicast address # 129.24 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 129.25 [+0.00] -A Use specified source IP address (default is own interface IP) # 129.25 [+0.00] -B Send packet to specified destination IP or domain name # 129.25 [+0.00] -P Use the specified ASCII payload # 129.25 [+0.00] -f Read the ASCII payload from a file # 129.26 [+0.00] -F Read the hexadecimal payload from a file # 129.26 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 129.26 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 129.27 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 129.27 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 129.27 [+0.00] encapsulations in lower layers, most packet types allow/require # 129.28 [+0.00] additional packet-specific arguments in an ; # 129.28 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 129.28 [+0.00] dns, rtp, syslog, lldp and more; # 129.28 [+0.00] For context-help use 'help' as ! # 129.29 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 129.29 [+0.00] Enter -T help or -T rtp help for further information # 129.29 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 129.30 [+0.00] -V|VV|... Verbose and more verbose mode # 129.30 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 129.30 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 129.30 [+0.00] typically combined with one of the verbose modes (v or V) # 129.31 [+0.00] -v Show version # 129.31 [+0.00] -h Print this help # 129.31 [+0.00] # 129.31 [+0.00] Examples: # 129.31 [+0.00] mausezahn -x 99 # 129.31 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 129.31 [+0.00] mausezahn -t cdp change -c 0 # 129.31 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 129.32 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 129.32 [+0.00] # 129.32 [+0.00] Note: # 129.32 [+0.00] This tool is targeted for network developers! You should # 129.32 [+0.00] be aware of what you are doing and what these options above # 129.33 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 129.33 [+0.00] # 129.33 [+0.00] Please report bugs to # 129.33 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 129.33 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 129.33 [+0.00] Swiss federal institute of technology (ETH Zurich) # 129.34 [+0.00] License: GNU GPL version 2.0 # 129.34 [+0.00] This is free software: you are free to change and redistribute it. # 129.34 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 129.34 [+0.00] # 130.36 [+1.01] TEST: ctl4: port maxgroups: reporting and treatment of 0 [FAIL] # 130.36 [+0.00] Adding 5 MDB entries failed but should have passed # 132.24 [+1.88] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 132.25 [+0.01] # 132.25 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 132.25 [+0.00] http://www.netsniff-ng.org # 132.25 [+0.00] # 132.25 [+0.00] Usage: mausezahn [options] [interface] || # 132.25 [+0.00] Options: # 132.25 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 132.26 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 132.26 [+0.00] -4 IPv4 mode (default) # 132.26 [+0.00] -6 IPv6 mode # 132.26 [+0.00] -R Set socket priority # 132.26 [+0.00] -c Send packet count times, default:1, infinite:0 # 132.27 [+0.00] -d Apply delay between transmissions. The delay value can be # 132.27 [+0.00] specified in usec (default, no additional unit needed), or in # 132.27 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 132.28 [+0.01] -r Multiplies the specified delay with a random value # 132.28 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 132.29 [+0.00] -a Use specified source mac address, no matter what has # 132.29 [+0.00] been specified with other arguments; keywords see below, # 132.29 [+0.00] Default is own interface # 132.30 [+0.00] -b Same with destination mac address; keywords: # 132.30 [+0.00] rand Use a random MAC address # 132.30 [+0.00] bc Use a broadcast MAC address # 132.30 [+0.00] own Use own interface MAC address (default for source MAC) # 132.31 [+0.00] stp Use IEEE 802.1d STP multicast address # 132.32 [+0.02] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 132.33 [+0.00] -A Use specified source IP address (default is own interface IP) # 132.33 [+0.00] -B Send packet to specified destination IP or domain name # 132.33 [+0.00] -P Use the specified ASCII payload # 132.34 [+0.00] -f Read the ASCII payload from a file # 132.34 [+0.00] -F Read the hexadecimal payload from a file # 132.34 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 132.34 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 132.35 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 132.35 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 132.35 [+0.00] encapsulations in lower layers, most packet types allow/require # 132.36 [+0.00] additional packet-specific arguments in an ; # 132.36 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 132.36 [+0.00] dns, rtp, syslog, lldp and more; # 132.37 [+0.00] For context-help use 'help' as ! # 132.37 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 132.37 [+0.00] Enter -T help or -T rtp help for further information # 132.38 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 132.38 [+0.00] -V|VV|... Verbose and more verbose mode # 132.38 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 132.38 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 132.39 [+0.00] typically combined with one of the verbose modes (v or V) # 132.39 [+0.00] -v Show version # 132.39 [+0.00] -h Print this help # 132.39 [+0.00] # 132.39 [+0.00] Examples: # 132.39 [+0.00] mausezahn -x 99 # 132.39 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 132.40 [+0.00] mausezahn -t cdp change -c 0 # 132.40 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 132.40 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 132.40 [+0.00] # 132.40 [+0.00] Note: # 132.40 [+0.00] This tool is targeted for network developers! You should # 132.41 [+0.00] be aware of what you are doing and what these options above # 132.41 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 132.41 [+0.00] # 132.41 [+0.00] Please report bugs to # 132.41 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 132.42 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 132.42 [+0.00] Swiss federal institute of technology (ETH Zurich) # 132.42 [+0.00] License: GNU GPL version 2.0 # 132.42 [+0.00] This is free software: you are free to change and redistribute it. # 132.42 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 132.43 [+0.00] # 133.49 [+1.06] mcast_max_groups # 137.19 [+3.70] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 137.19 [+0.00] # 137.19 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 137.19 [+0.00] http://www.netsniff-ng.org # 137.19 [+0.00] # 137.19 [+0.00] Usage: mausezahn [options] [interface] || # 137.20 [+0.00] Options: # 137.20 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 137.20 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 137.20 [+0.00] -4 IPv4 mode (default) # 137.20 [+0.00] -6 IPv6 mode # 137.20 [+0.00] -R Set socket priority # 137.20 [+0.00] -c Send packet count times, default:1, infinite:0 # 137.21 [+0.00] -d Apply delay between transmissions. The delay value can be # 137.21 [+0.00] specified in usec (default, no additional unit needed), or in # 137.21 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 137.21 [+0.00] -r Multiplies the specified delay with a random value # 137.21 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 137.22 [+0.00] -a Use specified source mac address, no matter what has # 137.22 [+0.00] been specified with other arguments; keywords see below, # 137.22 [+0.00] Default is own interface # 137.22 [+0.00] -b Same with destination mac address; keywords: # 137.23 [+0.01] rand Use a random MAC address # 137.24 [+0.01] bc Use a broadcast MAC address # 137.24 [+0.00] own Use own interface MAC address (default for source MAC) # 137.25 [+0.00] stp Use IEEE 802.1d STP multicast address # 137.25 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 137.25 [+0.00] -A Use specified source IP address (default is own interface IP) # 137.25 [+0.00] -B Send packet to specified destination IP or domain name # 137.25 [+0.00] -P Use the specified ASCII payload # 137.26 [+0.00] -f Read the ASCII payload from a file # 137.26 [+0.00] -F Read the hexadecimal payload from a file # 137.26 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 137.26 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 137.26 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 137.26 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 137.27 [+0.00] encapsulations in lower layers, most packet types allow/require # 137.27 [+0.00] additional packet-specific arguments in an ; # 137.27 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 137.27 [+0.00] dns, rtp, syslog, lldp and more; # 137.27 [+0.00] For context-help use 'help' as ! # 137.28 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 137.28 [+0.00] Enter -T help or -T rtp help for further information # 137.28 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 137.28 [+0.00] -V|VV|... Verbose and more verbose mode # 137.28 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 137.28 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 137.29 [+0.00] typically combined with one of the verbose modes (v or V) # 137.29 [+0.00] -v Show version # 137.29 [+0.00] -h Print this help # 137.29 [+0.00] # 137.29 [+0.00] Examples: # 137.29 [+0.00] mausezahn -x 99 # 137.29 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 137.29 [+0.00] mausezahn -t cdp change -c 0 # 137.29 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 137.30 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 137.30 [+0.00] # 137.30 [+0.00] Note: # 137.30 [+0.00] This tool is targeted for network developers! You should # 137.30 [+0.00] be aware of what you are doing and what these options above # 137.30 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 137.30 [+0.00] # 137.30 [+0.00] Please report bugs to # 137.30 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 137.30 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 137.31 [+0.00] Swiss federal institute of technology (ETH Zurich) # 137.31 [+0.00] License: GNU GPL version 2.0 # 137.31 [+0.00] This is free software: you are free to change and redistribute it. # 137.31 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 137.31 [+0.00] # 139.64 [+2.33] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 139.65 [+0.01] # 139.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 139.65 [+0.00] http://www.netsniff-ng.org # 139.65 [+0.00] # 139.66 [+0.00] Usage: mausezahn [options] [interface] || # 139.66 [+0.00] Options: # 139.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 139.66 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 139.66 [+0.00] -4 IPv4 mode (default) # 139.67 [+0.00] -6 IPv6 mode # 139.67 [+0.00] -R Set socket priority # 139.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 139.67 [+0.00] -d Apply delay between transmissions. The delay value can be # 139.68 [+0.00] specified in usec (default, no additional unit needed), or in # 139.68 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 139.68 [+0.00] -r Multiplies the specified delay with a random value # 139.69 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 139.69 [+0.00] -a Use specified source mac address, no matter what has # 139.69 [+0.00] been specified with other arguments; keywords see below, # 139.70 [+0.01] Default is own interface # 139.71 [+0.01] -b Same with destination mac address; keywords: # 139.71 [+0.00] rand Use a random MAC address # 139.71 [+0.00] bc Use a broadcast MAC address # 139.71 [+0.00] own Use own interface MAC address (default for source MAC) # 139.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 139.72 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 139.72 [+0.00] -A Use specified source IP address (default is own interface IP) # 139.72 [+0.00] -B Send packet to specified destination IP or domain name # 139.73 [+0.00] -P Use the specified ASCII payload # 139.73 [+0.00] -f Read the ASCII payload from a file # 139.73 [+0.00] -F Read the hexadecimal payload from a file # 139.73 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 139.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 139.74 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 139.74 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 139.75 [+0.00] encapsulations in lower layers, most packet types allow/require # 139.75 [+0.00] additional packet-specific arguments in an ; # 139.75 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 139.76 [+0.00] dns, rtp, syslog, lldp and more; # 139.76 [+0.00] For context-help use 'help' as ! # 139.76 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 139.77 [+0.00] Enter -T help or -T rtp help for further information # 139.77 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 139.77 [+0.00] -V|VV|... Verbose and more verbose mode # 139.77 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 139.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 139.78 [+0.00] typically combined with one of the verbose modes (v or V) # 139.78 [+0.00] -v Show version # 139.78 [+0.00] -h Print this help # 139.79 [+0.00] # 139.79 [+0.00] Examples: # 139.79 [+0.00] mausezahn -x 99 # 139.79 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 139.79 [+0.00] mausezahn -t cdp change -c 0 # 139.79 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 139.79 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 139.80 [+0.00] # 139.80 [+0.00] Note: # 139.80 [+0.00] This tool is targeted for network developers! You should # 139.80 [+0.00] be aware of what you are doing and what these options above # 139.80 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 139.80 [+0.00] # 139.80 [+0.00] Please report bugs to # 139.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 139.81 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 139.81 [+0.00] Swiss federal institute of technology (ETH Zurich) # 139.81 [+0.00] License: GNU GPL version 2.0 # 139.81 [+0.00] This is free software: you are free to change and redistribute it. # 139.82 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 139.82 [+0.00] # 140.86 [+1.05] mcast_max_groups # 141.84 [+0.98] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 141.85 [+0.01] # 141.85 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 141.85 [+0.00] http://www.netsniff-ng.org # 141.86 [+0.00] # 141.86 [+0.00] Usage: mausezahn [options] [interface] || # 141.86 [+0.00] Options: # 141.86 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 141.86 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 141.87 [+0.00] -4 IPv4 mode (default) # 141.87 [+0.00] -6 IPv6 mode # 141.87 [+0.00] -R Set socket priority # 141.87 [+0.00] -c Send packet count times, default:1, infinite:0 # 141.88 [+0.00] -d Apply delay between transmissions. The delay value can be # 141.88 [+0.00] specified in usec (default, no additional unit needed), or in # 141.88 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 141.89 [+0.00] -r Multiplies the specified delay with a random value # 141.89 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 141.90 [+0.01] -a Use specified source mac address, no matter what has # 141.91 [+0.01] been specified with other arguments; keywords see below, # 141.91 [+0.00] Default is own interface # 141.91 [+0.00] -b Same with destination mac address; keywords: # 141.91 [+0.00] rand Use a random MAC address # 141.92 [+0.00] bc Use a broadcast MAC address # 141.92 [+0.00] own Use own interface MAC address (default for source MAC) # 141.92 [+0.00] stp Use IEEE 802.1d STP multicast address # 141.92 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 141.93 [+0.00] -A Use specified source IP address (default is own interface IP) # 141.93 [+0.00] -B Send packet to specified destination IP or domain name # 141.93 [+0.00] -P Use the specified ASCII payload # 141.94 [+0.00] -f Read the ASCII payload from a file # 141.94 [+0.00] -F Read the hexadecimal payload from a file # 141.94 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 141.94 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 141.95 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 141.95 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 141.95 [+0.00] encapsulations in lower layers, most packet types allow/require # 141.96 [+0.00] additional packet-specific arguments in an ; # 141.96 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 141.96 [+0.00] dns, rtp, syslog, lldp and more; # 141.97 [+0.00] For context-help use 'help' as ! # 141.97 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 141.97 [+0.00] Enter -T help or -T rtp help for further information # 141.98 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 141.98 [+0.00] -V|VV|... Verbose and more verbose mode # 141.98 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 141.99 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 141.99 [+0.00] typically combined with one of the verbose modes (v or V) # 141.99 [+0.00] -v Show version # 141.99 [+0.00] -h Print this help # 142.00 [+0.00] # 142.00 [+0.00] Examples: # 142.00 [+0.00] mausezahn -x 99 # 142.00 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 142.00 [+0.00] mausezahn -t cdp change -c 0 # 142.00 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 142.00 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 142.01 [+0.00] # 142.01 [+0.00] Note: # 142.01 [+0.00] This tool is targeted for network developers! You should # 142.01 [+0.00] be aware of what you are doing and what these options above # 142.01 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 142.01 [+0.00] # 142.01 [+0.00] Please report bugs to # 142.02 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 142.02 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 142.02 [+0.00] Swiss federal institute of technology (ETH Zurich) # 142.02 [+0.00] License: GNU GPL version 2.0 # 142.02 [+0.00] This is free software: you are free to change and redistribute it. # 142.03 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 142.03 [+0.00] # 143.14 [+1.12] TEST: ctl4: port maxgroups: configure below ngroups [FAIL] # 143.15 [+0.00] dev veth1 vid 10: Adding more entries failed # 147.16 [+4.01] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 147.16 [+0.01] # 147.16 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 147.16 [+0.00] http://www.netsniff-ng.org # 147.16 [+0.00] # 147.16 [+0.00] Usage: mausezahn [options] [interface] || # 147.17 [+0.00] Options: # 147.17 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 147.17 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 147.17 [+0.00] -4 IPv4 mode (default) # 147.17 [+0.00] -6 IPv6 mode # 147.17 [+0.00] -R Set socket priority # 147.17 [+0.00] -c Send packet count times, default:1, infinite:0 # 147.18 [+0.00] -d Apply delay between transmissions. The delay value can be # 147.18 [+0.00] specified in usec (default, no additional unit needed), or in # 147.18 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 147.18 [+0.00] -r Multiplies the specified delay with a random value # 147.18 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 147.19 [+0.00] -a Use specified source mac address, no matter what has # 147.19 [+0.00] been specified with other arguments; keywords see below, # 147.19 [+0.00] Default is own interface # 147.19 [+0.00] -b Same with destination mac address; keywords: # 147.19 [+0.00] rand Use a random MAC address # 147.19 [+0.00] bc Use a broadcast MAC address # 147.19 [+0.00] own Use own interface MAC address (default for source MAC) # 147.20 [+0.00] stp Use IEEE 802.1d STP multicast address # 147.20 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 147.20 [+0.00] -A Use specified source IP address (default is own interface IP) # 147.20 [+0.00] -B Send packet to specified destination IP or domain name # 147.20 [+0.00] -P Use the specified ASCII payload # 147.21 [+0.00] -f Read the ASCII payload from a file # 147.22 [+0.01] -F Read the hexadecimal payload from a file # 147.22 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 147.22 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 147.22 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 147.22 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 147.23 [+0.00] encapsulations in lower layers, most packet types allow/require # 147.23 [+0.00] additional packet-specific arguments in an ; # 147.23 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 147.23 [+0.00] dns, rtp, syslog, lldp and more; # 147.23 [+0.00] For context-help use 'help' as ! # 147.23 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 147.24 [+0.00] Enter -T help or -T rtp help for further information # 147.24 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 147.24 [+0.00] -V|VV|... Verbose and more verbose mode # 147.24 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 147.24 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 147.25 [+0.00] typically combined with one of the verbose modes (v or V) # 147.25 [+0.00] -v Show version # 147.25 [+0.00] -h Print this help # 147.25 [+0.00] # 147.25 [+0.00] Examples: # 147.25 [+0.00] mausezahn -x 99 # 147.25 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 147.25 [+0.00] mausezahn -t cdp change -c 0 # 147.25 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 147.25 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 147.26 [+0.00] # 147.26 [+0.00] Note: # 147.26 [+0.00] This tool is targeted for network developers! You should # 147.26 [+0.00] be aware of what you are doing and what these options above # 147.26 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 147.26 [+0.00] # 147.26 [+0.00] Please report bugs to # 147.26 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 147.26 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 147.27 [+0.00] Swiss federal institute of technology (ETH Zurich) # 147.27 [+0.00] License: GNU GPL version 2.0 # 147.27 [+0.00] This is free software: you are free to change and redistribute it. # 147.27 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 147.27 [+0.00] # 148.58 [+1.31] TEST: ctl4: port maxgroups: add too many MDB entries [ OK ] # 149.95 [+1.37] TEST: cfg6: port maxgroups: reporting and treatment of 0 [ OK ] # 152.69 [+2.74] TEST: cfg6: port maxgroups: configure below ngroups [ OK ] # 153.75 [+1.07] TEST: cfg6: port maxgroups: add too many MDB entries [ OK ] # 156.95 [+3.20] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 156.96 [+0.01] # 156.96 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 156.96 [+0.00] http://www.netsniff-ng.org # 156.96 [+0.00] # 156.96 [+0.00] Usage: mausezahn [options] [interface] || # 156.97 [+0.00] Options: # 156.97 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 156.97 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 156.97 [+0.00] -4 IPv4 mode (default) # 156.97 [+0.00] -6 IPv6 mode # 156.97 [+0.00] -R Set socket priority # 156.97 [+0.00] -c Send packet count times, default:1, infinite:0 # 156.98 [+0.00] -d Apply delay between transmissions. The delay value can be # 156.98 [+0.00] specified in usec (default, no additional unit needed), or in # 156.98 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 156.98 [+0.00] -r Multiplies the specified delay with a random value # 156.98 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 156.99 [+0.00] -a Use specified source mac address, no matter what has # 156.99 [+0.00] been specified with other arguments; keywords see below, # 156.99 [+0.00] Default is own interface # 156.99 [+0.00] -b Same with destination mac address; keywords: # 156.99 [+0.00] rand Use a random MAC address # 157.00 [+0.00] bc Use a broadcast MAC address # 157.00 [+0.00] own Use own interface MAC address (default for source MAC) # 157.00 [+0.00] stp Use IEEE 802.1d STP multicast address # 157.00 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 157.00 [+0.00] -A Use specified source IP address (default is own interface IP) # 157.01 [+0.00] -B Send packet to specified destination IP or domain name # 157.01 [+0.00] -P Use the specified ASCII payload # 157.01 [+0.00] -f Read the ASCII payload from a file # 157.01 [+0.00] -F Read the hexadecimal payload from a file # 157.01 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 157.02 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 157.02 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 157.02 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 157.02 [+0.00] encapsulations in lower layers, most packet types allow/require # 157.03 [+0.00] additional packet-specific arguments in an ; # 157.03 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 157.03 [+0.00] dns, rtp, syslog, lldp and more; # 157.03 [+0.00] For context-help use 'help' as ! # 157.03 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 157.04 [+0.00] Enter -T help or -T rtp help for further information # 157.04 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 157.04 [+0.00] -V|VV|... Verbose and more verbose mode # 157.04 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 157.05 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 157.05 [+0.00] typically combined with one of the verbose modes (v or V) # 157.05 [+0.00] -v Show version # 157.05 [+0.00] -h Print this help # 157.05 [+0.00] # 157.05 [+0.00] Examples: # 157.06 [+0.00] mausezahn -x 99 # 157.06 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 157.06 [+0.00] mausezahn -t cdp change -c 0 # 157.07 [+0.01] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 157.07 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 157.07 [+0.00] # 157.07 [+0.00] Note: # 157.07 [+0.00] This tool is targeted for network developers! You should # 157.08 [+0.00] be aware of what you are doing and what these options above # 157.08 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 157.08 [+0.00] # 157.08 [+0.00] Please report bugs to # 157.08 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 157.08 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 157.08 [+0.00] Swiss federal institute of technology (ETH Zurich) # 157.09 [+0.00] License: GNU GPL version 2.0 # 157.09 [+0.00] This is free software: you are free to change and redistribute it. # 157.09 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 157.09 [+0.00] # 158.24 [+1.15] mcast_max_groups # 160.16 [+1.92] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 160.16 [+0.01] # 160.16 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 160.17 [+0.00] http://www.netsniff-ng.org # 160.17 [+0.00] # 160.17 [+0.00] Usage: mausezahn [options] [interface] || # 160.17 [+0.00] Options: # 160.17 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 160.17 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 160.18 [+0.00] -4 IPv4 mode (default) # 160.18 [+0.00] -6 IPv6 mode # 160.18 [+0.00] -R Set socket priority # 160.18 [+0.00] -c Send packet count times, default:1, infinite:0 # 160.19 [+0.00] -d Apply delay between transmissions. The delay value can be # 160.19 [+0.00] specified in usec (default, no additional unit needed), or in # 160.19 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 160.20 [+0.00] -r Multiplies the specified delay with a random value # 160.20 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 160.20 [+0.00] -a Use specified source mac address, no matter what has # 160.21 [+0.01] been specified with other arguments; keywords see below, # 160.22 [+0.01] Default is own interface # 160.22 [+0.00] -b Same with destination mac address; keywords: # 160.22 [+0.00] rand Use a random MAC address # 160.22 [+0.00] bc Use a broadcast MAC address # 160.23 [+0.00] own Use own interface MAC address (default for source MAC) # 160.23 [+0.00] stp Use IEEE 802.1d STP multicast address # 160.23 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 160.23 [+0.00] -A Use specified source IP address (default is own interface IP) # 160.24 [+0.00] -B Send packet to specified destination IP or domain name # 160.24 [+0.00] -P Use the specified ASCII payload # 160.24 [+0.00] -f Read the ASCII payload from a file # 160.25 [+0.00] -F Read the hexadecimal payload from a file # 160.25 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 160.25 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 160.26 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 160.26 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 160.26 [+0.00] encapsulations in lower layers, most packet types allow/require # 160.26 [+0.00] additional packet-specific arguments in an ; # 160.27 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 160.27 [+0.00] dns, rtp, syslog, lldp and more; # 160.27 [+0.00] For context-help use 'help' as ! # 160.28 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 160.28 [+0.00] Enter -T help or -T rtp help for further information # 160.28 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 160.29 [+0.00] -V|VV|... Verbose and more verbose mode # 160.29 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 160.29 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 160.29 [+0.00] typically combined with one of the verbose modes (v or V) # 160.30 [+0.00] -v Show version # 160.30 [+0.00] -h Print this help # 160.30 [+0.00] # 160.30 [+0.00] Examples: # 160.30 [+0.00] mausezahn -x 99 # 160.30 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 160.30 [+0.00] mausezahn -t cdp change -c 0 # 160.30 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 160.31 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 160.31 [+0.00] # 160.31 [+0.00] Note: # 160.31 [+0.00] This tool is targeted for network developers! You should # 160.31 [+0.00] be aware of what you are doing and what these options above # 160.32 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 160.32 [+0.00] # 160.32 [+0.00] Please report bugs to # 160.32 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 160.32 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 160.32 [+0.00] Swiss federal institute of technology (ETH Zurich) # 160.33 [+0.00] License: GNU GPL version 2.0 # 160.33 [+0.00] This is free software: you are free to change and redistribute it. # 160.33 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 160.33 [+0.00] # 161.37 [+1.03] TEST: ctl6: port maxgroups: reporting and treatment of 0 [FAIL] # 161.37 [+0.01] Adding 5 MDB entries failed but should have passed # 164.26 [+2.89] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 164.27 [+0.01] # 164.27 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 164.27 [+0.00] http://www.netsniff-ng.org # 164.27 [+0.00] # 164.27 [+0.00] Usage: mausezahn [options] [interface] || # 164.28 [+0.00] Options: # 164.28 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 164.28 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 164.28 [+0.00] -4 IPv4 mode (default) # 164.28 [+0.00] -6 IPv6 mode # 164.29 [+0.00] -R Set socket priority # 164.29 [+0.00] -c Send packet count times, default:1, infinite:0 # 164.29 [+0.00] -d Apply delay between transmissions. The delay value can be # 164.29 [+0.00] specified in usec (default, no additional unit needed), or in # 164.30 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 164.30 [+0.00] -r Multiplies the specified delay with a random value # 164.30 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 164.31 [+0.00] -a Use specified source mac address, no matter what has # 164.31 [+0.00] been specified with other arguments; keywords see below, # 164.31 [+0.00] Default is own interface # 164.32 [+0.00] -b Same with destination mac address; keywords: # 164.32 [+0.01] rand Use a random MAC address # 164.33 [+0.01] bc Use a broadcast MAC address # 164.33 [+0.00] own Use own interface MAC address (default for source MAC) # 164.33 [+0.00] stp Use IEEE 802.1d STP multicast address # 164.34 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 164.34 [+0.00] -A Use specified source IP address (default is own interface IP) # 164.34 [+0.00] -B Send packet to specified destination IP or domain name # 164.35 [+0.00] -P Use the specified ASCII payload # 164.35 [+0.00] -f Read the ASCII payload from a file # 164.35 [+0.00] -F Read the hexadecimal payload from a file # 164.35 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 164.36 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 164.36 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 164.36 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 164.36 [+0.00] encapsulations in lower layers, most packet types allow/require # 164.37 [+0.00] additional packet-specific arguments in an ; # 164.37 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 164.37 [+0.00] dns, rtp, syslog, lldp and more; # 164.38 [+0.00] For context-help use 'help' as ! # 164.38 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 164.38 [+0.00] Enter -T help or -T rtp help for further information # 164.39 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 164.39 [+0.00] -V|VV|... Verbose and more verbose mode # 164.39 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 164.39 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 164.40 [+0.00] typically combined with one of the verbose modes (v or V) # 164.40 [+0.00] -v Show version # 164.40 [+0.00] -h Print this help # 164.40 [+0.00] # 164.40 [+0.00] Examples: # 164.40 [+0.00] mausezahn -x 99 # 164.41 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 164.41 [+0.00] mausezahn -t cdp change -c 0 # 164.41 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 164.41 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 164.41 [+0.00] # 164.41 [+0.00] Note: # 164.42 [+0.00] This tool is targeted for network developers! You should # 164.42 [+0.00] be aware of what you are doing and what these options above # 164.42 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 164.42 [+0.00] # 164.42 [+0.00] Please report bugs to # 164.42 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 164.43 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 164.43 [+0.00] Swiss federal institute of technology (ETH Zurich) # 164.43 [+0.00] License: GNU GPL version 2.0 # 164.43 [+0.00] This is free software: you are free to change and redistribute it. # 164.43 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 164.44 [+0.00] # 165.52 [+1.08] mcast_max_groups # 171.09 [+5.57] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 171.11 [+0.02] # 171.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 171.11 [+0.00] http://www.netsniff-ng.org # 171.11 [+0.00] # 171.11 [+0.00] Usage: mausezahn [options] [interface] || # 171.11 [+0.00] Options: # 171.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 171.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 171.11 [+0.00] -4 IPv4 mode (default) # 171.12 [+0.00] -6 IPv6 mode # 171.12 [+0.00] -R Set socket priority # 171.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 171.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 171.12 [+0.00] specified in usec (default, no additional unit needed), or in # 171.13 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 171.13 [+0.00] -r Multiplies the specified delay with a random value # 171.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 171.14 [+0.01] -a Use specified source mac address, no matter what has # 171.14 [+0.00] been specified with other arguments; keywords see below, # 171.14 [+0.00] Default is own interface # 171.15 [+0.00] -b Same with destination mac address; keywords: # 171.15 [+0.00] rand Use a random MAC address # 171.15 [+0.00] bc Use a broadcast MAC address # 171.15 [+0.00] own Use own interface MAC address (default for source MAC) # 171.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 171.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 171.16 [+0.00] -A Use specified source IP address (default is own interface IP) # 171.16 [+0.00] -B Send packet to specified destination IP or domain name # 171.16 [+0.00] -P Use the specified ASCII payload # 171.16 [+0.00] -f Read the ASCII payload from a file # 171.16 [+0.00] -F Read the hexadecimal payload from a file # 171.17 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 171.17 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 171.17 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 171.17 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 171.18 [+0.00] encapsulations in lower layers, most packet types allow/require # 171.18 [+0.00] additional packet-specific arguments in an ; # 171.18 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 171.18 [+0.00] dns, rtp, syslog, lldp and more; # 171.18 [+0.00] For context-help use 'help' as ! # 171.19 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 171.19 [+0.00] Enter -T help or -T rtp help for further information # 171.19 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 171.19 [+0.00] -V|VV|... Verbose and more verbose mode # 171.19 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 171.20 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 171.20 [+0.00] typically combined with one of the verbose modes (v or V) # 171.20 [+0.00] -v Show version # 171.20 [+0.00] -h Print this help # 171.20 [+0.00] # 171.20 [+0.00] Examples: # 171.20 [+0.00] mausezahn -x 99 # 171.20 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 171.21 [+0.00] mausezahn -t cdp change -c 0 # 171.21 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 171.21 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 171.21 [+0.00] # 171.21 [+0.00] Note: # 171.21 [+0.00] This tool is targeted for network developers! You should # 171.21 [+0.00] be aware of what you are doing and what these options above # 171.21 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 171.22 [+0.00] # 171.22 [+0.00] Please report bugs to # 171.22 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 171.22 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 171.22 [+0.00] Swiss federal institute of technology (ETH Zurich) # 171.22 [+0.00] License: GNU GPL version 2.0 # 171.22 [+0.00] This is free software: you are free to change and redistribute it. # 171.23 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 171.23 [+0.00] # 174.60 [+3.37] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 174.60 [+0.01] # 174.60 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 174.61 [+0.00] http://www.netsniff-ng.org # 174.61 [+0.00] # 174.61 [+0.00] Usage: mausezahn [options] [interface] || # 174.61 [+0.00] Options: # 174.61 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 174.61 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 174.61 [+0.00] -4 IPv4 mode (default) # 174.61 [+0.00] -6 IPv6 mode # 174.61 [+0.00] -R Set socket priority # 174.62 [+0.00] -c Send packet count times, default:1, infinite:0 # 174.62 [+0.00] -d Apply delay between transmissions. The delay value can be # 174.62 [+0.00] specified in usec (default, no additional unit needed), or in # 174.62 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 174.62 [+0.00] -r Multiplies the specified delay with a random value # 174.62 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 174.63 [+0.00] -a Use specified source mac address, no matter what has # 174.63 [+0.00] been specified with other arguments; keywords see below, # 174.63 [+0.00] Default is own interface # 174.63 [+0.00] -b Same with destination mac address; keywords: # 174.63 [+0.00] rand Use a random MAC address # 174.63 [+0.00] bc Use a broadcast MAC address # 174.64 [+0.00] own Use own interface MAC address (default for source MAC) # 174.64 [+0.00] stp Use IEEE 802.1d STP multicast address # 174.64 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 174.64 [+0.00] -A Use specified source IP address (default is own interface IP) # 174.64 [+0.00] -B Send packet to specified destination IP or domain name # 174.64 [+0.00] -P Use the specified ASCII payload # 174.65 [+0.00] -f Read the ASCII payload from a file # 174.65 [+0.00] -F Read the hexadecimal payload from a file # 174.65 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 174.65 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 174.65 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 174.65 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 174.66 [+0.00] encapsulations in lower layers, most packet types allow/require # 174.66 [+0.00] additional packet-specific arguments in an ; # 174.66 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 174.69 [+0.03] dns, rtp, syslog, lldp and more; # 174.69 [+0.00] For context-help use 'help' as ! # 174.69 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 174.70 [+0.00] Enter -T help or -T rtp help for further information # 174.70 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 174.70 [+0.00] -V|VV|... Verbose and more verbose mode # 174.70 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 174.70 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 174.71 [+0.00] typically combined with one of the verbose modes (v or V) # 174.71 [+0.00] -v Show version # 174.71 [+0.00] -h Print this help # 174.71 [+0.00] # 174.71 [+0.00] Examples: # 174.71 [+0.00] mausezahn -x 99 # 174.71 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 174.71 [+0.00] mausezahn -t cdp change -c 0 # 174.71 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 174.72 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 174.72 [+0.00] # 174.72 [+0.00] Note: # 174.72 [+0.00] This tool is targeted for network developers! You should # 174.72 [+0.00] be aware of what you are doing and what these options above # 174.72 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 174.72 [+0.00] # 174.72 [+0.00] Please report bugs to # 174.73 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 174.73 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 174.73 [+0.00] Swiss federal institute of technology (ETH Zurich) # 174.73 [+0.00] License: GNU GPL version 2.0 # 174.73 [+0.00] This is free software: you are free to change and redistribute it. # 174.73 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 174.73 [+0.00] # 175.85 [+1.12] mcast_max_groups # 177.62 [+1.77] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 177.62 [+0.00] # 177.62 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 177.63 [+0.00] http://www.netsniff-ng.org # 177.63 [+0.00] # 177.63 [+0.00] Usage: mausezahn [options] [interface] || # 177.63 [+0.00] Options: # 177.63 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 177.63 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 177.64 [+0.00] -4 IPv4 mode (default) # 177.64 [+0.00] -6 IPv6 mode # 177.64 [+0.00] -R Set socket priority # 177.64 [+0.00] -c Send packet count times, default:1, infinite:0 # 177.64 [+0.00] -d Apply delay between transmissions. The delay value can be # 177.64 [+0.00] specified in usec (default, no additional unit needed), or in # 177.65 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 177.65 [+0.00] -r Multiplies the specified delay with a random value # 177.65 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 177.65 [+0.00] -a Use specified source mac address, no matter what has # 177.66 [+0.00] been specified with other arguments; keywords see below, # 177.66 [+0.00] Default is own interface # 177.66 [+0.00] -b Same with destination mac address; keywords: # 177.66 [+0.00] rand Use a random MAC address # 177.66 [+0.00] bc Use a broadcast MAC address # 177.67 [+0.00] own Use own interface MAC address (default for source MAC) # 177.67 [+0.00] stp Use IEEE 802.1d STP multicast address # 177.67 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 177.67 [+0.00] -A Use specified source IP address (default is own interface IP) # 177.68 [+0.00] -B Send packet to specified destination IP or domain name # 177.68 [+0.00] -P Use the specified ASCII payload # 177.68 [+0.00] -f Read the ASCII payload from a file # 177.68 [+0.00] -F Read the hexadecimal payload from a file # 177.68 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 177.69 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 177.69 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 177.69 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 177.69 [+0.00] encapsulations in lower layers, most packet types allow/require # 177.69 [+0.00] additional packet-specific arguments in an ; # 177.70 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 177.70 [+0.00] dns, rtp, syslog, lldp and more; # 177.70 [+0.00] For context-help use 'help' as ! # 177.70 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 177.70 [+0.00] Enter -T help or -T rtp help for further information # 177.71 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 177.71 [+0.00] -V|VV|... Verbose and more verbose mode # 177.71 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 177.71 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 177.71 [+0.00] typically combined with one of the verbose modes (v or V) # 177.72 [+0.00] -v Show version # 177.72 [+0.00] -h Print this help # 177.72 [+0.00] # 177.72 [+0.00] Examples: # 177.72 [+0.00] mausezahn -x 99 # 177.72 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 177.72 [+0.00] mausezahn -t cdp change -c 0 # 177.72 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 177.72 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 177.72 [+0.00] # 177.72 [+0.00] Note: # 177.73 [+0.00] This tool is targeted for network developers! You should # 177.73 [+0.00] be aware of what you are doing and what these options above # 177.73 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 177.73 [+0.00] # 177.73 [+0.00] Please report bugs to # 177.73 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 177.73 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 177.73 [+0.00] Swiss federal institute of technology (ETH Zurich) # 177.73 [+0.00] License: GNU GPL version 2.0 # 177.74 [+0.00] This is free software: you are free to change and redistribute it. # 177.74 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 177.74 [+0.00] # 179.06 [+1.32] TEST: ctl6: port maxgroups: configure below ngroups [FAIL] # 179.07 [+0.01] dev veth1 vid 10: Adding more entries failed # 185.48 [+6.41] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 185.49 [+0.01] # 185.49 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 185.49 [+0.00] http://www.netsniff-ng.org # 185.49 [+0.00] # 185.49 [+0.00] Usage: mausezahn [options] [interface] || # 185.49 [+0.01] Options: # 185.49 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 185.50 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 185.50 [+0.00] -4 IPv4 mode (default) # 185.50 [+0.00] -6 IPv6 mode # 185.50 [+0.00] -R Set socket priority # 185.51 [+0.00] -c Send packet count times, default:1, infinite:0 # 185.51 [+0.00] -d Apply delay between transmissions. The delay value can be # 185.51 [+0.00] specified in usec (default, no additional unit needed), or in # 185.52 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 185.52 [+0.00] -r Multiplies the specified delay with a random value # 185.52 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 185.52 [+0.00] -a Use specified source mac address, no matter what has # 185.53 [+0.00] been specified with other arguments; keywords see below, # 185.53 [+0.00] Default is own interface # 185.53 [+0.00] -b Same with destination mac address; keywords: # 185.54 [+0.00] rand Use a random MAC address # 185.54 [+0.00] bc Use a broadcast MAC address # 185.55 [+0.01] own Use own interface MAC address (default for source MAC) # 185.55 [+0.00] stp Use IEEE 802.1d STP multicast address # 185.55 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 185.56 [+0.00] -A Use specified source IP address (default is own interface IP) # 185.56 [+0.00] -B Send packet to specified destination IP or domain name # 185.56 [+0.00] -P Use the specified ASCII payload # 185.57 [+0.00] -f Read the ASCII payload from a file # 185.57 [+0.00] -F Read the hexadecimal payload from a file # 185.57 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 185.57 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 185.58 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 185.58 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 185.58 [+0.00] encapsulations in lower layers, most packet types allow/require # 185.59 [+0.00] additional packet-specific arguments in an ; # 185.59 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 185.59 [+0.00] dns, rtp, syslog, lldp and more; # 185.59 [+0.00] For context-help use 'help' as ! # 185.60 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 185.60 [+0.00] Enter -T help or -T rtp help for further information # 185.60 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 185.61 [+0.00] -V|VV|... Verbose and more verbose mode # 185.61 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 185.61 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 185.62 [+0.00] typically combined with one of the verbose modes (v or V) # 185.62 [+0.00] -v Show version # 185.62 [+0.00] -h Print this help # 185.62 [+0.00] # 185.62 [+0.00] Examples: # 185.62 [+0.00] mausezahn -x 99 # 185.62 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 185.62 [+0.00] mausezahn -t cdp change -c 0 # 185.63 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 185.63 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 185.63 [+0.00] # 185.63 [+0.00] Note: # 185.63 [+0.00] This tool is targeted for network developers! You should # 185.63 [+0.00] be aware of what you are doing and what these options above # 185.64 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 185.64 [+0.00] # 185.64 [+0.00] Please report bugs to # 185.64 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 185.64 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 185.65 [+0.00] Swiss federal institute of technology (ETH Zurich) # 185.65 [+0.00] License: GNU GPL version 2.0 # 185.65 [+0.00] This is free software: you are free to change and redistribute it. # 185.65 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 185.65 [+0.00] # 186.96 [+1.30] TEST: ctl6: port maxgroups: add too many MDB entries [ OK ] # 187.72 [+0.76] INFO: 802.1q mcast_vlan_snooping 1 tests # 195.50 [+7.78] TEST: port_vlan: presence of ngroups and maxgroups attributes [ OK ] # 196.65 [+1.15] TEST: cfg4: port_vlan: ngroups reporting [ OK ] # 199.27 [+2.62] TEST: cfg4: port_vlan: isolation of port and per-VLAN ngroups [ OK ] # 201.02 [+1.74] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 201.02 [+0.00] # 201.02 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 201.02 [+0.00] http://www.netsniff-ng.org # 201.02 [+0.00] # 201.02 [+0.00] Usage: mausezahn [options] [interface] || # 201.02 [+0.00] Options: # 201.03 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 201.03 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 201.03 [+0.00] -4 IPv4 mode (default) # 201.03 [+0.00] -6 IPv6 mode # 201.03 [+0.00] -R Set socket priority # 201.03 [+0.00] -c Send packet count times, default:1, infinite:0 # 201.03 [+0.00] -d Apply delay between transmissions. The delay value can be # 201.04 [+0.00] specified in usec (default, no additional unit needed), or in # 201.04 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 201.04 [+0.00] -r Multiplies the specified delay with a random value # 201.04 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 201.04 [+0.00] -a Use specified source mac address, no matter what has # 201.05 [+0.00] been specified with other arguments; keywords see below, # 201.05 [+0.00] Default is own interface # 201.05 [+0.00] -b Same with destination mac address; keywords: # 201.05 [+0.00] rand Use a random MAC address # 201.05 [+0.00] bc Use a broadcast MAC address # 201.05 [+0.00] own Use own interface MAC address (default for source MAC) # 201.06 [+0.00] stp Use IEEE 802.1d STP multicast address # 201.06 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 201.06 [+0.00] -A Use specified source IP address (default is own interface IP) # 201.06 [+0.00] -B Send packet to specified destination IP or domain name # 201.07 [+0.00] -P Use the specified ASCII payload # 201.07 [+0.00] -f Read the ASCII payload from a file # 201.07 [+0.00] -F Read the hexadecimal payload from a file # 201.07 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 201.08 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 201.09 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 201.09 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 201.09 [+0.00] encapsulations in lower layers, most packet types allow/require # 201.09 [+0.00] additional packet-specific arguments in an ; # 201.09 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 201.09 [+0.00] dns, rtp, syslog, lldp and more; # 201.10 [+0.00] For context-help use 'help' as ! # 201.10 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 201.10 [+0.00] Enter -T help or -T rtp help for further information # 201.10 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 201.10 [+0.00] -V|VV|... Verbose and more verbose mode # 201.11 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 201.11 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 201.11 [+0.00] typically combined with one of the verbose modes (v or V) # 201.11 [+0.00] -v Show version # 201.11 [+0.00] -h Print this help # 201.11 [+0.00] # 201.11 [+0.00] Examples: # 201.11 [+0.00] mausezahn -x 99 # 201.11 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 201.11 [+0.00] mausezahn -t cdp change -c 0 # 201.12 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 201.12 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 201.12 [+0.00] # 201.12 [+0.00] Note: # 201.12 [+0.00] This tool is targeted for network developers! You should # 201.12 [+0.00] be aware of what you are doing and what these options above # 201.12 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 201.12 [+0.00] # 201.12 [+0.00] Please report bugs to # 201.13 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 201.13 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 201.13 [+0.00] Swiss federal institute of technology (ETH Zurich) # 201.13 [+0.00] License: GNU GPL version 2.0 # 201.13 [+0.00] This is free software: you are free to change and redistribute it. # 201.13 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 201.13 [+0.00] # 202.23 [+1.09] mcast_max_groups # 203.27 [+1.04] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 203.28 [+0.01] # 203.28 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 203.28 [+0.00] http://www.netsniff-ng.org # 203.28 [+0.00] # 203.28 [+0.00] Usage: mausezahn [options] [interface] || # 203.28 [+0.00] Options: # 203.28 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 203.29 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 203.29 [+0.00] -4 IPv4 mode (default) # 203.29 [+0.00] -6 IPv6 mode # 203.29 [+0.00] -R Set socket priority # 203.30 [+0.00] -c Send packet count times, default:1, infinite:0 # 203.30 [+0.00] -d Apply delay between transmissions. The delay value can be # 203.30 [+0.00] specified in usec (default, no additional unit needed), or in # 203.31 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 203.31 [+0.00] -r Multiplies the specified delay with a random value # 203.31 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 203.32 [+0.00] -a Use specified source mac address, no matter what has # 203.32 [+0.00] been specified with other arguments; keywords see below, # 203.32 [+0.00] Default is own interface # 203.32 [+0.00] -b Same with destination mac address; keywords: # 203.33 [+0.00] rand Use a random MAC address # 203.33 [+0.00] bc Use a broadcast MAC address # 203.33 [+0.00] own Use own interface MAC address (default for source MAC) # 203.33 [+0.00] stp Use IEEE 802.1d STP multicast address # 203.34 [+0.01] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 203.36 [+0.02] -A Use specified source IP address (default is own interface IP) # 203.36 [+0.00] -B Send packet to specified destination IP or domain name # 203.36 [+0.00] -P Use the specified ASCII payload # 203.37 [+0.00] -f Read the ASCII payload from a file # 203.37 [+0.00] -F Read the hexadecimal payload from a file # 203.37 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 203.38 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 203.38 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 203.38 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 203.38 [+0.00] encapsulations in lower layers, most packet types allow/require # 203.39 [+0.00] additional packet-specific arguments in an ; # 203.39 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 203.39 [+0.00] dns, rtp, syslog, lldp and more; # 203.40 [+0.00] For context-help use 'help' as ! # 203.40 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 203.40 [+0.00] Enter -T help or -T rtp help for further information # 203.41 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 203.41 [+0.00] -V|VV|... Verbose and more verbose mode # 203.41 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 203.42 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 203.42 [+0.00] typically combined with one of the verbose modes (v or V) # 203.42 [+0.00] -v Show version # 203.42 [+0.00] -h Print this help # 203.43 [+0.00] # 203.43 [+0.00] Examples: # 203.43 [+0.00] mausezahn -x 99 # 203.43 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 203.43 [+0.00] mausezahn -t cdp change -c 0 # 203.43 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 203.43 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 203.44 [+0.00] # 203.44 [+0.00] Note: # 203.44 [+0.00] This tool is targeted for network developers! You should # 203.44 [+0.00] be aware of what you are doing and what these options above # 203.44 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 203.45 [+0.00] # 203.45 [+0.00] Please report bugs to # 203.45 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 203.45 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 203.45 [+0.00] Swiss federal institute of technology (ETH Zurich) # 203.46 [+0.00] License: GNU GPL version 2.0 # 203.46 [+0.00] This is free software: you are free to change and redistribute it. # 203.46 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 203.46 [+0.00] # 204.59 [+1.13] TEST: ctl4: port_vlan: ngroups reporting [FAIL] # 204.59 [+0.00] Number of groups was 4, now is 4, but 9 expected # 206.39 [+1.80] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 206.40 [+0.01] # 206.40 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 206.40 [+0.00] http://www.netsniff-ng.org # 206.40 [+0.00] # 206.40 [+0.00] Usage: mausezahn [options] [interface] || # 206.41 [+0.00] Options: # 206.41 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 206.41 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 206.41 [+0.00] -4 IPv4 mode (default) # 206.41 [+0.00] -6 IPv6 mode # 206.41 [+0.00] -R Set socket priority # 206.41 [+0.00] -c Send packet count times, default:1, infinite:0 # 206.41 [+0.00] -d Apply delay between transmissions. The delay value can be # 206.42 [+0.00] specified in usec (default, no additional unit needed), or in # 206.42 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 206.42 [+0.00] -r Multiplies the specified delay with a random value # 206.42 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 206.42 [+0.00] -a Use specified source mac address, no matter what has # 206.43 [+0.00] been specified with other arguments; keywords see below, # 206.43 [+0.00] Default is own interface # 206.43 [+0.00] -b Same with destination mac address; keywords: # 206.43 [+0.00] rand Use a random MAC address # 206.43 [+0.00] bc Use a broadcast MAC address # 206.43 [+0.00] own Use own interface MAC address (default for source MAC) # 206.44 [+0.00] stp Use IEEE 802.1d STP multicast address # 206.44 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 206.44 [+0.00] -A Use specified source IP address (default is own interface IP) # 206.44 [+0.00] -B Send packet to specified destination IP or domain name # 206.44 [+0.00] -P Use the specified ASCII payload # 206.44 [+0.00] -f Read the ASCII payload from a file # 206.44 [+0.00] -F Read the hexadecimal payload from a file # 206.45 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 206.45 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 206.45 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 206.45 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 206.45 [+0.00] encapsulations in lower layers, most packet types allow/require # 206.46 [+0.00] additional packet-specific arguments in an ; # 206.46 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 206.46 [+0.00] dns, rtp, syslog, lldp and more; # 206.46 [+0.00] For context-help use 'help' as ! # 206.46 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 206.46 [+0.00] Enter -T help or -T rtp help for further information # 206.47 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 206.47 [+0.00] -V|VV|... Verbose and more verbose mode # 206.47 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 206.47 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 206.47 [+0.00] typically combined with one of the verbose modes (v or V) # 206.48 [+0.00] -v Show version # 206.48 [+0.00] -h Print this help # 206.48 [+0.00] # 206.48 [+0.00] Examples: # 206.48 [+0.00] mausezahn -x 99 # 206.48 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 206.48 [+0.00] mausezahn -t cdp change -c 0 # 206.48 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 206.48 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 206.48 [+0.00] # 206.48 [+0.00] Note: # 206.48 [+0.00] This tool is targeted for network developers! You should # 206.49 [+0.00] be aware of what you are doing and what these options above # 206.49 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 206.49 [+0.00] # 206.49 [+0.00] Please report bugs to # 206.49 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 206.49 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 206.49 [+0.00] Swiss federal institute of technology (ETH Zurich) # 206.49 [+0.00] License: GNU GPL version 2.0 # 206.49 [+0.00] This is free software: you are free to change and redistribute it. # 206.50 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 206.50 [+0.00] # 207.69 [+1.19] mcast_max_groups # 209.50 [+1.81] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 209.51 [+0.00] # 209.51 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 209.51 [+0.00] http://www.netsniff-ng.org # 209.51 [+0.00] # 209.51 [+0.00] Usage: mausezahn [options] [interface] || # 209.51 [+0.00] Options: # 209.51 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 209.51 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 209.52 [+0.00] -4 IPv4 mode (default) # 209.52 [+0.00] -6 IPv6 mode # 209.52 [+0.00] -R Set socket priority # 209.52 [+0.00] -c Send packet count times, default:1, infinite:0 # 209.52 [+0.00] -d Apply delay between transmissions. The delay value can be # 209.52 [+0.00] specified in usec (default, no additional unit needed), or in # 209.53 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 209.53 [+0.00] -r Multiplies the specified delay with a random value # 209.53 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 209.53 [+0.00] -a Use specified source mac address, no matter what has # 209.53 [+0.00] been specified with other arguments; keywords see below, # 209.54 [+0.00] Default is own interface # 209.54 [+0.00] -b Same with destination mac address; keywords: # 209.54 [+0.00] rand Use a random MAC address # 209.54 [+0.00] bc Use a broadcast MAC address # 209.54 [+0.00] own Use own interface MAC address (default for source MAC) # 209.54 [+0.00] stp Use IEEE 802.1d STP multicast address # 209.54 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 209.55 [+0.00] -A Use specified source IP address (default is own interface IP) # 209.55 [+0.00] -B Send packet to specified destination IP or domain name # 209.55 [+0.00] -P Use the specified ASCII payload # 209.55 [+0.00] -f Read the ASCII payload from a file # 209.55 [+0.00] -F Read the hexadecimal payload from a file # 209.56 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 209.56 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 209.56 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 209.56 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 209.57 [+0.00] encapsulations in lower layers, most packet types allow/require # 209.57 [+0.00] additional packet-specific arguments in an ; # 209.58 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 209.58 [+0.00] dns, rtp, syslog, lldp and more; # 209.58 [+0.00] For context-help use 'help' as ! # 209.59 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 209.59 [+0.00] Enter -T help or -T rtp help for further information # 209.59 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 209.59 [+0.00] -V|VV|... Verbose and more verbose mode # 209.59 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 209.59 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 209.60 [+0.00] typically combined with one of the verbose modes (v or V) # 209.60 [+0.00] -v Show version # 209.60 [+0.00] -h Print this help # 209.60 [+0.00] # 209.60 [+0.00] Examples: # 209.60 [+0.00] mausezahn -x 99 # 209.60 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 209.60 [+0.00] mausezahn -t cdp change -c 0 # 209.60 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 209.61 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 209.61 [+0.00] # 209.61 [+0.00] Note: # 209.61 [+0.00] This tool is targeted for network developers! You should # 209.61 [+0.00] be aware of what you are doing and what these options above # 209.61 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 209.61 [+0.00] # 209.61 [+0.00] Please report bugs to # 209.61 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 209.61 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 209.62 [+0.00] Swiss federal institute of technology (ETH Zurich) # 209.62 [+0.00] License: GNU GPL version 2.0 # 209.62 [+0.00] This is free software: you are free to change and redistribute it. # 209.62 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 209.62 [+0.00] # 210.72 [+1.10] mcast_max_groups # 211.87 [+1.15] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 211.88 [+0.01] # 211.88 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 211.88 [+0.00] http://www.netsniff-ng.org # 211.89 [+0.00] # 211.89 [+0.00] Usage: mausezahn [options] [interface] || # 211.89 [+0.00] Options: # 211.89 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 211.89 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 211.90 [+0.00] -4 IPv4 mode (default) # 211.90 [+0.00] -6 IPv6 mode # 211.90 [+0.00] -R Set socket priority # 211.90 [+0.00] -c Send packet count times, default:1, infinite:0 # 211.90 [+0.00] -d Apply delay between transmissions. The delay value can be # 211.91 [+0.00] specified in usec (default, no additional unit needed), or in # 211.91 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 211.91 [+0.00] -r Multiplies the specified delay with a random value # 211.92 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 211.92 [+0.00] -a Use specified source mac address, no matter what has # 211.92 [+0.00] been specified with other arguments; keywords see below, # 211.93 [+0.01] Default is own interface # 211.94 [+0.00] -b Same with destination mac address; keywords: # 211.94 [+0.00] rand Use a random MAC address # 211.94 [+0.00] bc Use a broadcast MAC address # 211.94 [+0.00] own Use own interface MAC address (default for source MAC) # 211.95 [+0.00] stp Use IEEE 802.1d STP multicast address # 211.95 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 211.95 [+0.00] -A Use specified source IP address (default is own interface IP) # 211.96 [+0.00] -B Send packet to specified destination IP or domain name # 211.96 [+0.00] -P Use the specified ASCII payload # 211.96 [+0.00] -f Read the ASCII payload from a file # 211.96 [+0.00] -F Read the hexadecimal payload from a file # 211.97 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 211.97 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 211.97 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 211.98 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 211.98 [+0.00] encapsulations in lower layers, most packet types allow/require # 211.98 [+0.00] additional packet-specific arguments in an ; # 211.98 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 211.99 [+0.00] dns, rtp, syslog, lldp and more; # 211.99 [+0.00] For context-help use 'help' as ! # 211.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 212.00 [+0.00] Enter -T help or -T rtp help for further information # 212.00 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 212.00 [+0.00] -V|VV|... Verbose and more verbose mode # 212.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 212.01 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 212.01 [+0.00] typically combined with one of the verbose modes (v or V) # 212.01 [+0.00] -v Show version # 212.02 [+0.00] -h Print this help # 212.02 [+0.00] # 212.02 [+0.00] Examples: # 212.02 [+0.00] mausezahn -x 99 # 212.02 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 212.02 [+0.00] mausezahn -t cdp change -c 0 # 212.02 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 212.02 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 212.03 [+0.00] # 212.03 [+0.00] Note: # 212.03 [+0.00] This tool is targeted for network developers! You should # 212.03 [+0.00] be aware of what you are doing and what these options above # 212.03 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 212.04 [+0.00] # 212.04 [+0.00] Please report bugs to # 212.04 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 212.04 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 212.04 [+0.00] Swiss federal institute of technology (ETH Zurich) # 212.04 [+0.00] License: GNU GPL version 2.0 # 212.04 [+0.00] This is free software: you are free to change and redistribute it. # 212.05 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 212.05 [+0.00] # 213.97 [+1.92] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 213.98 [+0.01] # 213.98 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 213.98 [+0.00] http://www.netsniff-ng.org # 213.98 [+0.00] # 213.98 [+0.00] Usage: mausezahn [options] [interface] || # 213.99 [+0.00] Options: # 213.99 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 213.99 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 213.99 [+0.00] -4 IPv4 mode (default) # 213.99 [+0.00] -6 IPv6 mode # 213.99 [+0.00] -R Set socket priority # 214.00 [+0.00] -c Send packet count times, default:1, infinite:0 # 214.00 [+0.00] -d Apply delay between transmissions. The delay value can be # 214.00 [+0.00] specified in usec (default, no additional unit needed), or in # 214.00 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 214.01 [+0.00] -r Multiplies the specified delay with a random value # 214.01 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 214.01 [+0.00] -a Use specified source mac address, no matter what has # 214.02 [+0.01] been specified with other arguments; keywords see below, # 214.04 [+0.02] Default is own interface # 214.04 [+0.00] -b Same with destination mac address; keywords: # 214.04 [+0.00] rand Use a random MAC address # 214.04 [+0.00] bc Use a broadcast MAC address # 214.05 [+0.00] own Use own interface MAC address (default for source MAC) # 214.05 [+0.00] stp Use IEEE 802.1d STP multicast address # 214.05 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 214.05 [+0.00] -A Use specified source IP address (default is own interface IP) # 214.05 [+0.00] -B Send packet to specified destination IP or domain name # 214.06 [+0.00] -P Use the specified ASCII payload # 214.06 [+0.00] -f Read the ASCII payload from a file # 214.06 [+0.00] -F Read the hexadecimal payload from a file # 214.06 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 214.07 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 214.07 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 214.07 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 214.07 [+0.00] encapsulations in lower layers, most packet types allow/require # 214.08 [+0.00] additional packet-specific arguments in an ; # 214.08 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 214.08 [+0.00] dns, rtp, syslog, lldp and more; # 214.08 [+0.00] For context-help use 'help' as ! # 214.08 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 214.09 [+0.00] Enter -T help or -T rtp help for further information # 214.09 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 214.09 [+0.00] -V|VV|... Verbose and more verbose mode # 214.09 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 214.10 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 214.10 [+0.00] typically combined with one of the verbose modes (v or V) # 214.10 [+0.00] -v Show version # 214.10 [+0.00] -h Print this help # 214.10 [+0.00] # 214.10 [+0.00] Examples: # 214.11 [+0.00] mausezahn -x 99 # 214.11 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 214.11 [+0.00] mausezahn -t cdp change -c 0 # 214.11 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 214.11 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 214.11 [+0.00] # 214.11 [+0.00] Note: # 214.11 [+0.00] This tool is targeted for network developers! You should # 214.12 [+0.00] be aware of what you are doing and what these options above # 214.12 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 214.12 [+0.00] # 214.12 [+0.00] Please report bugs to # 214.12 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 214.12 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 214.12 [+0.00] Swiss federal institute of technology (ETH Zurich) # 214.13 [+0.00] License: GNU GPL version 2.0 # 214.13 [+0.00] This is free software: you are free to change and redistribute it. # 214.13 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 214.13 [+0.00] # 215.46 [+1.33] TEST: ctl4: port_vlan: isolation of port and per-VLAN ngroups [FAIL] # 215.46 [+0.00] Number of groups at VLAN 20 was 4, now is 4, but 5 entries added on VLAN 20, 9 expected # 216.63 [+1.16] TEST: cfg6: port_vlan: ngroups reporting [ OK ] # 219.24 [+2.61] TEST: cfg6: port_vlan: isolation of port and per-VLAN ngroups [ OK ] # 221.96 [+2.72] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 221.97 [+0.02] # 221.97 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 221.97 [+0.00] http://www.netsniff-ng.org # 221.98 [+0.00] # 221.98 [+0.00] Usage: mausezahn [options] [interface] || # 221.98 [+0.00] Options: # 221.98 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 221.98 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 221.98 [+0.00] -4 IPv4 mode (default) # 221.98 [+0.00] -6 IPv6 mode # 221.99 [+0.00] -R Set socket priority # 221.99 [+0.00] -c Send packet count times, default:1, infinite:0 # 221.99 [+0.00] -d Apply delay between transmissions. The delay value can be # 221.99 [+0.00] specified in usec (default, no additional unit needed), or in # 221.99 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 222.00 [+0.00] -r Multiplies the specified delay with a random value # 222.00 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 222.00 [+0.00] -a Use specified source mac address, no matter what has # 222.00 [+0.00] been specified with other arguments; keywords see below, # 222.01 [+0.00] Default is own interface # 222.01 [+0.00] -b Same with destination mac address; keywords: # 222.01 [+0.00] rand Use a random MAC address # 222.03 [+0.02] bc Use a broadcast MAC address # 222.03 [+0.00] own Use own interface MAC address (default for source MAC) # 222.04 [+0.00] stp Use IEEE 802.1d STP multicast address # 222.04 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 222.04 [+0.00] -A Use specified source IP address (default is own interface IP) # 222.04 [+0.00] -B Send packet to specified destination IP or domain name # 222.04 [+0.00] -P Use the specified ASCII payload # 222.05 [+0.00] -f Read the ASCII payload from a file # 222.05 [+0.00] -F Read the hexadecimal payload from a file # 222.05 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 222.05 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 222.06 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 222.06 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 222.06 [+0.00] encapsulations in lower layers, most packet types allow/require # 222.06 [+0.00] additional packet-specific arguments in an ; # 222.07 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 222.07 [+0.00] dns, rtp, syslog, lldp and more; # 222.07 [+0.00] For context-help use 'help' as ! # 222.07 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 222.07 [+0.00] Enter -T help or -T rtp help for further information # 222.08 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 222.08 [+0.00] -V|VV|... Verbose and more verbose mode # 222.08 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 222.08 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 222.09 [+0.00] typically combined with one of the verbose modes (v or V) # 222.09 [+0.00] -v Show version # 222.09 [+0.00] -h Print this help # 222.09 [+0.00] # 222.09 [+0.00] Examples: # 222.09 [+0.00] mausezahn -x 99 # 222.09 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 222.09 [+0.00] mausezahn -t cdp change -c 0 # 222.09 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 222.10 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 222.10 [+0.00] # 222.10 [+0.00] Note: # 222.10 [+0.00] This tool is targeted for network developers! You should # 222.10 [+0.00] be aware of what you are doing and what these options above # 222.10 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 222.11 [+0.00] # 222.11 [+0.00] Please report bugs to # 222.11 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 222.11 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 222.11 [+0.00] Swiss federal institute of technology (ETH Zurich) # 222.11 [+0.00] License: GNU GPL version 2.0 # 222.11 [+0.00] This is free software: you are free to change and redistribute it. # 222.12 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 222.12 [+0.00] # 223.16 [+1.04] mcast_max_groups # 225.03 [+1.88] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 225.04 [+0.01] # 225.04 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 225.04 [+0.00] http://www.netsniff-ng.org # 225.04 [+0.00] # 225.04 [+0.00] Usage: mausezahn [options] [interface] || # 225.04 [+0.00] Options: # 225.05 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 225.05 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 225.05 [+0.00] -4 IPv4 mode (default) # 225.05 [+0.00] -6 IPv6 mode # 225.06 [+0.00] -R Set socket priority # 225.06 [+0.00] -c Send packet count times, default:1, infinite:0 # 225.06 [+0.00] -d Apply delay between transmissions. The delay value can be # 225.06 [+0.00] specified in usec (default, no additional unit needed), or in # 225.07 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 225.07 [+0.00] -r Multiplies the specified delay with a random value # 225.07 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 225.08 [+0.00] -a Use specified source mac address, no matter what has # 225.08 [+0.00] been specified with other arguments; keywords see below, # 225.08 [+0.00] Default is own interface # 225.08 [+0.00] -b Same with destination mac address; keywords: # 225.09 [+0.00] rand Use a random MAC address # 225.09 [+0.00] bc Use a broadcast MAC address # 225.10 [+0.01] own Use own interface MAC address (default for source MAC) # 225.10 [+0.00] stp Use IEEE 802.1d STP multicast address # 225.11 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 225.11 [+0.00] -A Use specified source IP address (default is own interface IP) # 225.11 [+0.00] -B Send packet to specified destination IP or domain name # 225.11 [+0.00] -P Use the specified ASCII payload # 225.12 [+0.00] -f Read the ASCII payload from a file # 225.12 [+0.00] -F Read the hexadecimal payload from a file # 225.12 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 225.12 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 225.13 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 225.13 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 225.13 [+0.00] encapsulations in lower layers, most packet types allow/require # 225.14 [+0.00] additional packet-specific arguments in an ; # 225.14 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 225.14 [+0.00] dns, rtp, syslog, lldp and more; # 225.15 [+0.00] For context-help use 'help' as ! # 225.15 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 225.15 [+0.00] Enter -T help or -T rtp help for further information # 225.16 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 225.16 [+0.00] -V|VV|... Verbose and more verbose mode # 225.16 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 225.16 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 225.17 [+0.00] typically combined with one of the verbose modes (v or V) # 225.17 [+0.00] -v Show version # 225.17 [+0.00] -h Print this help # 225.17 [+0.00] # 225.17 [+0.00] Examples: # 225.17 [+0.00] mausezahn -x 99 # 225.17 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 225.18 [+0.00] mausezahn -t cdp change -c 0 # 225.18 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 225.18 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 225.18 [+0.00] # 225.18 [+0.00] Note: # 225.18 [+0.00] This tool is targeted for network developers! You should # 225.19 [+0.00] be aware of what you are doing and what these options above # 225.19 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 225.19 [+0.00] # 225.19 [+0.00] Please report bugs to # 225.19 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 225.19 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 225.20 [+0.00] Swiss federal institute of technology (ETH Zurich) # 225.20 [+0.00] License: GNU GPL version 2.0 # 225.20 [+0.00] This is free software: you are free to change and redistribute it. # 225.20 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 225.21 [+0.00] # 226.33 [+1.13] TEST: ctl6: port_vlan: ngroups reporting [FAIL] # 226.33 [+0.00] Number of groups was 4, now is 4, but 9 expected # 229.11 [+2.78] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 229.12 [+0.01] # 229.12 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 229.12 [+0.00] http://www.netsniff-ng.org # 229.12 [+0.00] # 229.12 [+0.00] Usage: mausezahn [options] [interface] || # 229.13 [+0.00] Options: # 229.13 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 229.13 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 229.13 [+0.00] -4 IPv4 mode (default) # 229.14 [+0.00] -6 IPv6 mode # 229.14 [+0.00] -R Set socket priority # 229.14 [+0.00] -c Send packet count times, default:1, infinite:0 # 229.14 [+0.00] -d Apply delay between transmissions. The delay value can be # 229.14 [+0.00] specified in usec (default, no additional unit needed), or in # 229.15 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 229.15 [+0.00] -r Multiplies the specified delay with a random value # 229.15 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 229.16 [+0.00] -a Use specified source mac address, no matter what has # 229.16 [+0.00] been specified with other arguments; keywords see below, # 229.16 [+0.00] Default is own interface # 229.17 [+0.00] -b Same with destination mac address; keywords: # 229.17 [+0.00] rand Use a random MAC address # 229.18 [+0.01] bc Use a broadcast MAC address # 229.19 [+0.01] own Use own interface MAC address (default for source MAC) # 229.19 [+0.00] stp Use IEEE 802.1d STP multicast address # 229.19 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 229.20 [+0.00] -A Use specified source IP address (default is own interface IP) # 229.20 [+0.00] -B Send packet to specified destination IP or domain name # 229.20 [+0.00] -P Use the specified ASCII payload # 229.21 [+0.00] -f Read the ASCII payload from a file # 229.21 [+0.00] -F Read the hexadecimal payload from a file # 229.21 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 229.21 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 229.22 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 229.22 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 229.22 [+0.00] encapsulations in lower layers, most packet types allow/require # 229.23 [+0.00] additional packet-specific arguments in an ; # 229.23 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 229.23 [+0.00] dns, rtp, syslog, lldp and more; # 229.23 [+0.00] For context-help use 'help' as ! # 229.24 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 229.24 [+0.00] Enter -T help or -T rtp help for further information # 229.24 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 229.25 [+0.00] -V|VV|... Verbose and more verbose mode # 229.25 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 229.25 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 229.26 [+0.00] typically combined with one of the verbose modes (v or V) # 229.26 [+0.00] -v Show version # 229.26 [+0.00] -h Print this help # 229.26 [+0.00] # 229.26 [+0.00] Examples: # 229.26 [+0.00] mausezahn -x 99 # 229.26 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 229.26 [+0.00] mausezahn -t cdp change -c 0 # 229.27 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 229.27 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 229.27 [+0.00] # 229.27 [+0.00] Note: # 229.27 [+0.00] This tool is targeted for network developers! You should # 229.27 [+0.00] be aware of what you are doing and what these options above # 229.28 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 229.28 [+0.00] # 229.28 [+0.00] Please report bugs to # 229.28 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 229.28 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 229.29 [+0.00] Swiss federal institute of technology (ETH Zurich) # 229.29 [+0.00] License: GNU GPL version 2.0 # 229.29 [+0.00] This is free software: you are free to change and redistribute it. # 229.29 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 229.29 [+0.00] # 230.32 [+1.03] mcast_max_groups # 233.18 [+2.86] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 233.18 [+0.01] # 233.18 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 233.19 [+0.00] http://www.netsniff-ng.org # 233.19 [+0.00] # 233.19 [+0.00] Usage: mausezahn [options] [interface] || # 233.19 [+0.00] Options: # 233.19 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 233.19 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 233.20 [+0.00] -4 IPv4 mode (default) # 233.20 [+0.00] -6 IPv6 mode # 233.20 [+0.00] -R Set socket priority # 233.20 [+0.00] -c Send packet count times, default:1, infinite:0 # 233.21 [+0.00] -d Apply delay between transmissions. The delay value can be # 233.21 [+0.00] specified in usec (default, no additional unit needed), or in # 233.21 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 233.22 [+0.00] -r Multiplies the specified delay with a random value # 233.23 [+0.02] -p Pad the raw frame to specified length (using random bytes) # 233.24 [+0.00] -a Use specified source mac address, no matter what has # 233.24 [+0.00] been specified with other arguments; keywords see below, # 233.24 [+0.00] Default is own interface # 233.25 [+0.00] -b Same with destination mac address; keywords: # 233.25 [+0.00] rand Use a random MAC address # 233.25 [+0.00] bc Use a broadcast MAC address # 233.25 [+0.00] own Use own interface MAC address (default for source MAC) # 233.26 [+0.00] stp Use IEEE 802.1d STP multicast address # 233.26 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 233.26 [+0.00] -A Use specified source IP address (default is own interface IP) # 233.26 [+0.00] -B Send packet to specified destination IP or domain name # 233.27 [+0.00] -P Use the specified ASCII payload # 233.27 [+0.00] -f Read the ASCII payload from a file # 233.27 [+0.00] -F Read the hexadecimal payload from a file # 233.27 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 233.28 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 233.28 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 233.28 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 233.29 [+0.00] encapsulations in lower layers, most packet types allow/require # 233.29 [+0.00] additional packet-specific arguments in an ; # 233.29 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 233.30 [+0.00] dns, rtp, syslog, lldp and more; # 233.30 [+0.00] For context-help use 'help' as ! # 233.30 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 233.31 [+0.00] Enter -T help or -T rtp help for further information # 233.31 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 233.31 [+0.00] -V|VV|... Verbose and more verbose mode # 233.31 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 233.32 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 233.32 [+0.00] typically combined with one of the verbose modes (v or V) # 233.32 [+0.00] -v Show version # 233.33 [+0.00] -h Print this help # 233.33 [+0.00] # 233.33 [+0.00] Examples: # 233.33 [+0.00] mausezahn -x 99 # 233.33 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 233.33 [+0.00] mausezahn -t cdp change -c 0 # 233.33 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 233.33 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 233.34 [+0.00] # 233.34 [+0.00] Note: # 233.34 [+0.00] This tool is targeted for network developers! You should # 233.34 [+0.00] be aware of what you are doing and what these options above # 233.34 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 233.34 [+0.00] # 233.35 [+0.00] Please report bugs to # 233.35 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 233.35 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 233.35 [+0.00] Swiss federal institute of technology (ETH Zurich) # 233.35 [+0.00] License: GNU GPL version 2.0 # 233.35 [+0.00] This is free software: you are free to change and redistribute it. # 233.36 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 233.36 [+0.00] # 234.35 [+0.99] mcast_max_groups # 236.30 [+1.95] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 236.30 [+0.00] # 236.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 236.30 [+0.00] http://www.netsniff-ng.org # 236.30 [+0.00] # 236.30 [+0.00] Usage: mausezahn [options] [interface] || # 236.30 [+0.00] Options: # 236.31 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 236.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 236.31 [+0.00] -4 IPv4 mode (default) # 236.31 [+0.00] -6 IPv6 mode # 236.31 [+0.00] -R Set socket priority # 236.31 [+0.00] -c Send packet count times, default:1, infinite:0 # 236.31 [+0.00] -d Apply delay between transmissions. The delay value can be # 236.32 [+0.00] specified in usec (default, no additional unit needed), or in # 236.32 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 236.32 [+0.00] -r Multiplies the specified delay with a random value # 236.32 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 236.32 [+0.00] -a Use specified source mac address, no matter what has # 236.33 [+0.00] been specified with other arguments; keywords see below, # 236.33 [+0.00] Default is own interface # 236.33 [+0.00] -b Same with destination mac address; keywords: # 236.33 [+0.00] rand Use a random MAC address # 236.33 [+0.00] bc Use a broadcast MAC address # 236.33 [+0.00] own Use own interface MAC address (default for source MAC) # 236.33 [+0.00] stp Use IEEE 802.1d STP multicast address # 236.34 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 236.34 [+0.00] -A Use specified source IP address (default is own interface IP) # 236.34 [+0.00] -B Send packet to specified destination IP or domain name # 236.34 [+0.00] -P Use the specified ASCII payload # 236.34 [+0.00] -f Read the ASCII payload from a file # 236.35 [+0.00] -F Read the hexadecimal payload from a file # 236.35 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 236.35 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 236.35 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 236.35 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 236.36 [+0.00] encapsulations in lower layers, most packet types allow/require # 236.36 [+0.00] additional packet-specific arguments in an ; # 236.36 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 236.36 [+0.00] dns, rtp, syslog, lldp and more; # 236.36 [+0.00] For context-help use 'help' as ! # 236.37 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 236.37 [+0.00] Enter -T help or -T rtp help for further information # 236.37 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 236.37 [+0.00] -V|VV|... Verbose and more verbose mode # 236.38 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 236.39 [+0.01] -S Simulation mode: DOES NOT put anything on the wire, this is # 236.39 [+0.00] typically combined with one of the verbose modes (v or V) # 236.39 [+0.00] -v Show version # 236.39 [+0.00] -h Print this help # 236.39 [+0.00] # 236.39 [+0.00] Examples: # 236.39 [+0.00] mausezahn -x 99 # 236.39 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 236.39 [+0.00] mausezahn -t cdp change -c 0 # 236.40 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 236.40 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 236.40 [+0.00] # 236.40 [+0.00] Note: # 236.40 [+0.00] This tool is targeted for network developers! You should # 236.40 [+0.00] be aware of what you are doing and what these options above # 236.40 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 236.40 [+0.00] # 236.40 [+0.00] Please report bugs to # 236.41 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 236.41 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 236.41 [+0.00] Swiss federal institute of technology (ETH Zurich) # 236.41 [+0.00] License: GNU GPL version 2.0 # 236.41 [+0.00] This is free software: you are free to change and redistribute it. # 236.41 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 236.41 [+0.00] # 239.21 [+2.80] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 239.21 [+0.00] # 239.21 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 239.21 [+0.00] http://www.netsniff-ng.org # 239.22 [+0.00] # 239.22 [+0.00] Usage: mausezahn [options] [interface] || # 239.22 [+0.00] Options: # 239.22 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 239.22 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 239.22 [+0.00] -4 IPv4 mode (default) # 239.22 [+0.00] -6 IPv6 mode # 239.22 [+0.00] -R Set socket priority # 239.23 [+0.00] -c Send packet count times, default:1, infinite:0 # 239.23 [+0.00] -d Apply delay between transmissions. The delay value can be # 239.23 [+0.00] specified in usec (default, no additional unit needed), or in # 239.23 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 239.23 [+0.00] -r Multiplies the specified delay with a random value # 239.24 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 239.24 [+0.00] -a Use specified source mac address, no matter what has # 239.24 [+0.00] been specified with other arguments; keywords see below, # 239.24 [+0.00] Default is own interface # 239.24 [+0.00] -b Same with destination mac address; keywords: # 239.24 [+0.00] rand Use a random MAC address # 239.25 [+0.00] bc Use a broadcast MAC address # 239.25 [+0.00] own Use own interface MAC address (default for source MAC) # 239.25 [+0.00] stp Use IEEE 802.1d STP multicast address # 239.25 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 239.25 [+0.00] -A Use specified source IP address (default is own interface IP) # 239.26 [+0.00] -B Send packet to specified destination IP or domain name # 239.26 [+0.00] -P Use the specified ASCII payload # 239.26 [+0.00] -f Read the ASCII payload from a file # 239.26 [+0.00] -F Read the hexadecimal payload from a file # 239.26 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 239.27 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 239.27 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 239.28 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 239.28 [+0.00] encapsulations in lower layers, most packet types allow/require # 239.28 [+0.00] additional packet-specific arguments in an ; # 239.29 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 239.29 [+0.00] dns, rtp, syslog, lldp and more; # 239.29 [+0.00] For context-help use 'help' as ! # 239.29 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 239.29 [+0.00] Enter -T help or -T rtp help for further information # 239.29 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 239.30 [+0.00] -V|VV|... Verbose and more verbose mode # 239.30 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 239.30 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 239.30 [+0.00] typically combined with one of the verbose modes (v or V) # 239.30 [+0.00] -v Show version # 239.30 [+0.00] -h Print this help # 239.31 [+0.00] # 239.31 [+0.00] Examples: # 239.31 [+0.00] mausezahn -x 99 # 239.31 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 239.31 [+0.00] mausezahn -t cdp change -c 0 # 239.31 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 239.31 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 239.31 [+0.00] # 239.31 [+0.00] Note: # 239.31 [+0.00] This tool is targeted for network developers! You should # 239.31 [+0.00] be aware of what you are doing and what these options above # 239.32 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 239.32 [+0.00] # 239.32 [+0.00] Please report bugs to # 239.32 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 239.32 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 239.32 [+0.00] Swiss federal institute of technology (ETH Zurich) # 239.32 [+0.00] License: GNU GPL version 2.0 # 239.32 [+0.00] This is free software: you are free to change and redistribute it. # 239.32 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 239.33 [+0.00] # 240.65 [+1.33] TEST: ctl6: port_vlan: isolation of port and per-VLAN ngroups [FAIL] # 240.65 [+0.00] Number of groups at VLAN 20 was 4, now is 4, but 5 entries added on VLAN 20, 9 expected # 241.91 [+1.25] TEST: cfg4: port_vlan maxgroups: reporting and treatment of 0 [ OK ] # 243.98 [+2.07] TEST: cfg4: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 246.35 [+2.38] TEST: cfg4: port_vlan maxgroups: configure below ngroups [ OK ] # 247.43 [+1.08] TEST: cfg4: port_vlan maxgroups: add too many MDB entries [ OK ] # 251.21 [+3.78] TEST: cfg4: port_vlan maxgroups: isolation of port and per-VLAN ngroups [ OK ] # 253.19 [+1.98] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 253.19 [+0.00] # 253.19 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 253.20 [+0.00] http://www.netsniff-ng.org # 253.20 [+0.00] # 253.20 [+0.00] Usage: mausezahn [options] [interface] || # 253.20 [+0.00] Options: # 253.20 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 253.20 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 253.20 [+0.00] -4 IPv4 mode (default) # 253.20 [+0.00] -6 IPv6 mode # 253.20 [+0.00] -R Set socket priority # 253.21 [+0.00] -c Send packet count times, default:1, infinite:0 # 253.21 [+0.00] -d Apply delay between transmissions. The delay value can be # 253.21 [+0.00] specified in usec (default, no additional unit needed), or in # 253.21 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 253.21 [+0.00] -r Multiplies the specified delay with a random value # 253.22 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 253.22 [+0.00] -a Use specified source mac address, no matter what has # 253.22 [+0.00] been specified with other arguments; keywords see below, # 253.22 [+0.00] Default is own interface # 253.22 [+0.00] -b Same with destination mac address; keywords: # 253.22 [+0.00] rand Use a random MAC address # 253.22 [+0.00] bc Use a broadcast MAC address # 253.23 [+0.00] own Use own interface MAC address (default for source MAC) # 253.23 [+0.00] stp Use IEEE 802.1d STP multicast address # 253.23 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 253.23 [+0.00] -A Use specified source IP address (default is own interface IP) # 253.23 [+0.00] -B Send packet to specified destination IP or domain name # 253.24 [+0.00] -P Use the specified ASCII payload # 253.24 [+0.00] -f Read the ASCII payload from a file # 253.24 [+0.00] -F Read the hexadecimal payload from a file # 253.24 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 253.25 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 253.27 [+0.02] via a comma or a period (e.g. '5:10,20,2:30') # 253.27 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 253.27 [+0.00] encapsulations in lower layers, most packet types allow/require # 253.27 [+0.00] additional packet-specific arguments in an ; # 253.28 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 253.28 [+0.00] dns, rtp, syslog, lldp and more; # 253.28 [+0.00] For context-help use 'help' as ! # 253.28 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 253.29 [+0.00] Enter -T help or -T rtp help for further information # 253.29 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 253.29 [+0.00] -V|VV|... Verbose and more verbose mode # 253.29 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 253.29 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 253.30 [+0.00] typically combined with one of the verbose modes (v or V) # 253.30 [+0.00] -v Show version # 253.30 [+0.00] -h Print this help # 253.30 [+0.00] # 253.30 [+0.00] Examples: # 253.30 [+0.00] mausezahn -x 99 # 253.30 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 253.30 [+0.00] mausezahn -t cdp change -c 0 # 253.30 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 253.31 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 253.31 [+0.00] # 253.31 [+0.00] Note: # 253.31 [+0.00] This tool is targeted for network developers! You should # 253.31 [+0.00] be aware of what you are doing and what these options above # 253.31 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 253.31 [+0.00] # 253.31 [+0.00] Please report bugs to # 253.31 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 253.32 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 253.32 [+0.00] Swiss federal institute of technology (ETH Zurich) # 253.32 [+0.00] License: GNU GPL version 2.0 # 253.32 [+0.00] This is free software: you are free to change and redistribute it. # 253.32 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 253.32 [+0.00] # 254.39 [+1.06] mcast_max_groups # 255.29 [+0.90] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 255.30 [+0.01] # 255.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 255.30 [+0.00] http://www.netsniff-ng.org # 255.30 [+0.00] # 255.30 [+0.00] Usage: mausezahn [options] [interface] || # 255.30 [+0.01] Options: # 255.31 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 255.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 255.31 [+0.00] -4 IPv4 mode (default) # 255.31 [+0.00] -6 IPv6 mode # 255.31 [+0.00] -R Set socket priority # 255.31 [+0.00] -c Send packet count times, default:1, infinite:0 # 255.32 [+0.00] -d Apply delay between transmissions. The delay value can be # 255.32 [+0.00] specified in usec (default, no additional unit needed), or in # 255.32 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 255.32 [+0.00] -r Multiplies the specified delay with a random value # 255.33 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 255.33 [+0.00] -a Use specified source mac address, no matter what has # 255.33 [+0.00] been specified with other arguments; keywords see below, # 255.33 [+0.00] Default is own interface # 255.33 [+0.00] -b Same with destination mac address; keywords: # 255.34 [+0.00] rand Use a random MAC address # 255.34 [+0.00] bc Use a broadcast MAC address # 255.34 [+0.00] own Use own interface MAC address (default for source MAC) # 255.34 [+0.00] stp Use IEEE 802.1d STP multicast address # 255.34 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 255.35 [+0.00] -A Use specified source IP address (default is own interface IP) # 255.35 [+0.00] -B Send packet to specified destination IP or domain name # 255.37 [+0.02] -P Use the specified ASCII payload # 255.37 [+0.00] -f Read the ASCII payload from a file # 255.37 [+0.00] -F Read the hexadecimal payload from a file # 255.37 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 255.38 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 255.38 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 255.38 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 255.38 [+0.00] encapsulations in lower layers, most packet types allow/require # 255.39 [+0.00] additional packet-specific arguments in an ; # 255.39 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 255.39 [+0.00] dns, rtp, syslog, lldp and more; # 255.39 [+0.00] For context-help use 'help' as ! # 255.39 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 255.40 [+0.00] Enter -T help or -T rtp help for further information # 255.40 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 255.40 [+0.00] -V|VV|... Verbose and more verbose mode # 255.40 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 255.40 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 255.41 [+0.00] typically combined with one of the verbose modes (v or V) # 255.41 [+0.00] -v Show version # 255.41 [+0.00] -h Print this help # 255.41 [+0.00] # 255.41 [+0.00] Examples: # 255.41 [+0.00] mausezahn -x 99 # 255.41 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 255.41 [+0.00] mausezahn -t cdp change -c 0 # 255.41 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 255.42 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 255.42 [+0.00] # 255.42 [+0.00] Note: # 255.42 [+0.00] This tool is targeted for network developers! You should # 255.42 [+0.00] be aware of what you are doing and what these options above # 255.42 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 255.42 [+0.00] # 255.42 [+0.00] Please report bugs to # 255.43 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 255.43 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 255.43 [+0.00] Swiss federal institute of technology (ETH Zurich) # 255.43 [+0.00] License: GNU GPL version 2.0 # 255.43 [+0.00] This is free software: you are free to change and redistribute it. # 255.43 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 255.43 [+0.00] # 256.47 [+1.03] TEST: ctl4: port_vlan maxgroups: reporting and treatment of 0 [FAIL] # 256.47 [+0.00] Adding 5 MDB entries failed but should have passed # 258.48 [+2.01] TEST: ctl4: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 260.11 [+1.63] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 260.11 [+0.01] # 260.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 260.11 [+0.00] http://www.netsniff-ng.org # 260.11 [+0.00] # 260.11 [+0.00] Usage: mausezahn [options] [interface] || # 260.11 [+0.00] Options: # 260.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 260.12 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 260.12 [+0.00] -4 IPv4 mode (default) # 260.12 [+0.00] -6 IPv6 mode # 260.12 [+0.00] -R Set socket priority # 260.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 260.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 260.13 [+0.00] specified in usec (default, no additional unit needed), or in # 260.13 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 260.13 [+0.00] -r Multiplies the specified delay with a random value # 260.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 260.13 [+0.00] -a Use specified source mac address, no matter what has # 260.13 [+0.00] been specified with other arguments; keywords see below, # 260.14 [+0.00] Default is own interface # 260.14 [+0.00] -b Same with destination mac address; keywords: # 260.14 [+0.00] rand Use a random MAC address # 260.14 [+0.00] bc Use a broadcast MAC address # 260.14 [+0.00] own Use own interface MAC address (default for source MAC) # 260.14 [+0.00] stp Use IEEE 802.1d STP multicast address # 260.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 260.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 260.15 [+0.00] -B Send packet to specified destination IP or domain name # 260.15 [+0.00] -P Use the specified ASCII payload # 260.15 [+0.00] -f Read the ASCII payload from a file # 260.15 [+0.00] -F Read the hexadecimal payload from a file # 260.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 260.16 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 260.16 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 260.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 260.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 260.16 [+0.00] additional packet-specific arguments in an ; # 260.17 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 260.17 [+0.00] dns, rtp, syslog, lldp and more; # 260.17 [+0.00] For context-help use 'help' as ! # 260.17 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 260.17 [+0.00] Enter -T help or -T rtp help for further information # 260.17 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 260.18 [+0.00] -V|VV|... Verbose and more verbose mode # 260.18 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 260.18 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 260.18 [+0.00] typically combined with one of the verbose modes (v or V) # 260.19 [+0.00] -v Show version # 260.19 [+0.00] -h Print this help # 260.19 [+0.00] # 260.19 [+0.00] Examples: # 260.19 [+0.00] mausezahn -x 99 # 260.19 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 260.19 [+0.00] mausezahn -t cdp change -c 0 # 260.19 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 260.19 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 260.20 [+0.00] # 260.20 [+0.00] Note: # 260.20 [+0.00] This tool is targeted for network developers! You should # 260.20 [+0.00] be aware of what you are doing and what these options above # 260.20 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 260.20 [+0.00] # 260.20 [+0.00] Please report bugs to # 260.20 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 260.21 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 260.21 [+0.00] Swiss federal institute of technology (ETH Zurich) # 260.21 [+0.00] License: GNU GPL version 2.0 # 260.21 [+0.00] This is free software: you are free to change and redistribute it. # 260.21 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 260.21 [+0.00] # 261.42 [+1.20] mcast_max_groups # 265.04 [+3.62] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 265.05 [+0.01] # 265.05 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 265.05 [+0.00] http://www.netsniff-ng.org # 265.06 [+0.00] # 265.06 [+0.00] Usage: mausezahn [options] [interface] || # 265.06 [+0.00] Options: # 265.06 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 265.07 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 265.07 [+0.01] -4 IPv4 mode (default) # 265.07 [+0.00] -6 IPv6 mode # 265.08 [+0.00] -R Set socket priority # 265.08 [+0.00] -c Send packet count times, default:1, infinite:0 # 265.09 [+0.01] -d Apply delay between transmissions. The delay value can be # 265.10 [+0.01] specified in usec (default, no additional unit needed), or in # 265.10 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 265.11 [+0.01] -r Multiplies the specified delay with a random value # 265.11 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 265.12 [+0.00] -a Use specified source mac address, no matter what has # 265.12 [+0.00] been specified with other arguments; keywords see below, # 265.13 [+0.00] Default is own interface # 265.13 [+0.00] -b Same with destination mac address; keywords: # 265.14 [+0.00] rand Use a random MAC address # 265.14 [+0.00] bc Use a broadcast MAC address # 265.14 [+0.00] own Use own interface MAC address (default for source MAC) # 265.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 265.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 265.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 265.15 [+0.00] -B Send packet to specified destination IP or domain name # 265.16 [+0.00] -P Use the specified ASCII payload # 265.16 [+0.00] -f Read the ASCII payload from a file # 265.16 [+0.00] -F Read the hexadecimal payload from a file # 265.17 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 265.17 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 265.17 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 265.17 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 265.18 [+0.00] encapsulations in lower layers, most packet types allow/require # 265.18 [+0.00] additional packet-specific arguments in an ; # 265.18 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 265.19 [+0.00] dns, rtp, syslog, lldp and more; # 265.19 [+0.00] For context-help use 'help' as ! # 265.19 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 265.20 [+0.00] Enter -T help or -T rtp help for further information # 265.20 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 265.20 [+0.00] -V|VV|... Verbose and more verbose mode # 265.20 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 265.21 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 265.21 [+0.00] typically combined with one of the verbose modes (v or V) # 265.21 [+0.00] -v Show version # 265.22 [+0.00] -h Print this help # 265.22 [+0.00] # 265.22 [+0.00] Examples: # 265.22 [+0.00] mausezahn -x 99 # 265.22 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 265.22 [+0.00] mausezahn -t cdp change -c 0 # 265.22 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 265.22 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 265.23 [+0.00] # 265.23 [+0.00] Note: # 265.23 [+0.00] This tool is targeted for network developers! You should # 265.23 [+0.00] be aware of what you are doing and what these options above # 265.23 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 265.24 [+0.00] # 265.24 [+0.00] Please report bugs to # 265.24 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 265.24 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 265.24 [+0.00] Swiss federal institute of technology (ETH Zurich) # 265.24 [+0.00] License: GNU GPL version 2.0 # 265.24 [+0.00] This is free software: you are free to change and redistribute it. # 265.25 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 265.25 [+0.00] # 267.45 [+2.20] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 267.46 [+0.01] # 267.46 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 267.46 [+0.00] http://www.netsniff-ng.org # 267.46 [+0.00] # 267.46 [+0.00] Usage: mausezahn [options] [interface] || # 267.46 [+0.00] Options: # 267.46 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 267.47 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 267.47 [+0.00] -4 IPv4 mode (default) # 267.47 [+0.00] -6 IPv6 mode # 267.47 [+0.00] -R Set socket priority # 267.47 [+0.00] -c Send packet count times, default:1, infinite:0 # 267.48 [+0.00] -d Apply delay between transmissions. The delay value can be # 267.48 [+0.00] specified in usec (default, no additional unit needed), or in # 267.48 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 267.49 [+0.00] -r Multiplies the specified delay with a random value # 267.49 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 267.49 [+0.00] -a Use specified source mac address, no matter what has # 267.50 [+0.01] been specified with other arguments; keywords see below, # 267.51 [+0.01] Default is own interface # 267.51 [+0.00] -b Same with destination mac address; keywords: # 267.51 [+0.00] rand Use a random MAC address # 267.51 [+0.00] bc Use a broadcast MAC address # 267.52 [+0.00] own Use own interface MAC address (default for source MAC) # 267.52 [+0.00] stp Use IEEE 802.1d STP multicast address # 267.52 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 267.52 [+0.00] -A Use specified source IP address (default is own interface IP) # 267.52 [+0.00] -B Send packet to specified destination IP or domain name # 267.52 [+0.00] -P Use the specified ASCII payload # 267.53 [+0.00] -f Read the ASCII payload from a file # 267.53 [+0.00] -F Read the hexadecimal payload from a file # 267.53 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 267.53 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 267.53 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 267.53 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 267.54 [+0.00] encapsulations in lower layers, most packet types allow/require # 267.54 [+0.00] additional packet-specific arguments in an ; # 267.54 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 267.54 [+0.00] dns, rtp, syslog, lldp and more; # 267.54 [+0.00] For context-help use 'help' as ! # 267.55 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 267.55 [+0.00] Enter -T help or -T rtp help for further information # 267.55 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 267.55 [+0.00] -V|VV|... Verbose and more verbose mode # 267.55 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 267.55 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 267.56 [+0.00] typically combined with one of the verbose modes (v or V) # 267.56 [+0.00] -v Show version # 267.56 [+0.00] -h Print this help # 267.56 [+0.00] # 267.56 [+0.00] Examples: # 267.56 [+0.00] mausezahn -x 99 # 267.56 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 267.56 [+0.00] mausezahn -t cdp change -c 0 # 267.56 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 267.56 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 267.57 [+0.00] # 267.57 [+0.00] Note: # 267.57 [+0.00] This tool is targeted for network developers! You should # 267.57 [+0.00] be aware of what you are doing and what these options above # 267.57 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 267.57 [+0.00] # 267.57 [+0.00] Please report bugs to # 267.57 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 267.57 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 267.57 [+0.00] Swiss federal institute of technology (ETH Zurich) # 267.58 [+0.00] License: GNU GPL version 2.0 # 267.58 [+0.00] This is free software: you are free to change and redistribute it. # 267.58 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 267.58 [+0.00] # 268.64 [+1.06] mcast_max_groups # 269.54 [+0.89] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 269.54 [+0.01] # 269.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 269.55 [+0.00] http://www.netsniff-ng.org # 269.55 [+0.00] # 269.55 [+0.00] Usage: mausezahn [options] [interface] || # 269.55 [+0.00] Options: # 269.55 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 269.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 269.56 [+0.00] -4 IPv4 mode (default) # 269.56 [+0.00] -6 IPv6 mode # 269.56 [+0.00] -R Set socket priority # 269.56 [+0.00] -c Send packet count times, default:1, infinite:0 # 269.57 [+0.00] -d Apply delay between transmissions. The delay value can be # 269.57 [+0.00] specified in usec (default, no additional unit needed), or in # 269.57 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 269.58 [+0.00] -r Multiplies the specified delay with a random value # 269.58 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 269.58 [+0.00] -a Use specified source mac address, no matter what has # 269.59 [+0.00] been specified with other arguments; keywords see below, # 269.59 [+0.00] Default is own interface # 269.59 [+0.00] -b Same with destination mac address; keywords: # 269.60 [+0.01] rand Use a random MAC address # 269.61 [+0.00] bc Use a broadcast MAC address # 269.61 [+0.00] own Use own interface MAC address (default for source MAC) # 269.61 [+0.00] stp Use IEEE 802.1d STP multicast address # 269.61 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 269.62 [+0.00] -A Use specified source IP address (default is own interface IP) # 269.62 [+0.00] -B Send packet to specified destination IP or domain name # 269.62 [+0.00] -P Use the specified ASCII payload # 269.63 [+0.00] -f Read the ASCII payload from a file # 269.63 [+0.00] -F Read the hexadecimal payload from a file # 269.63 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 269.63 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 269.64 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 269.64 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 269.64 [+0.00] encapsulations in lower layers, most packet types allow/require # 269.65 [+0.00] additional packet-specific arguments in an ; # 269.65 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 269.65 [+0.00] dns, rtp, syslog, lldp and more; # 269.65 [+0.00] For context-help use 'help' as ! # 269.66 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 269.66 [+0.00] Enter -T help or -T rtp help for further information # 269.66 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 269.67 [+0.00] -V|VV|... Verbose and more verbose mode # 269.67 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 269.67 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 269.68 [+0.00] typically combined with one of the verbose modes (v or V) # 269.68 [+0.00] -v Show version # 269.68 [+0.00] -h Print this help # 269.68 [+0.00] # 269.68 [+0.00] Examples: # 269.68 [+0.00] mausezahn -x 99 # 269.68 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 269.68 [+0.00] mausezahn -t cdp change -c 0 # 269.69 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 269.69 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 269.69 [+0.00] # 269.69 [+0.00] Note: # 269.69 [+0.00] This tool is targeted for network developers! You should # 269.69 [+0.00] be aware of what you are doing and what these options above # 269.70 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 269.70 [+0.00] # 269.70 [+0.00] Please report bugs to # 269.70 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 269.70 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 269.71 [+0.00] Swiss federal institute of technology (ETH Zurich) # 269.71 [+0.00] License: GNU GPL version 2.0 # 269.71 [+0.00] This is free software: you are free to change and redistribute it. # 269.71 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 269.71 [+0.00] # 270.84 [+1.13] TEST: ctl4: port_vlan maxgroups: configure below ngroups [FAIL] # 270.84 [+0.00] dev veth1 vid 10: Adding more entries failed # 274.67 [+3.83] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 274.68 [+0.01] # 274.68 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 274.68 [+0.00] http://www.netsniff-ng.org # 274.69 [+0.00] # 274.69 [+0.00] Usage: mausezahn [options] [interface] || # 274.69 [+0.00] Options: # 274.69 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 274.69 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 274.69 [+0.00] -4 IPv4 mode (default) # 274.70 [+0.00] -6 IPv6 mode # 274.70 [+0.00] -R Set socket priority # 274.70 [+0.00] -c Send packet count times, default:1, infinite:0 # 274.70 [+0.00] -d Apply delay between transmissions. The delay value can be # 274.70 [+0.00] specified in usec (default, no additional unit needed), or in # 274.71 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 274.71 [+0.00] -r Multiplies the specified delay with a random value # 274.71 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 274.71 [+0.00] -a Use specified source mac address, no matter what has # 274.71 [+0.00] been specified with other arguments; keywords see below, # 274.72 [+0.00] Default is own interface # 274.72 [+0.00] -b Same with destination mac address; keywords: # 274.72 [+0.00] rand Use a random MAC address # 274.72 [+0.00] bc Use a broadcast MAC address # 274.72 [+0.00] own Use own interface MAC address (default for source MAC) # 274.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 274.73 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 274.73 [+0.00] -A Use specified source IP address (default is own interface IP) # 274.73 [+0.00] -B Send packet to specified destination IP or domain name # 274.73 [+0.00] -P Use the specified ASCII payload # 274.73 [+0.00] -f Read the ASCII payload from a file # 274.74 [+0.00] -F Read the hexadecimal payload from a file # 274.74 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 274.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 274.74 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 274.74 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 274.75 [+0.00] encapsulations in lower layers, most packet types allow/require # 274.75 [+0.01] additional packet-specific arguments in an ; # 274.76 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 274.77 [+0.00] dns, rtp, syslog, lldp and more; # 274.77 [+0.00] For context-help use 'help' as ! # 274.77 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 274.77 [+0.00] Enter -T help or -T rtp help for further information # 274.77 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 274.78 [+0.00] -V|VV|... Verbose and more verbose mode # 274.78 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 274.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 274.78 [+0.00] typically combined with one of the verbose modes (v or V) # 274.78 [+0.00] -v Show version # 274.78 [+0.00] -h Print this help # 274.78 [+0.00] # 274.78 [+0.00] Examples: # 274.79 [+0.00] mausezahn -x 99 # 274.79 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 274.79 [+0.00] mausezahn -t cdp change -c 0 # 274.79 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 274.79 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 274.79 [+0.00] # 274.79 [+0.00] Note: # 274.79 [+0.00] This tool is targeted for network developers! You should # 274.79 [+0.00] be aware of what you are doing and what these options above # 274.80 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 274.80 [+0.00] # 274.80 [+0.00] Please report bugs to # 274.80 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 274.80 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 274.80 [+0.00] Swiss federal institute of technology (ETH Zurich) # 274.80 [+0.00] License: GNU GPL version 2.0 # 274.81 [+0.00] This is free software: you are free to change and redistribute it. # 274.81 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 274.81 [+0.00] # 276.10 [+1.30] TEST: ctl4: port_vlan maxgroups: add too many MDB entries [ OK ] # 277.95 [+1.84] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 277.96 [+0.01] # 277.96 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 277.96 [+0.00] http://www.netsniff-ng.org # 277.96 [+0.00] # 277.96 [+0.00] Usage: mausezahn [options] [interface] || # 277.96 [+0.00] Options: # 277.96 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 277.96 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 277.97 [+0.00] -4 IPv4 mode (default) # 277.97 [+0.00] -6 IPv6 mode # 277.97 [+0.00] -R Set socket priority # 277.97 [+0.00] -c Send packet count times, default:1, infinite:0 # 277.97 [+0.00] -d Apply delay between transmissions. The delay value can be # 277.97 [+0.00] specified in usec (default, no additional unit needed), or in # 277.98 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 277.98 [+0.00] -r Multiplies the specified delay with a random value # 277.98 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 277.98 [+0.00] -a Use specified source mac address, no matter what has # 277.99 [+0.00] been specified with other arguments; keywords see below, # 277.99 [+0.00] Default is own interface # 277.99 [+0.00] -b Same with destination mac address; keywords: # 277.99 [+0.00] rand Use a random MAC address # 277.99 [+0.00] bc Use a broadcast MAC address # 277.99 [+0.00] own Use own interface MAC address (default for source MAC) # 278.00 [+0.00] stp Use IEEE 802.1d STP multicast address # 278.00 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 278.00 [+0.00] -A Use specified source IP address (default is own interface IP) # 278.00 [+0.00] -B Send packet to specified destination IP or domain name # 278.00 [+0.00] -P Use the specified ASCII payload # 278.01 [+0.00] -f Read the ASCII payload from a file # 278.01 [+0.00] -F Read the hexadecimal payload from a file # 278.01 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 278.01 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 278.01 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 278.02 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 278.02 [+0.00] encapsulations in lower layers, most packet types allow/require # 278.02 [+0.00] additional packet-specific arguments in an ; # 278.03 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 278.03 [+0.00] dns, rtp, syslog, lldp and more; # 278.03 [+0.00] For context-help use 'help' as ! # 278.03 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 278.03 [+0.00] Enter -T help or -T rtp help for further information # 278.04 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 278.04 [+0.00] -V|VV|... Verbose and more verbose mode # 278.04 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 278.04 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 278.05 [+0.00] typically combined with one of the verbose modes (v or V) # 278.05 [+0.00] -v Show version # 278.05 [+0.00] -h Print this help # 278.05 [+0.00] # 278.05 [+0.00] Examples: # 278.05 [+0.00] mausezahn -x 99 # 278.05 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 278.05 [+0.00] mausezahn -t cdp change -c 0 # 278.05 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 278.06 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 278.06 [+0.00] # 278.06 [+0.00] Note: # 278.06 [+0.00] This tool is targeted for network developers! You should # 278.06 [+0.00] be aware of what you are doing and what these options above # 278.06 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 278.07 [+0.00] # 278.07 [+0.00] Please report bugs to # 278.07 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 278.07 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 278.07 [+0.00] Swiss federal institute of technology (ETH Zurich) # 278.07 [+0.00] License: GNU GPL version 2.0 # 278.07 [+0.00] This is free software: you are free to change and redistribute it. # 278.08 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 278.08 [+0.00] # 279.29 [+1.21] mcast_max_groups # 286.24 [+6.95] # 286.24 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 286.25 [+0.00] http://www.netsniff-ng.org # 286.25 [+0.00] # 286.25 [+0.00] Usage: mausezahn [options] [interface] || # 286.25 [+0.00] Options: # 286.25 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 286.25 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 286.26 [+0.00] -4 IPv4 mode (default) # 286.26 [+0.00] -6 IPv6 mode # 286.26 [+0.00] -R Set socket priority # 286.26 [+0.00] -c Send packet count times, default:1, infinite:0 # 286.26 [+0.00] -d Apply delay between transmissions. The delay value can be # 286.27 [+0.00] specified in usec (default, no additional unit needed), or in # 286.27 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 286.27 [+0.00] -r Multiplies the specified delay with a random value # 286.28 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 286.28 [+0.00] -a Use specified source mac address, no matter what has # 286.28 [+0.00] been specified with other arguments; keywords see below, # 286.29 [+0.00] Default is own interface # 286.30 [+0.01] -b Same with destination mac address; keywords: # 286.30 [+0.00] rand Use a random MAC address # 286.31 [+0.00] bc Use a broadcast MAC address # 286.31 [+0.00] own Use own interface MAC address (default for source MAC) # 286.31 [+0.00] stp Use IEEE 802.1d STP multicast address # 286.31 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 286.32 [+0.00] -A Use specified source IP address (default is own interface IP) # 286.32 [+0.00] -B Send packet to specified destination IP or domain name # 286.32 [+0.00] -P Use the specified ASCII payload # 286.33 [+0.00] -f Read the ASCII payload from a file # 286.33 [+0.00] -F Read the hexadecimal payload from a file # 286.33 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 286.33 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 286.34 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 286.34 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 286.34 [+0.00] encapsulations in lower layers, most packet types allow/require # 286.35 [+0.00] additional packet-specific arguments in an ; # 286.35 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 286.35 [+0.00] dns, rtp, syslog, lldp and more; # 286.36 [+0.00] For context-help use 'help' as ! # 286.36 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 286.36 [+0.00] Enter -T help or -T rtp help for further information # 286.36 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 286.37 [+0.00] -V|VV|... Verbose and more verbose mode # 286.37 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 286.37 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 286.38 [+0.00] typically combined with one of the verbose modes (v or V) # 286.38 [+0.00] -v Show version # 286.38 [+0.00] -h Print this help # 286.38 [+0.00] # 286.38 [+0.00] Examples: # 286.38 [+0.00] mausezahn -x 99 # 286.38 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 286.39 [+0.00] mausezahn -t cdp change -c 0 # 286.39 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 286.39 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 286.39 [+0.00] # 286.39 [+0.00] Note: # 286.39 [+0.00] This tool is targeted for network developers! You should # 286.40 [+0.00] be aware of what you are doing and what these options above # 286.40 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 286.40 [+0.00] # 286.40 [+0.00] Please report bugs to # 286.40 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 286.40 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 286.41 [+0.00] Swiss federal institute of technology (ETH Zurich) # 286.41 [+0.00] License: GNU GPL version 2.0 # 286.41 [+0.00] This is free software: you are free to change and redistribute it. # 286.41 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 286.41 [+0.00] # 288.77 [+2.36] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 288.78 [+0.01] # 288.78 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 288.79 [+0.00] http://www.netsniff-ng.org # 288.79 [+0.00] # 288.79 [+0.00] Usage: mausezahn [options] [interface] || # 288.79 [+0.00] Options: # 288.79 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 288.79 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 288.79 [+0.00] -4 IPv4 mode (default) # 288.79 [+0.00] -6 IPv6 mode # 288.79 [+0.00] -R Set socket priority # 288.80 [+0.00] -c Send packet count times, default:1, infinite:0 # 288.80 [+0.00] -d Apply delay between transmissions. The delay value can be # 288.80 [+0.00] specified in usec (default, no additional unit needed), or in # 288.80 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 288.80 [+0.00] -r Multiplies the specified delay with a random value # 288.81 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 288.81 [+0.00] -a Use specified source mac address, no matter what has # 288.81 [+0.00] been specified with other arguments; keywords see below, # 288.81 [+0.00] Default is own interface # 288.81 [+0.00] -b Same with destination mac address; keywords: # 288.81 [+0.00] rand Use a random MAC address # 288.81 [+0.00] bc Use a broadcast MAC address # 288.82 [+0.00] own Use own interface MAC address (default for source MAC) # 288.82 [+0.00] stp Use IEEE 802.1d STP multicast address # 288.82 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 288.82 [+0.00] -A Use specified source IP address (default is own interface IP) # 288.82 [+0.00] -B Send packet to specified destination IP or domain name # 288.83 [+0.00] -P Use the specified ASCII payload # 288.83 [+0.00] -f Read the ASCII payload from a file # 288.83 [+0.00] -F Read the hexadecimal payload from a file # 288.83 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 288.84 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 288.84 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 288.84 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 288.85 [+0.00] encapsulations in lower layers, most packet types allow/require # 288.85 [+0.00] additional packet-specific arguments in an ; # 288.85 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 288.85 [+0.00] dns, rtp, syslog, lldp and more; # 288.85 [+0.00] For context-help use 'help' as ! # 288.85 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 288.86 [+0.00] Enter -T help or -T rtp help for further information # 288.86 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 288.86 [+0.00] -V|VV|... Verbose and more verbose mode # 288.86 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 288.86 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 288.87 [+0.00] typically combined with one of the verbose modes (v or V) # 288.87 [+0.00] -v Show version # 288.87 [+0.00] -h Print this help # 288.87 [+0.00] # 288.87 [+0.00] Examples: # 288.87 [+0.00] mausezahn -x 99 # 288.87 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 288.87 [+0.00] mausezahn -t cdp change -c 0 # 288.87 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 288.87 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 288.88 [+0.00] # 288.88 [+0.00] Note: # 288.88 [+0.00] This tool is targeted for network developers! You should # 288.88 [+0.00] be aware of what you are doing and what these options above # 288.88 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 288.88 [+0.00] # 288.88 [+0.00] Please report bugs to # 288.88 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 288.88 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 288.88 [+0.00] Swiss federal institute of technology (ETH Zurich) # 288.89 [+0.00] License: GNU GPL version 2.0 # 288.89 [+0.00] This is free software: you are free to change and redistribute it. # 288.89 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 288.89 [+0.00] # 290.00 [+1.11] mcast_max_groups # 290.88 [+0.89] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 290.89 [+0.00] # 290.89 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 290.89 [+0.00] http://www.netsniff-ng.org # 290.89 [+0.00] # 290.89 [+0.00] Usage: mausezahn [options] [interface] || # 290.89 [+0.00] Options: # 290.89 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 290.89 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 290.90 [+0.00] -4 IPv4 mode (default) # 290.90 [+0.00] -6 IPv6 mode # 290.90 [+0.00] -R Set socket priority # 290.90 [+0.00] -c Send packet count times, default:1, infinite:0 # 290.90 [+0.00] -d Apply delay between transmissions. The delay value can be # 290.90 [+0.00] specified in usec (default, no additional unit needed), or in # 290.91 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 290.91 [+0.00] -r Multiplies the specified delay with a random value # 290.91 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 290.91 [+0.00] -a Use specified source mac address, no matter what has # 290.91 [+0.00] been specified with other arguments; keywords see below, # 290.91 [+0.00] Default is own interface # 290.92 [+0.00] -b Same with destination mac address; keywords: # 290.92 [+0.00] rand Use a random MAC address # 290.92 [+0.00] bc Use a broadcast MAC address # 290.92 [+0.00] own Use own interface MAC address (default for source MAC) # 290.92 [+0.00] stp Use IEEE 802.1d STP multicast address # 290.92 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 290.93 [+0.00] -A Use specified source IP address (default is own interface IP) # 290.93 [+0.00] -B Send packet to specified destination IP or domain name # 290.93 [+0.00] -P Use the specified ASCII payload # 290.93 [+0.00] -f Read the ASCII payload from a file # 290.93 [+0.00] -F Read the hexadecimal payload from a file # 290.94 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 290.94 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 290.94 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 290.94 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 290.94 [+0.00] encapsulations in lower layers, most packet types allow/require # 290.95 [+0.00] additional packet-specific arguments in an ; # 290.95 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 290.95 [+0.00] dns, rtp, syslog, lldp and more; # 290.95 [+0.00] For context-help use 'help' as ! # 290.95 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 290.96 [+0.00] Enter -T help or -T rtp help for further information # 290.96 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 290.96 [+0.00] -V|VV|... Verbose and more verbose mode # 290.96 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 290.96 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 290.97 [+0.00] typically combined with one of the verbose modes (v or V) # 290.97 [+0.00] -v Show version # 290.97 [+0.00] -h Print this help # 290.97 [+0.00] # 290.97 [+0.00] Examples: # 290.97 [+0.00] mausezahn -x 99 # 290.97 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 290.97 [+0.00] mausezahn -t cdp change -c 0 # 290.97 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 290.98 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 290.99 [+0.01] # 290.99 [+0.00] Note: # 290.99 [+0.00] This tool is targeted for network developers! You should # 290.99 [+0.00] be aware of what you are doing and what these options above # 290.99 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 290.99 [+0.00] # 290.99 [+0.00] Please report bugs to # 290.99 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 291.00 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 291.00 [+0.00] Swiss federal institute of technology (ETH Zurich) # 291.00 [+0.00] License: GNU GPL version 2.0 # 291.00 [+0.00] This is free software: you are free to change and redistribute it. # 291.00 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 291.00 [+0.00] # 292.98 [+1.98] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 292.99 [+0.00] # 292.99 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 292.99 [+0.00] http://www.netsniff-ng.org # 292.99 [+0.00] # 292.99 [+0.00] Usage: mausezahn [options] [interface] || # 292.99 [+0.00] Options: # 292.99 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 293.00 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 293.00 [+0.00] -4 IPv4 mode (default) # 293.00 [+0.00] -6 IPv6 mode # 293.00 [+0.00] -R Set socket priority # 293.00 [+0.00] -c Send packet count times, default:1, infinite:0 # 293.00 [+0.00] -d Apply delay between transmissions. The delay value can be # 293.01 [+0.00] specified in usec (default, no additional unit needed), or in # 293.01 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 293.01 [+0.00] -r Multiplies the specified delay with a random value # 293.01 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 293.01 [+0.00] -a Use specified source mac address, no matter what has # 293.02 [+0.00] been specified with other arguments; keywords see below, # 293.02 [+0.00] Default is own interface # 293.02 [+0.00] -b Same with destination mac address; keywords: # 293.02 [+0.00] rand Use a random MAC address # 293.02 [+0.00] bc Use a broadcast MAC address # 293.02 [+0.00] own Use own interface MAC address (default for source MAC) # 293.02 [+0.00] stp Use IEEE 802.1d STP multicast address # 293.03 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 293.03 [+0.00] -A Use specified source IP address (default is own interface IP) # 293.03 [+0.00] -B Send packet to specified destination IP or domain name # 293.03 [+0.00] -P Use the specified ASCII payload # 293.03 [+0.00] -f Read the ASCII payload from a file # 293.03 [+0.00] -F Read the hexadecimal payload from a file # 293.04 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 293.04 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 293.04 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 293.04 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 293.04 [+0.00] encapsulations in lower layers, most packet types allow/require # 293.04 [+0.00] additional packet-specific arguments in an ; # 293.05 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 293.05 [+0.00] dns, rtp, syslog, lldp and more; # 293.05 [+0.00] For context-help use 'help' as ! # 293.05 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 293.05 [+0.00] Enter -T help or -T rtp help for further information # 293.06 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 293.06 [+0.00] -V|VV|... Verbose and more verbose mode # 293.06 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 293.06 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 293.06 [+0.00] typically combined with one of the verbose modes (v or V) # 293.06 [+0.00] -v Show version # 293.07 [+0.00] -h Print this help # 293.07 [+0.00] # 293.07 [+0.00] Examples: # 293.07 [+0.00] mausezahn -x 99 # 293.07 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 293.07 [+0.00] mausezahn -t cdp change -c 0 # 293.07 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 293.07 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 293.07 [+0.00] # 293.07 [+0.00] Note: # 293.07 [+0.00] This tool is targeted for network developers! You should # 293.07 [+0.00] be aware of what you are doing and what these options above # 293.08 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 293.08 [+0.00] # 293.08 [+0.00] Please report bugs to # 293.08 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 293.08 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 293.08 [+0.00] Swiss federal institute of technology (ETH Zurich) # 293.08 [+0.00] License: GNU GPL version 2.0 # 293.08 [+0.00] This is free software: you are free to change and redistribute it. # 293.09 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 293.09 [+0.00] # 294.49 [+1.40] TEST: ctl4: port_vlan maxgroups: isolation of port and per-VLAN ngroups [FAIL] # 294.49 [+0.00] dev veth1 vid 10: Adding 2 MDB entries failed, but should have passed # 295.80 [+1.31] TEST: cfg6: port_vlan maxgroups: reporting and treatment of 0 [ OK ] # 297.92 [+2.12] TEST: cfg6: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 300.41 [+2.49] TEST: cfg6: port_vlan maxgroups: configure below ngroups [ OK ] # 301.38 [+0.97] TEST: cfg6: port_vlan maxgroups: add too many MDB entries [ OK ] # 305.40 [+4.02] TEST: cfg6: port_vlan maxgroups: isolation of port and per-VLAN ngroups [ OK ] # 308.60 [+3.20] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 308.61 [+0.01] # 308.61 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 308.61 [+0.00] http://www.netsniff-ng.org # 308.61 [+0.00] # 308.61 [+0.00] Usage: mausezahn [options] [interface] || # 308.62 [+0.00] Options: # 308.62 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 308.62 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 308.62 [+0.00] -4 IPv4 mode (default) # 308.62 [+0.00] -6 IPv6 mode # 308.62 [+0.00] -R Set socket priority # 308.63 [+0.00] -c Send packet count times, default:1, infinite:0 # 308.63 [+0.00] -d Apply delay between transmissions. The delay value can be # 308.63 [+0.00] specified in usec (default, no additional unit needed), or in # 308.63 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 308.64 [+0.00] -r Multiplies the specified delay with a random value # 308.64 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 308.64 [+0.00] -a Use specified source mac address, no matter what has # 308.64 [+0.00] been specified with other arguments; keywords see below, # 308.65 [+0.00] Default is own interface # 308.65 [+0.00] -b Same with destination mac address; keywords: # 308.65 [+0.00] rand Use a random MAC address # 308.65 [+0.00] bc Use a broadcast MAC address # 308.65 [+0.00] own Use own interface MAC address (default for source MAC) # 308.66 [+0.00] stp Use IEEE 802.1d STP multicast address # 308.66 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 308.66 [+0.00] -A Use specified source IP address (default is own interface IP) # 308.66 [+0.00] -B Send packet to specified destination IP or domain name # 308.67 [+0.00] -P Use the specified ASCII payload # 308.67 [+0.00] -f Read the ASCII payload from a file # 308.67 [+0.00] -F Read the hexadecimal payload from a file # 308.67 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 308.68 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 308.68 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 308.68 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 308.68 [+0.00] encapsulations in lower layers, most packet types allow/require # 308.69 [+0.00] additional packet-specific arguments in an ; # 308.69 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 308.69 [+0.00] dns, rtp, syslog, lldp and more; # 308.69 [+0.00] For context-help use 'help' as ! # 308.70 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 308.70 [+0.00] Enter -T help or -T rtp help for further information # 308.70 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 308.70 [+0.00] -V|VV|... Verbose and more verbose mode # 308.71 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 308.71 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 308.71 [+0.00] typically combined with one of the verbose modes (v or V) # 308.71 [+0.00] -v Show version # 308.71 [+0.00] -h Print this help # 308.72 [+0.00] # 308.72 [+0.00] Examples: # 308.72 [+0.00] mausezahn -x 99 # 308.72 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 308.72 [+0.00] mausezahn -t cdp change -c 0 # 308.72 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 308.72 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 308.72 [+0.00] # 308.72 [+0.00] Note: # 308.72 [+0.00] This tool is targeted for network developers! You should # 308.73 [+0.00] be aware of what you are doing and what these options above # 308.73 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 308.73 [+0.00] # 308.73 [+0.00] Please report bugs to # 308.73 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 308.73 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 308.74 [+0.00] Swiss federal institute of technology (ETH Zurich) # 308.74 [+0.00] License: GNU GPL version 2.0 # 308.74 [+0.00] This is free software: you are free to change and redistribute it. # 308.74 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 308.74 [+0.00] # 309.93 [+1.18] mcast_max_groups # 311.72 [+1.79] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 311.73 [+0.01] # 311.73 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 311.73 [+0.00] http://www.netsniff-ng.org # 311.73 [+0.00] # 311.73 [+0.00] Usage: mausezahn [options] [interface] || # 311.74 [+0.00] Options: # 311.74 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 311.74 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 311.74 [+0.00] -4 IPv4 mode (default) # 311.74 [+0.00] -6 IPv6 mode # 311.75 [+0.00] -R Set socket priority # 311.75 [+0.00] -c Send packet count times, default:1, infinite:0 # 311.75 [+0.00] -d Apply delay between transmissions. The delay value can be # 311.75 [+0.00] specified in usec (default, no additional unit needed), or in # 311.76 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 311.76 [+0.00] -r Multiplies the specified delay with a random value # 311.76 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 311.77 [+0.00] -a Use specified source mac address, no matter what has # 311.77 [+0.00] been specified with other arguments; keywords see below, # 311.78 [+0.01] Default is own interface # 311.79 [+0.01] -b Same with destination mac address; keywords: # 311.79 [+0.00] rand Use a random MAC address # 311.79 [+0.00] bc Use a broadcast MAC address # 311.79 [+0.00] own Use own interface MAC address (default for source MAC) # 311.80 [+0.00] stp Use IEEE 802.1d STP multicast address # 311.80 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 311.80 [+0.00] -A Use specified source IP address (default is own interface IP) # 311.81 [+0.00] -B Send packet to specified destination IP or domain name # 311.81 [+0.00] -P Use the specified ASCII payload # 311.81 [+0.00] -f Read the ASCII payload from a file # 311.81 [+0.00] -F Read the hexadecimal payload from a file # 311.82 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 311.82 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 311.82 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 311.82 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 311.83 [+0.00] encapsulations in lower layers, most packet types allow/require # 311.83 [+0.00] additional packet-specific arguments in an ; # 311.83 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 311.84 [+0.00] dns, rtp, syslog, lldp and more; # 311.84 [+0.00] For context-help use 'help' as ! # 311.84 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 311.85 [+0.00] Enter -T help or -T rtp help for further information # 311.85 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 311.85 [+0.00] -V|VV|... Verbose and more verbose mode # 311.85 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 311.86 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 311.86 [+0.00] typically combined with one of the verbose modes (v or V) # 311.86 [+0.00] -v Show version # 311.87 [+0.00] -h Print this help # 311.87 [+0.00] # 311.87 [+0.00] Examples: # 311.87 [+0.00] mausezahn -x 99 # 311.87 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 311.87 [+0.00] mausezahn -t cdp change -c 0 # 311.87 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 311.87 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 311.88 [+0.00] # 311.88 [+0.00] Note: # 311.88 [+0.00] This tool is targeted for network developers! You should # 311.88 [+0.00] be aware of what you are doing and what these options above # 311.88 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 311.88 [+0.00] # 311.88 [+0.00] Please report bugs to # 311.89 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 311.89 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 311.89 [+0.00] Swiss federal institute of technology (ETH Zurich) # 311.89 [+0.00] License: GNU GPL version 2.0 # 311.89 [+0.00] This is free software: you are free to change and redistribute it. # 311.90 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 311.90 [+0.00] # 312.89 [+0.99] TEST: ctl6: port_vlan maxgroups: reporting and treatment of 0 [FAIL] # 312.90 [+0.01] Adding 5 MDB entries failed but should have passed # 315.04 [+2.14] TEST: ctl6: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 317.89 [+2.85] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 317.90 [+0.01] # 317.90 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 317.90 [+0.00] http://www.netsniff-ng.org # 317.90 [+0.00] # 317.90 [+0.00] Usage: mausezahn [options] [interface] || # 317.90 [+0.00] Options: # 317.91 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 317.91 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 317.91 [+0.00] -4 IPv4 mode (default) # 317.91 [+0.00] -6 IPv6 mode # 317.91 [+0.00] -R Set socket priority # 317.91 [+0.00] -c Send packet count times, default:1, infinite:0 # 317.91 [+0.00] -d Apply delay between transmissions. The delay value can be # 317.92 [+0.00] specified in usec (default, no additional unit needed), or in # 317.92 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 317.92 [+0.00] -r Multiplies the specified delay with a random value # 317.92 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 317.93 [+0.00] -a Use specified source mac address, no matter what has # 317.93 [+0.00] been specified with other arguments; keywords see below, # 317.93 [+0.00] Default is own interface # 317.93 [+0.00] -b Same with destination mac address; keywords: # 317.93 [+0.00] rand Use a random MAC address # 317.94 [+0.00] bc Use a broadcast MAC address # 317.94 [+0.01] own Use own interface MAC address (default for source MAC) # 317.96 [+0.02] stp Use IEEE 802.1d STP multicast address # 317.97 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 317.97 [+0.00] -A Use specified source IP address (default is own interface IP) # 317.97 [+0.00] -B Send packet to specified destination IP or domain name # 317.97 [+0.00] -P Use the specified ASCII payload # 317.97 [+0.00] -f Read the ASCII payload from a file # 317.97 [+0.00] -F Read the hexadecimal payload from a file # 317.98 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 317.98 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 317.98 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 317.98 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 317.98 [+0.00] encapsulations in lower layers, most packet types allow/require # 317.99 [+0.00] additional packet-specific arguments in an ; # 317.99 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 317.99 [+0.00] dns, rtp, syslog, lldp and more; # 317.99 [+0.00] For context-help use 'help' as ! # 317.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 317.99 [+0.00] Enter -T help or -T rtp help for further information # 318.00 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 318.00 [+0.00] -V|VV|... Verbose and more verbose mode # 318.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 318.00 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 318.00 [+0.00] typically combined with one of the verbose modes (v or V) # 318.01 [+0.00] -v Show version # 318.01 [+0.00] -h Print this help # 318.01 [+0.00] # 318.01 [+0.00] Examples: # 318.01 [+0.00] mausezahn -x 99 # 318.01 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 318.01 [+0.00] mausezahn -t cdp change -c 0 # 318.01 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 318.01 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 318.01 [+0.00] # 318.01 [+0.00] Note: # 318.01 [+0.00] This tool is targeted for network developers! You should # 318.01 [+0.00] be aware of what you are doing and what these options above # 318.02 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 318.02 [+0.00] # 318.02 [+0.00] Please report bugs to # 318.02 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 318.02 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 318.02 [+0.00] Swiss federal institute of technology (ETH Zurich) # 318.02 [+0.00] License: GNU GPL version 2.0 # 318.02 [+0.00] This is free software: you are free to change and redistribute it. # 318.03 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 318.03 [+0.00] # 319.07 [+1.05] mcast_max_groups # 324.53 [+5.46] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 324.54 [+0.00] # 324.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 324.54 [+0.00] http://www.netsniff-ng.org # 324.54 [+0.00] # 324.54 [+0.00] Usage: mausezahn [options] [interface] || # 324.54 [+0.00] Options: # 324.54 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 324.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 324.55 [+0.00] -4 IPv4 mode (default) # 324.55 [+0.00] -6 IPv6 mode # 324.55 [+0.00] -R Set socket priority # 324.55 [+0.00] -c Send packet count times, default:1, infinite:0 # 324.55 [+0.00] -d Apply delay between transmissions. The delay value can be # 324.56 [+0.00] specified in usec (default, no additional unit needed), or in # 324.56 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 324.56 [+0.00] -r Multiplies the specified delay with a random value # 324.56 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 324.56 [+0.00] -a Use specified source mac address, no matter what has # 324.56 [+0.00] been specified with other arguments; keywords see below, # 324.57 [+0.00] Default is own interface # 324.57 [+0.00] -b Same with destination mac address; keywords: # 324.57 [+0.00] rand Use a random MAC address # 324.57 [+0.00] bc Use a broadcast MAC address # 324.57 [+0.00] own Use own interface MAC address (default for source MAC) # 324.57 [+0.00] stp Use IEEE 802.1d STP multicast address # 324.57 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 324.58 [+0.00] -A Use specified source IP address (default is own interface IP) # 324.58 [+0.00] -B Send packet to specified destination IP or domain name # 324.58 [+0.00] -P Use the specified ASCII payload # 324.58 [+0.00] -f Read the ASCII payload from a file # 324.58 [+0.00] -F Read the hexadecimal payload from a file # 324.58 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 324.59 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 324.59 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 324.59 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 324.59 [+0.00] encapsulations in lower layers, most packet types allow/require # 324.59 [+0.00] additional packet-specific arguments in an ; # 324.60 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 324.60 [+0.00] dns, rtp, syslog, lldp and more; # 324.60 [+0.00] For context-help use 'help' as ! # 324.60 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 324.60 [+0.00] Enter -T help or -T rtp help for further information # 324.60 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 324.61 [+0.00] -V|VV|... Verbose and more verbose mode # 324.61 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 324.61 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 324.61 [+0.00] typically combined with one of the verbose modes (v or V) # 324.61 [+0.00] -v Show version # 324.61 [+0.00] -h Print this help # 324.62 [+0.00] # 324.62 [+0.00] Examples: # 324.62 [+0.00] mausezahn -x 99 # 324.62 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 324.62 [+0.00] mausezahn -t cdp change -c 0 # 324.62 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 324.62 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 324.62 [+0.00] # 324.62 [+0.00] Note: # 324.62 [+0.00] This tool is targeted for network developers! You should # 324.62 [+0.00] be aware of what you are doing and what these options above # 324.62 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 324.63 [+0.00] # 324.63 [+0.00] Please report bugs to # 324.63 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 324.63 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 324.63 [+0.00] Swiss federal institute of technology (ETH Zurich) # 324.63 [+0.00] License: GNU GPL version 2.0 # 324.63 [+0.00] This is free software: you are free to change and redistribute it. # 324.63 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 324.63 [+0.00] # 328.01 [+3.37] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 328.01 [+0.00] # 328.01 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 328.02 [+0.00] http://www.netsniff-ng.org # 328.02 [+0.00] # 328.02 [+0.00] Usage: mausezahn [options] [interface] || # 328.02 [+0.00] Options: # 328.02 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 328.02 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 328.02 [+0.00] -4 IPv4 mode (default) # 328.02 [+0.00] -6 IPv6 mode # 328.02 [+0.00] -R Set socket priority # 328.03 [+0.00] -c Send packet count times, default:1, infinite:0 # 328.03 [+0.00] -d Apply delay between transmissions. The delay value can be # 328.03 [+0.00] specified in usec (default, no additional unit needed), or in # 328.03 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 328.03 [+0.00] -r Multiplies the specified delay with a random value # 328.03 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 328.04 [+0.00] -a Use specified source mac address, no matter what has # 328.04 [+0.00] been specified with other arguments; keywords see below, # 328.04 [+0.00] Default is own interface # 328.04 [+0.00] -b Same with destination mac address; keywords: # 328.04 [+0.00] rand Use a random MAC address # 328.04 [+0.00] bc Use a broadcast MAC address # 328.05 [+0.00] own Use own interface MAC address (default for source MAC) # 328.05 [+0.00] stp Use IEEE 802.1d STP multicast address # 328.05 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 328.05 [+0.00] -A Use specified source IP address (default is own interface IP) # 328.05 [+0.00] -B Send packet to specified destination IP or domain name # 328.05 [+0.00] -P Use the specified ASCII payload # 328.06 [+0.00] -f Read the ASCII payload from a file # 328.06 [+0.00] -F Read the hexadecimal payload from a file # 328.06 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 328.06 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 328.06 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 328.07 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 328.07 [+0.00] encapsulations in lower layers, most packet types allow/require # 328.07 [+0.00] additional packet-specific arguments in an ; # 328.07 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 328.07 [+0.00] dns, rtp, syslog, lldp and more; # 328.08 [+0.00] For context-help use 'help' as ! # 328.08 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 328.08 [+0.00] Enter -T help or -T rtp help for further information # 328.08 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 328.08 [+0.00] -V|VV|... Verbose and more verbose mode # 328.08 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 328.09 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 328.09 [+0.00] typically combined with one of the verbose modes (v or V) # 328.09 [+0.00] -v Show version # 328.09 [+0.00] -h Print this help # 328.09 [+0.00] # 328.09 [+0.00] Examples: # 328.09 [+0.00] mausezahn -x 99 # 328.09 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 328.09 [+0.00] mausezahn -t cdp change -c 0 # 328.09 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 328.10 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 328.10 [+0.00] # 328.10 [+0.00] Note: # 328.10 [+0.00] This tool is targeted for network developers! You should # 328.10 [+0.00] be aware of what you are doing and what these options above # 328.10 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 328.10 [+0.00] # 328.10 [+0.00] Please report bugs to # 328.10 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 328.11 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 328.11 [+0.00] Swiss federal institute of technology (ETH Zurich) # 328.11 [+0.00] License: GNU GPL version 2.0 # 328.11 [+0.00] This is free software: you are free to change and redistribute it. # 328.11 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 328.11 [+0.00] # 329.31 [+1.20] mcast_max_groups # 331.15 [+1.84] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 331.16 [+0.00] # 331.16 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 331.16 [+0.00] http://www.netsniff-ng.org # 331.16 [+0.00] # 331.16 [+0.00] Usage: mausezahn [options] [interface] || # 331.16 [+0.00] Options: # 331.16 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 331.17 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 331.17 [+0.00] -4 IPv4 mode (default) # 331.17 [+0.00] -6 IPv6 mode # 331.17 [+0.00] -R Set socket priority # 331.17 [+0.00] -c Send packet count times, default:1, infinite:0 # 331.17 [+0.00] -d Apply delay between transmissions. The delay value can be # 331.17 [+0.00] specified in usec (default, no additional unit needed), or in # 331.18 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 331.18 [+0.00] -r Multiplies the specified delay with a random value # 331.18 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 331.18 [+0.00] -a Use specified source mac address, no matter what has # 331.19 [+0.00] been specified with other arguments; keywords see below, # 331.19 [+0.00] Default is own interface # 331.19 [+0.00] -b Same with destination mac address; keywords: # 331.19 [+0.00] rand Use a random MAC address # 331.19 [+0.00] bc Use a broadcast MAC address # 331.19 [+0.00] own Use own interface MAC address (default for source MAC) # 331.19 [+0.00] stp Use IEEE 802.1d STP multicast address # 331.20 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 331.20 [+0.00] -A Use specified source IP address (default is own interface IP) # 331.20 [+0.00] -B Send packet to specified destination IP or domain name # 331.20 [+0.00] -P Use the specified ASCII payload # 331.20 [+0.00] -f Read the ASCII payload from a file # 331.20 [+0.00] -F Read the hexadecimal payload from a file # 331.21 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 331.21 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 331.21 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 331.21 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 331.22 [+0.00] encapsulations in lower layers, most packet types allow/require # 331.22 [+0.01] additional packet-specific arguments in an ; # 331.23 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 331.23 [+0.00] dns, rtp, syslog, lldp and more; # 331.24 [+0.00] For context-help use 'help' as ! # 331.24 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 331.24 [+0.00] Enter -T help or -T rtp help for further information # 331.24 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 331.24 [+0.00] -V|VV|... Verbose and more verbose mode # 331.25 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 331.25 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 331.25 [+0.00] typically combined with one of the verbose modes (v or V) # 331.25 [+0.00] -v Show version # 331.25 [+0.00] -h Print this help # 331.25 [+0.00] # 331.25 [+0.00] Examples: # 331.25 [+0.00] mausezahn -x 99 # 331.25 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 331.26 [+0.00] mausezahn -t cdp change -c 0 # 331.26 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 331.26 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 331.26 [+0.00] # 331.26 [+0.00] Note: # 331.26 [+0.00] This tool is targeted for network developers! You should # 331.26 [+0.00] be aware of what you are doing and what these options above # 331.26 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 331.26 [+0.00] # 331.26 [+0.00] Please report bugs to # 331.27 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 331.27 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 331.27 [+0.00] Swiss federal institute of technology (ETH Zurich) # 331.27 [+0.00] License: GNU GPL version 2.0 # 331.27 [+0.00] This is free software: you are free to change and redistribute it. # 331.27 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 331.27 [+0.00] # 332.46 [+1.18] TEST: ctl6: port_vlan maxgroups: configure below ngroups [FAIL] # 332.46 [+0.00] dev veth1 vid 10: Adding more entries failed # 338.45 [+5.99] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 338.46 [+0.01] # 338.46 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 338.46 [+0.00] http://www.netsniff-ng.org # 338.46 [+0.00] # 338.46 [+0.00] Usage: mausezahn [options] [interface] || # 338.46 [+0.00] Options: # 338.46 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 338.46 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 338.47 [+0.00] -4 IPv4 mode (default) # 338.47 [+0.00] -6 IPv6 mode # 338.47 [+0.00] -R Set socket priority # 338.47 [+0.00] -c Send packet count times, default:1, infinite:0 # 338.47 [+0.00] -d Apply delay between transmissions. The delay value can be # 338.47 [+0.00] specified in usec (default, no additional unit needed), or in # 338.48 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 338.48 [+0.00] -r Multiplies the specified delay with a random value # 338.48 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 338.48 [+0.00] -a Use specified source mac address, no matter what has # 338.48 [+0.00] been specified with other arguments; keywords see below, # 338.49 [+0.00] Default is own interface # 338.49 [+0.00] -b Same with destination mac address; keywords: # 338.49 [+0.00] rand Use a random MAC address # 338.49 [+0.00] bc Use a broadcast MAC address # 338.49 [+0.00] own Use own interface MAC address (default for source MAC) # 338.49 [+0.00] stp Use IEEE 802.1d STP multicast address # 338.50 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 338.50 [+0.00] -A Use specified source IP address (default is own interface IP) # 338.50 [+0.00] -B Send packet to specified destination IP or domain name # 338.50 [+0.00] -P Use the specified ASCII payload # 338.50 [+0.00] -f Read the ASCII payload from a file # 338.51 [+0.00] -F Read the hexadecimal payload from a file # 338.51 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 338.51 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 338.51 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 338.51 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 338.52 [+0.00] encapsulations in lower layers, most packet types allow/require # 338.52 [+0.00] additional packet-specific arguments in an ; # 338.52 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 338.52 [+0.00] dns, rtp, syslog, lldp and more; # 338.53 [+0.00] For context-help use 'help' as ! # 338.53 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 338.53 [+0.00] Enter -T help or -T rtp help for further information # 338.53 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 338.53 [+0.00] -V|VV|... Verbose and more verbose mode # 338.54 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 338.54 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 338.54 [+0.00] typically combined with one of the verbose modes (v or V) # 338.54 [+0.00] -v Show version # 338.54 [+0.00] -h Print this help # 338.55 [+0.00] # 338.55 [+0.00] Examples: # 338.55 [+0.00] mausezahn -x 99 # 338.55 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 338.55 [+0.00] mausezahn -t cdp change -c 0 # 338.55 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 338.55 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 338.55 [+0.00] # 338.55 [+0.00] Note: # 338.55 [+0.00] This tool is targeted for network developers! You should # 338.55 [+0.00] be aware of what you are doing and what these options above # 338.56 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 338.56 [+0.00] # 338.56 [+0.00] Please report bugs to # 338.56 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 338.56 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 338.56 [+0.00] Swiss federal institute of technology (ETH Zurich) # 338.56 [+0.00] License: GNU GPL version 2.0 # 338.56 [+0.00] This is free software: you are free to change and redistribute it. # 338.57 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 338.57 [+0.00] # 339.97 [+1.40] TEST: ctl6: port_vlan maxgroups: add too many MDB entries [ OK ] # 342.79 [+2.82] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 342.80 [+0.01] # 342.80 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 342.80 [+0.00] http://www.netsniff-ng.org # 342.80 [+0.00] # 342.80 [+0.00] Usage: mausezahn [options] [interface] || # 342.81 [+0.00] Options: # 342.81 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 342.81 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 342.81 [+0.00] -4 IPv4 mode (default) # 342.81 [+0.00] -6 IPv6 mode # 342.82 [+0.00] -R Set socket priority # 342.82 [+0.00] -c Send packet count times, default:1, infinite:0 # 342.82 [+0.00] -d Apply delay between transmissions. The delay value can be # 342.82 [+0.00] specified in usec (default, no additional unit needed), or in # 342.83 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 342.83 [+0.00] -r Multiplies the specified delay with a random value # 342.83 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 342.84 [+0.00] -a Use specified source mac address, no matter what has # 342.84 [+0.00] been specified with other arguments; keywords see below, # 342.84 [+0.01] Default is own interface # 342.85 [+0.01] -b Same with destination mac address; keywords: # 342.86 [+0.00] rand Use a random MAC address # 342.86 [+0.00] bc Use a broadcast MAC address # 342.86 [+0.00] own Use own interface MAC address (default for source MAC) # 342.86 [+0.00] stp Use IEEE 802.1d STP multicast address # 342.87 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 342.87 [+0.00] -A Use specified source IP address (default is own interface IP) # 342.87 [+0.00] -B Send packet to specified destination IP or domain name # 342.88 [+0.00] -P Use the specified ASCII payload # 342.88 [+0.00] -f Read the ASCII payload from a file # 342.88 [+0.00] -F Read the hexadecimal payload from a file # 342.88 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 342.89 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 342.89 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 342.89 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 342.90 [+0.00] encapsulations in lower layers, most packet types allow/require # 342.90 [+0.00] additional packet-specific arguments in an ; # 342.90 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 342.91 [+0.00] dns, rtp, syslog, lldp and more; # 342.91 [+0.00] For context-help use 'help' as ! # 342.91 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 342.91 [+0.00] Enter -T help or -T rtp help for further information # 342.92 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 342.92 [+0.00] -V|VV|... Verbose and more verbose mode # 342.92 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 342.93 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 342.93 [+0.00] typically combined with one of the verbose modes (v or V) # 342.93 [+0.00] -v Show version # 342.93 [+0.00] -h Print this help # 342.93 [+0.00] # 342.93 [+0.00] Examples: # 342.94 [+0.00] mausezahn -x 99 # 342.94 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 342.94 [+0.00] mausezahn -t cdp change -c 0 # 342.94 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 342.94 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 342.94 [+0.00] # 342.95 [+0.00] Note: # 342.95 [+0.00] This tool is targeted for network developers! You should # 342.95 [+0.00] be aware of what you are doing and what these options above # 342.95 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 342.95 [+0.00] # 342.95 [+0.00] Please report bugs to # 342.95 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 342.96 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 342.96 [+0.00] Swiss federal institute of technology (ETH Zurich) # 342.96 [+0.00] License: GNU GPL version 2.0 # 342.96 [+0.00] This is free software: you are free to change and redistribute it. # 342.96 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 342.97 [+0.00] # 343.99 [+1.03] mcast_max_groups # 353.96 [+9.96] # 353.96 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 353.96 [+0.00] http://www.netsniff-ng.org # 353.96 [+0.00] # 353.96 [+0.00] Usage: mausezahn [options] [interface] || # 353.97 [+0.00] Options: # 353.97 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 353.97 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 353.97 [+0.00] -4 IPv4 mode (default) # 353.97 [+0.00] -6 IPv6 mode # 353.97 [+0.00] -R Set socket priority # 353.98 [+0.00] -c Send packet count times, default:1, infinite:0 # 353.98 [+0.00] -d Apply delay between transmissions. The delay value can be # 353.98 [+0.00] specified in usec (default, no additional unit needed), or in # 353.98 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 353.98 [+0.00] -r Multiplies the specified delay with a random value # 353.99 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 353.99 [+0.00] -a Use specified source mac address, no matter what has # 353.99 [+0.00] been specified with other arguments; keywords see below, # 353.99 [+0.00] Default is own interface # 353.99 [+0.00] -b Same with destination mac address; keywords: # 354.00 [+0.00] rand Use a random MAC address # 354.00 [+0.00] bc Use a broadcast MAC address # 354.00 [+0.00] own Use own interface MAC address (default for source MAC) # 354.00 [+0.00] stp Use IEEE 802.1d STP multicast address # 354.00 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 354.01 [+0.00] -A Use specified source IP address (default is own interface IP) # 354.01 [+0.00] -B Send packet to specified destination IP or domain name # 354.01 [+0.00] -P Use the specified ASCII payload # 354.01 [+0.00] -f Read the ASCII payload from a file # 354.01 [+0.00] -F Read the hexadecimal payload from a file # 354.01 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 354.02 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 354.02 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 354.02 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 354.02 [+0.00] encapsulations in lower layers, most packet types allow/require # 354.03 [+0.00] additional packet-specific arguments in an ; # 354.03 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 354.03 [+0.00] dns, rtp, syslog, lldp and more; # 354.03 [+0.00] For context-help use 'help' as ! # 354.03 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 354.04 [+0.00] Enter -T help or -T rtp help for further information # 354.04 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 354.04 [+0.00] -V|VV|... Verbose and more verbose mode # 354.04 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 354.04 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 354.05 [+0.00] typically combined with one of the verbose modes (v or V) # 354.05 [+0.00] -v Show version # 354.05 [+0.00] -h Print this help # 354.05 [+0.00] # 354.05 [+0.00] Examples: # 354.05 [+0.00] mausezahn -x 99 # 354.05 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 354.05 [+0.00] mausezahn -t cdp change -c 0 # 354.05 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 354.06 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 354.06 [+0.00] # 354.06 [+0.00] Note: # 354.06 [+0.00] This tool is targeted for network developers! You should # 354.06 [+0.00] be aware of what you are doing and what these options above # 354.06 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 354.06 [+0.00] # 354.06 [+0.00] Please report bugs to # 354.07 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 354.07 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 354.07 [+0.00] Swiss federal institute of technology (ETH Zurich) # 354.07 [+0.00] License: GNU GPL version 2.0 # 354.07 [+0.00] This is free software: you are free to change and redistribute it. # 354.07 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 354.07 [+0.00] # 357.46 [+3.39] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 357.47 [+0.01] # 357.47 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 357.47 [+0.00] http://www.netsniff-ng.org # 357.47 [+0.00] # 357.47 [+0.00] Usage: mausezahn [options] [interface] || # 357.47 [+0.00] Options: # 357.48 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 357.48 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 357.48 [+0.00] -4 IPv4 mode (default) # 357.48 [+0.00] -6 IPv6 mode # 357.48 [+0.00] -R Set socket priority # 357.48 [+0.00] -c Send packet count times, default:1, infinite:0 # 357.48 [+0.00] -d Apply delay between transmissions. The delay value can be # 357.49 [+0.00] specified in usec (default, no additional unit needed), or in # 357.49 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 357.49 [+0.00] -r Multiplies the specified delay with a random value # 357.49 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 357.49 [+0.00] -a Use specified source mac address, no matter what has # 357.50 [+0.00] been specified with other arguments; keywords see below, # 357.50 [+0.00] Default is own interface # 357.50 [+0.00] -b Same with destination mac address; keywords: # 357.50 [+0.00] rand Use a random MAC address # 357.50 [+0.00] bc Use a broadcast MAC address # 357.50 [+0.00] own Use own interface MAC address (default for source MAC) # 357.51 [+0.00] stp Use IEEE 802.1d STP multicast address # 357.51 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 357.51 [+0.00] -A Use specified source IP address (default is own interface IP) # 357.51 [+0.00] -B Send packet to specified destination IP or domain name # 357.51 [+0.00] -P Use the specified ASCII payload # 357.51 [+0.00] -f Read the ASCII payload from a file # 357.52 [+0.00] -F Read the hexadecimal payload from a file # 357.52 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 357.52 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 357.52 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 357.52 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 357.52 [+0.00] encapsulations in lower layers, most packet types allow/require # 357.53 [+0.00] additional packet-specific arguments in an ; # 357.53 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 357.53 [+0.00] dns, rtp, syslog, lldp and more; # 357.53 [+0.00] For context-help use 'help' as ! # 357.53 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 357.53 [+0.00] Enter -T help or -T rtp help for further information # 357.54 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 357.54 [+0.00] -V|VV|... Verbose and more verbose mode # 357.54 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 357.54 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 357.54 [+0.00] typically combined with one of the verbose modes (v or V) # 357.55 [+0.00] -v Show version # 357.55 [+0.00] -h Print this help # 357.55 [+0.00] # 357.55 [+0.00] Examples: # 357.55 [+0.00] mausezahn -x 99 # 357.55 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 357.55 [+0.00] mausezahn -t cdp change -c 0 # 357.55 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 357.55 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 357.56 [+0.00] # 357.56 [+0.00] Note: # 357.56 [+0.00] This tool is targeted for network developers! You should # 357.56 [+0.00] be aware of what you are doing and what these options above # 357.56 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 357.56 [+0.00] # 357.56 [+0.00] Please report bugs to # 357.56 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 357.56 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 357.57 [+0.00] Swiss federal institute of technology (ETH Zurich) # 357.57 [+0.00] License: GNU GPL version 2.0 # 357.57 [+0.00] This is free software: you are free to change and redistribute it. # 357.57 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 357.57 [+0.00] # 358.78 [+1.20] mcast_max_groups # 360.58 [+1.81] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 360.59 [+0.00] # 360.59 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 360.59 [+0.00] http://www.netsniff-ng.org # 360.59 [+0.00] # 360.59 [+0.00] Usage: mausezahn [options] [interface] || # 360.59 [+0.00] Options: # 360.59 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 360.59 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 360.60 [+0.00] -4 IPv4 mode (default) # 360.60 [+0.00] -6 IPv6 mode # 360.60 [+0.00] -R Set socket priority # 360.60 [+0.00] -c Send packet count times, default:1, infinite:0 # 360.60 [+0.00] -d Apply delay between transmissions. The delay value can be # 360.60 [+0.00] specified in usec (default, no additional unit needed), or in # 360.61 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 360.61 [+0.00] -r Multiplies the specified delay with a random value # 360.61 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 360.61 [+0.00] -a Use specified source mac address, no matter what has # 360.61 [+0.00] been specified with other arguments; keywords see below, # 360.62 [+0.00] Default is own interface # 360.62 [+0.00] -b Same with destination mac address; keywords: # 360.62 [+0.00] rand Use a random MAC address # 360.62 [+0.00] bc Use a broadcast MAC address # 360.62 [+0.00] own Use own interface MAC address (default for source MAC) # 360.62 [+0.00] stp Use IEEE 802.1d STP multicast address # 360.63 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 360.63 [+0.00] -A Use specified source IP address (default is own interface IP) # 360.63 [+0.00] -B Send packet to specified destination IP or domain name # 360.63 [+0.00] -P Use the specified ASCII payload # 360.63 [+0.00] -f Read the ASCII payload from a file # 360.63 [+0.00] -F Read the hexadecimal payload from a file # 360.64 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 360.64 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 360.64 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 360.64 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 360.64 [+0.00] encapsulations in lower layers, most packet types allow/require # 360.65 [+0.00] additional packet-specific arguments in an ; # 360.65 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 360.65 [+0.00] dns, rtp, syslog, lldp and more; # 360.65 [+0.00] For context-help use 'help' as ! # 360.65 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 360.65 [+0.00] Enter -T help or -T rtp help for further information # 360.66 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 360.66 [+0.00] -V|VV|... Verbose and more verbose mode # 360.66 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 360.66 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 360.66 [+0.00] typically combined with one of the verbose modes (v or V) # 360.66 [+0.00] -v Show version # 360.67 [+0.00] -h Print this help # 360.67 [+0.00] # 360.67 [+0.00] Examples: # 360.67 [+0.00] mausezahn -x 99 # 360.67 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 360.67 [+0.00] mausezahn -t cdp change -c 0 # 360.67 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 360.67 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 360.67 [+0.00] # 360.67 [+0.00] Note: # 360.67 [+0.00] This tool is targeted for network developers! You should # 360.67 [+0.00] be aware of what you are doing and what these options above # 360.68 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 360.68 [+0.00] # 360.68 [+0.00] Please report bugs to # 360.68 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 360.68 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 360.68 [+0.00] Swiss federal institute of technology (ETH Zurich) # 360.68 [+0.00] License: GNU GPL version 2.0 # 360.68 [+0.00] This is free software: you are free to change and redistribute it. # 360.69 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 360.69 [+0.00] # 363.61 [+2.93] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 363.62 [+0.00] # 363.62 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 363.62 [+0.00] http://www.netsniff-ng.org # 363.62 [+0.00] # 363.62 [+0.00] Usage: mausezahn [options] [interface] || # 363.62 [+0.00] Options: # 363.62 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 363.62 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 363.63 [+0.00] -4 IPv4 mode (default) # 363.63 [+0.00] -6 IPv6 mode # 363.63 [+0.00] -R Set socket priority # 363.63 [+0.00] -c Send packet count times, default:1, infinite:0 # 363.63 [+0.00] -d Apply delay between transmissions. The delay value can be # 363.63 [+0.00] specified in usec (default, no additional unit needed), or in # 363.63 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 363.64 [+0.00] -r Multiplies the specified delay with a random value # 363.64 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 363.64 [+0.00] -a Use specified source mac address, no matter what has # 363.64 [+0.00] been specified with other arguments; keywords see below, # 363.65 [+0.00] Default is own interface # 363.65 [+0.00] -b Same with destination mac address; keywords: # 363.65 [+0.00] rand Use a random MAC address # 363.65 [+0.00] bc Use a broadcast MAC address # 363.65 [+0.00] own Use own interface MAC address (default for source MAC) # 363.65 [+0.00] stp Use IEEE 802.1d STP multicast address # 363.66 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 363.66 [+0.00] -A Use specified source IP address (default is own interface IP) # 363.66 [+0.01] -B Send packet to specified destination IP or domain name # 363.67 [+0.01] -P Use the specified ASCII payload # 363.67 [+0.00] -f Read the ASCII payload from a file # 363.67 [+0.00] -F Read the hexadecimal payload from a file # 363.68 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 363.68 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 363.68 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 363.68 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 363.68 [+0.00] encapsulations in lower layers, most packet types allow/require # 363.69 [+0.00] additional packet-specific arguments in an ; # 363.69 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 363.69 [+0.00] dns, rtp, syslog, lldp and more; # 363.69 [+0.00] For context-help use 'help' as ! # 363.69 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 363.70 [+0.00] Enter -T help or -T rtp help for further information # 363.70 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 363.70 [+0.00] -V|VV|... Verbose and more verbose mode # 363.70 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 363.70 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 363.71 [+0.00] typically combined with one of the verbose modes (v or V) # 363.71 [+0.00] -v Show version # 363.71 [+0.00] -h Print this help # 363.71 [+0.00] # 363.71 [+0.00] Examples: # 363.71 [+0.00] mausezahn -x 99 # 363.71 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 363.71 [+0.00] mausezahn -t cdp change -c 0 # 363.71 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 363.71 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 363.72 [+0.00] # 363.72 [+0.00] Note: # 363.72 [+0.00] This tool is targeted for network developers! You should # 363.72 [+0.00] be aware of what you are doing and what these options above # 363.72 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 363.72 [+0.00] # 363.72 [+0.00] Please report bugs to # 363.72 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 363.72 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 363.72 [+0.00] Swiss federal institute of technology (ETH Zurich) # 363.73 [+0.00] License: GNU GPL version 2.0 # 363.73 [+0.00] This is free software: you are free to change and redistribute it. # 363.73 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 363.73 [+0.00] # 365.02 [+1.29] TEST: ctl6: port_vlan maxgroups: isolation of port and per-VLAN ngroups [FAIL] # 365.03 [+0.01] dev veth1 vid 10: Adding 2 MDB entries failed, but should have passed # 367.40 [+2.38] TEST: cfg4: port_vlan: temp: mcast_vlan_snooping toggle [ OK ] # 369.69 [+2.28] TEST: cfg4: port_vlan: permanent: mcast_vlan_snooping toggle [ OK ] not ok 1 selftests: net/forwarding: bridge_mdb_max.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing/wt-4/tools/testing/selftests/net/forwarding' make: Leaving directory '/home/virtme/testing/wt-4/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__->