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 # 6.17 [+6.17] INFO: 802.1d tests # 14.49 [+8.32] TEST: cfg4: port: ngroups reporting [ OK ] # 16.48 [+1.99] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 16.49 [+0.01] # 16.49 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 16.49 [+0.00] http://www.netsniff-ng.org # 16.50 [+0.00] # 16.50 [+0.00] Usage: mausezahn [options] [interface] || # 16.50 [+0.00] Options: # 16.50 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 16.50 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 16.51 [+0.00] -4 IPv4 mode (default) # 16.51 [+0.00] -6 IPv6 mode # 16.51 [+0.00] -R Set socket priority # 16.51 [+0.00] -c Send packet count times, default:1, infinite:0 # 16.52 [+0.00] -d Apply delay between transmissions. The delay value can be # 16.52 [+0.00] specified in usec (default, no additional unit needed), or in # 16.52 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 16.53 [+0.00] -r Multiplies the specified delay with a random value # 16.53 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 16.53 [+0.00] -a Use specified source mac address, no matter what has # 16.54 [+0.00] been specified with other arguments; keywords see below, # 16.54 [+0.00] Default is own interface # 16.54 [+0.00] -b Same with destination mac address; keywords: # 16.54 [+0.00] rand Use a random MAC address # 16.55 [+0.00] bc Use a broadcast MAC address # 16.55 [+0.00] own Use own interface MAC address (default for source MAC) # 16.55 [+0.00] stp Use IEEE 802.1d STP multicast address # 16.56 [+0.01] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 16.57 [+0.02] -A Use specified source IP address (default is own interface IP) # 16.58 [+0.00] -B Send packet to specified destination IP or domain name # 16.58 [+0.00] -P Use the specified ASCII payload # 16.58 [+0.00] -f Read the ASCII payload from a file # 16.59 [+0.00] -F Read the hexadecimal payload from a file # 16.59 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 16.59 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 16.59 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 16.60 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 16.60 [+0.00] encapsulations in lower layers, most packet types allow/require # 16.60 [+0.00] additional packet-specific arguments in an ; # 16.60 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 16.61 [+0.00] dns, rtp, syslog, lldp and more; # 16.61 [+0.00] For context-help use 'help' as ! # 16.61 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 16.61 [+0.00] Enter -T help or -T rtp help for further information # 16.62 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 16.62 [+0.00] -V|VV|... Verbose and more verbose mode # 16.62 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 16.62 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 16.63 [+0.00] typically combined with one of the verbose modes (v or V) # 16.63 [+0.00] -v Show version # 16.63 [+0.00] -h Print this help # 16.63 [+0.00] # 16.63 [+0.00] Examples: # 16.63 [+0.00] mausezahn -x 99 # 16.63 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 16.63 [+0.00] mausezahn -t cdp change -c 0 # 16.63 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 16.64 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 16.64 [+0.00] # 16.64 [+0.00] Note: # 16.64 [+0.00] This tool is targeted for network developers! You should # 16.64 [+0.00] be aware of what you are doing and what these options above # 16.64 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 16.65 [+0.00] # 16.65 [+0.00] Please report bugs to # 16.65 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 16.65 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 16.65 [+0.00] Swiss federal institute of technology (ETH Zurich) # 16.65 [+0.00] License: GNU GPL version 2.0 # 16.65 [+0.00] This is free software: you are free to change and redistribute it. # 16.66 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 16.66 [+0.00] # 17.74 [+1.08] mcast_max_groups # 19.00 [+1.26] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 19.01 [+0.01] # 19.01 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 19.01 [+0.00] http://www.netsniff-ng.org # 19.01 [+0.00] # 19.01 [+0.00] Usage: mausezahn [options] [interface] || # 19.02 [+0.00] Options: # 19.02 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 19.02 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 19.03 [+0.00] -4 IPv4 mode (default) # 19.03 [+0.00] -6 IPv6 mode # 19.03 [+0.00] -R Set socket priority # 19.03 [+0.00] -c Send packet count times, default:1, infinite:0 # 19.04 [+0.00] -d Apply delay between transmissions. The delay value can be # 19.04 [+0.00] specified in usec (default, no additional unit needed), or in # 19.04 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 19.05 [+0.00] -r Multiplies the specified delay with a random value # 19.05 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 19.05 [+0.00] -a Use specified source mac address, no matter what has # 19.06 [+0.00] been specified with other arguments; keywords see below, # 19.06 [+0.00] Default is own interface # 19.06 [+0.00] -b Same with destination mac address; keywords: # 19.07 [+0.00] rand Use a random MAC address # 19.07 [+0.00] bc Use a broadcast MAC address # 19.07 [+0.00] own Use own interface MAC address (default for source MAC) # 19.07 [+0.00] stp Use IEEE 802.1d STP multicast address # 19.08 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 19.08 [+0.00] -A Use specified source IP address (default is own interface IP) # 19.08 [+0.00] -B Send packet to specified destination IP or domain name # 19.08 [+0.00] -P Use the specified ASCII payload # 19.09 [+0.00] -f Read the ASCII payload from a file # 19.09 [+0.00] -F Read the hexadecimal payload from a file # 19.09 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 19.09 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 19.09 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 19.10 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 19.10 [+0.00] encapsulations in lower layers, most packet types allow/require # 19.10 [+0.00] additional packet-specific arguments in an ; # 19.10 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 19.11 [+0.00] dns, rtp, syslog, lldp and more; # 19.11 [+0.00] For context-help use 'help' as ! # 19.11 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 19.11 [+0.00] Enter -T help or -T rtp help for further information # 19.12 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 19.12 [+0.00] -V|VV|... Verbose and more verbose mode # 19.12 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 19.13 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 19.13 [+0.00] typically combined with one of the verbose modes (v or V) # 19.13 [+0.00] -v Show version # 19.13 [+0.00] -h Print this help # 19.15 [+0.01] # 19.15 [+0.00] Examples: # 19.15 [+0.00] mausezahn -x 99 # 19.15 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 19.15 [+0.00] mausezahn -t cdp change -c 0 # 19.15 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 19.15 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 19.16 [+0.00] # 19.16 [+0.00] Note: # 19.16 [+0.00] This tool is targeted for network developers! You should # 19.16 [+0.00] be aware of what you are doing and what these options above # 19.16 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 19.16 [+0.00] # 19.16 [+0.00] Please report bugs to # 19.16 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 19.17 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 19.17 [+0.00] Swiss federal institute of technology (ETH Zurich) # 19.17 [+0.00] License: GNU GPL version 2.0 # 19.17 [+0.00] This is free software: you are free to change and redistribute it. # 19.17 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 19.17 [+0.00] # 20.47 [+1.30] TEST: ctl4: port: ngroups reporting [FAIL] # 20.48 [+0.00] Number of groups was 5, now is 5, but 10 expected # 21.86 [+1.38] TEST: cfg6: port: ngroups reporting [ OK ] # 25.05 [+3.19] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 25.05 [+0.01] # 25.05 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 25.06 [+0.00] http://www.netsniff-ng.org # 25.06 [+0.00] # 25.06 [+0.00] Usage: mausezahn [options] [interface] || # 25.06 [+0.00] Options: # 25.06 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 25.06 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 25.07 [+0.00] -4 IPv4 mode (default) # 25.07 [+0.00] -6 IPv6 mode # 25.07 [+0.00] -R Set socket priority # 25.07 [+0.00] -c Send packet count times, default:1, infinite:0 # 25.08 [+0.00] -d Apply delay between transmissions. The delay value can be # 25.08 [+0.00] specified in usec (default, no additional unit needed), or in # 25.08 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 25.09 [+0.00] -r Multiplies the specified delay with a random value # 25.09 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 25.09 [+0.00] -a Use specified source mac address, no matter what has # 25.10 [+0.00] been specified with other arguments; keywords see below, # 25.10 [+0.00] Default is own interface # 25.10 [+0.00] -b Same with destination mac address; keywords: # 25.11 [+0.00] rand Use a random MAC address # 25.11 [+0.00] bc Use a broadcast MAC address # 25.11 [+0.00] own Use own interface MAC address (default for source MAC) # 25.11 [+0.00] stp Use IEEE 802.1d STP multicast address # 25.11 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 25.12 [+0.00] -A Use specified source IP address (default is own interface IP) # 25.13 [+0.01] -B Send packet to specified destination IP or domain name # 25.14 [+0.01] -P Use the specified ASCII payload # 25.14 [+0.00] -f Read the ASCII payload from a file # 25.15 [+0.00] -F Read the hexadecimal payload from a file # 25.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 25.15 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 25.15 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 25.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 25.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 25.16 [+0.00] additional packet-specific arguments in an ; # 25.17 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 25.17 [+0.00] dns, rtp, syslog, lldp and more; # 25.17 [+0.00] For context-help use 'help' as ! # 25.17 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 25.18 [+0.00] Enter -T help or -T rtp help for further information # 25.18 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 25.18 [+0.00] -V|VV|... Verbose and more verbose mode # 25.18 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 25.19 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 25.19 [+0.00] typically combined with one of the verbose modes (v or V) # 25.19 [+0.00] -v Show version # 25.19 [+0.00] -h Print this help # 25.20 [+0.00] # 25.20 [+0.00] Examples: # 25.20 [+0.00] mausezahn -x 99 # 25.20 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 25.20 [+0.00] mausezahn -t cdp change -c 0 # 25.20 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 25.20 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 25.21 [+0.00] # 25.21 [+0.00] Note: # 25.21 [+0.00] This tool is targeted for network developers! You should # 25.21 [+0.00] be aware of what you are doing and what these options above # 25.21 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 25.21 [+0.00] # 25.21 [+0.00] Please report bugs to # 25.21 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 25.22 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 25.22 [+0.00] Swiss federal institute of technology (ETH Zurich) # 25.22 [+0.00] License: GNU GPL version 2.0 # 25.22 [+0.00] This is free software: you are free to change and redistribute it. # 25.22 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 25.23 [+0.00] # 26.31 [+1.08] mcast_max_groups # 28.57 [+2.26] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 28.57 [+0.01] # 28.57 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 28.58 [+0.00] http://www.netsniff-ng.org # 28.58 [+0.00] # 28.58 [+0.00] Usage: mausezahn [options] [interface] || # 28.58 [+0.00] Options: # 28.58 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 28.59 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 28.59 [+0.00] -4 IPv4 mode (default) # 28.59 [+0.00] -6 IPv6 mode # 28.60 [+0.00] -R Set socket priority # 28.60 [+0.00] -c Send packet count times, default:1, infinite:0 # 28.60 [+0.00] -d Apply delay between transmissions. The delay value can be # 28.61 [+0.00] specified in usec (default, no additional unit needed), or in # 28.61 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 28.62 [+0.01] -r Multiplies the specified delay with a random value # 28.63 [+0.01] -p Pad the raw frame to specified length (using random bytes) # 28.64 [+0.00] -a Use specified source mac address, no matter what has # 28.64 [+0.00] been specified with other arguments; keywords see below, # 28.65 [+0.00] Default is own interface # 28.65 [+0.00] -b Same with destination mac address; keywords: # 28.65 [+0.00] rand Use a random MAC address # 28.65 [+0.00] bc Use a broadcast MAC address # 28.65 [+0.00] own Use own interface MAC address (default for source MAC) # 28.66 [+0.00] stp Use IEEE 802.1d STP multicast address # 28.66 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 28.66 [+0.00] -A Use specified source IP address (default is own interface IP) # 28.66 [+0.00] -B Send packet to specified destination IP or domain name # 28.67 [+0.00] -P Use the specified ASCII payload # 28.67 [+0.00] -f Read the ASCII payload from a file # 28.67 [+0.00] -F Read the hexadecimal payload from a file # 28.67 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 28.68 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 28.68 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 28.69 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 28.69 [+0.00] encapsulations in lower layers, most packet types allow/require # 28.69 [+0.00] additional packet-specific arguments in an ; # 28.70 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 28.70 [+0.00] dns, rtp, syslog, lldp and more; # 28.70 [+0.00] For context-help use 'help' as ! # 28.71 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 28.71 [+0.00] Enter -T help or -T rtp help for further information # 28.72 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 28.72 [+0.00] -V|VV|... Verbose and more verbose mode # 28.72 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 28.72 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 28.73 [+0.00] typically combined with one of the verbose modes (v or V) # 28.73 [+0.00] -v Show version # 28.73 [+0.00] -h Print this help # 28.73 [+0.00] # 28.73 [+0.00] Examples: # 28.73 [+0.00] mausezahn -x 99 # 28.73 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 28.73 [+0.00] mausezahn -t cdp change -c 0 # 28.74 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 28.74 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 28.74 [+0.00] # 28.74 [+0.00] Note: # 28.74 [+0.00] This tool is targeted for network developers! You should # 28.74 [+0.00] be aware of what you are doing and what these options above # 28.75 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 28.75 [+0.00] # 28.75 [+0.00] Please report bugs to # 28.75 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 28.75 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 28.75 [+0.00] Swiss federal institute of technology (ETH Zurich) # 28.76 [+0.00] License: GNU GPL version 2.0 # 28.76 [+0.00] This is free software: you are free to change and redistribute it. # 28.76 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 28.76 [+0.00] # 29.98 [+1.22] TEST: ctl6: port: ngroups reporting [FAIL] # 29.98 [+0.00] Number of groups was 5, now is 5, but 10 expected # 31.51 [+1.53] TEST: cfg4: port maxgroups: reporting and treatment of 0 [ OK ] # 34.22 [+2.71] TEST: cfg4: port maxgroups: configure below ngroups [ OK ] # 35.33 [+1.11] TEST: cfg4: port maxgroups: add too many MDB entries [ OK ] # 37.56 [+2.23] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 37.57 [+0.01] # 37.57 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 37.57 [+0.00] http://www.netsniff-ng.org # 37.57 [+0.00] # 37.57 [+0.00] Usage: mausezahn [options] [interface] || # 37.57 [+0.00] Options: # 37.57 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 37.58 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 37.58 [+0.00] -4 IPv4 mode (default) # 37.58 [+0.00] -6 IPv6 mode # 37.58 [+0.00] -R Set socket priority # 37.58 [+0.00] -c Send packet count times, default:1, infinite:0 # 37.59 [+0.00] -d Apply delay between transmissions. The delay value can be # 37.59 [+0.00] specified in usec (default, no additional unit needed), or in # 37.59 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 37.59 [+0.00] -r Multiplies the specified delay with a random value # 37.60 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 37.60 [+0.00] -a Use specified source mac address, no matter what has # 37.60 [+0.00] been specified with other arguments; keywords see below, # 37.61 [+0.00] Default is own interface # 37.61 [+0.00] -b Same with destination mac address; keywords: # 37.61 [+0.00] rand Use a random MAC address # 37.61 [+0.00] bc Use a broadcast MAC address # 37.62 [+0.00] own Use own interface MAC address (default for source MAC) # 37.62 [+0.00] stp Use IEEE 802.1d STP multicast address # 37.62 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 37.63 [+0.00] -A Use specified source IP address (default is own interface IP) # 37.63 [+0.00] -B Send packet to specified destination IP or domain name # 37.63 [+0.00] -P Use the specified ASCII payload # 37.64 [+0.00] -f Read the ASCII payload from a file # 37.64 [+0.00] -F Read the hexadecimal payload from a file # 37.64 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 37.64 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 37.65 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 37.65 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 37.65 [+0.00] encapsulations in lower layers, most packet types allow/require # 37.66 [+0.00] additional packet-specific arguments in an ; # 37.66 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 37.66 [+0.00] dns, rtp, syslog, lldp and more; # 37.67 [+0.00] For context-help use 'help' as ! # 37.67 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 37.67 [+0.00] Enter -T help or -T rtp help for further information # 37.68 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 37.68 [+0.00] -V|VV|... Verbose and more verbose mode # 37.68 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 37.69 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 37.69 [+0.00] typically combined with one of the verbose modes (v or V) # 37.69 [+0.00] -v Show version # 37.70 [+0.00] -h Print this help # 37.70 [+0.00] # 37.70 [+0.00] Examples: # 37.70 [+0.00] mausezahn -x 99 # 37.70 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 37.70 [+0.00] mausezahn -t cdp change -c 0 # 37.70 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 37.70 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 37.70 [+0.00] # 37.70 [+0.00] Note: # 37.71 [+0.00] This tool is targeted for network developers! You should # 37.71 [+0.00] be aware of what you are doing and what these options above # 37.71 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 37.71 [+0.00] # 37.71 [+0.00] Please report bugs to # 37.71 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 37.71 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 37.72 [+0.00] Swiss federal institute of technology (ETH Zurich) # 37.72 [+0.00] License: GNU GPL version 2.0 # 37.72 [+0.00] This is free software: you are free to change and redistribute it. # 37.72 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 37.72 [+0.00] # 38.92 [+1.20] mcast_max_groups # 39.95 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 39.96 [+0.01] # 39.96 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 39.96 [+0.00] http://www.netsniff-ng.org # 39.96 [+0.00] # 39.96 [+0.00] Usage: mausezahn [options] [interface] || # 39.96 [+0.00] Options: # 39.96 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 39.97 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 39.97 [+0.00] -4 IPv4 mode (default) # 39.97 [+0.00] -6 IPv6 mode # 39.97 [+0.00] -R Set socket priority # 39.97 [+0.00] -c Send packet count times, default:1, infinite:0 # 39.98 [+0.00] -d Apply delay between transmissions. The delay value can be # 39.98 [+0.00] specified in usec (default, no additional unit needed), or in # 39.98 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 39.99 [+0.00] -r Multiplies the specified delay with a random value # 39.99 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 39.99 [+0.00] -a Use specified source mac address, no matter what has # 39.99 [+0.00] been specified with other arguments; keywords see below, # 40.00 [+0.00] Default is own interface # 40.00 [+0.00] -b Same with destination mac address; keywords: # 40.00 [+0.00] rand Use a random MAC address # 40.00 [+0.00] bc Use a broadcast MAC address # 40.01 [+0.00] own Use own interface MAC address (default for source MAC) # 40.01 [+0.00] stp Use IEEE 802.1d STP multicast address # 40.01 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 40.01 [+0.00] -A Use specified source IP address (default is own interface IP) # 40.02 [+0.00] -B Send packet to specified destination IP or domain name # 40.02 [+0.00] -P Use the specified ASCII payload # 40.02 [+0.00] -f Read the ASCII payload from a file # 40.03 [+0.01] -F Read the hexadecimal payload from a file # 40.04 [+0.01] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 40.04 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 40.04 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 40.05 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 40.05 [+0.00] encapsulations in lower layers, most packet types allow/require # 40.05 [+0.00] additional packet-specific arguments in an ; # 40.05 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 40.06 [+0.00] dns, rtp, syslog, lldp and more; # 40.06 [+0.00] For context-help use 'help' as ! # 40.06 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 40.06 [+0.00] Enter -T help or -T rtp help for further information # 40.07 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 40.07 [+0.00] -V|VV|... Verbose and more verbose mode # 40.07 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 40.07 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 40.08 [+0.00] typically combined with one of the verbose modes (v or V) # 40.08 [+0.00] -v Show version # 40.08 [+0.00] -h Print this help # 40.08 [+0.00] # 40.08 [+0.00] Examples: # 40.08 [+0.00] mausezahn -x 99 # 40.08 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 40.08 [+0.00] mausezahn -t cdp change -c 0 # 40.08 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 40.09 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 40.09 [+0.00] # 40.09 [+0.00] Note: # 40.09 [+0.00] This tool is targeted for network developers! You should # 40.09 [+0.00] be aware of what you are doing and what these options above # 40.09 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 40.10 [+0.00] # 40.10 [+0.00] Please report bugs to # 40.10 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 40.10 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 40.10 [+0.00] Swiss federal institute of technology (ETH Zurich) # 40.10 [+0.00] License: GNU GPL version 2.0 # 40.10 [+0.00] This is free software: you are free to change and redistribute it. # 40.11 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 40.11 [+0.00] # 41.14 [+1.04] TEST: ctl4: port maxgroups: reporting and treatment of 0 [FAIL] # 41.15 [+0.00] Adding 5 MDB entries failed but should have passed # 43.08 [+1.93] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 43.09 [+0.01] # 43.09 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 43.09 [+0.00] http://www.netsniff-ng.org # 43.09 [+0.00] # 43.09 [+0.00] Usage: mausezahn [options] [interface] || # 43.10 [+0.00] Options: # 43.10 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 43.10 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 43.10 [+0.00] -4 IPv4 mode (default) # 43.11 [+0.00] -6 IPv6 mode # 43.11 [+0.00] -R Set socket priority # 43.11 [+0.00] -c Send packet count times, default:1, infinite:0 # 43.11 [+0.00] -d Apply delay between transmissions. The delay value can be # 43.11 [+0.00] specified in usec (default, no additional unit needed), or in # 43.12 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 43.12 [+0.00] -r Multiplies the specified delay with a random value # 43.12 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 43.13 [+0.00] -a Use specified source mac address, no matter what has # 43.13 [+0.00] been specified with other arguments; keywords see below, # 43.13 [+0.00] Default is own interface # 43.14 [+0.00] -b Same with destination mac address; keywords: # 43.14 [+0.00] rand Use a random MAC address # 43.14 [+0.00] bc Use a broadcast MAC address # 43.14 [+0.00] own Use own interface MAC address (default for source MAC) # 43.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 43.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 43.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 43.16 [+0.00] -B Send packet to specified destination IP or domain name # 43.16 [+0.00] -P Use the specified ASCII payload # 43.16 [+0.00] -f Read the ASCII payload from a file # 43.17 [+0.00] -F Read the hexadecimal payload from a file # 43.17 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 43.17 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 43.18 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 43.18 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 43.18 [+0.00] encapsulations in lower layers, most packet types allow/require # 43.19 [+0.00] additional packet-specific arguments in an ; # 43.19 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 43.20 [+0.01] dns, rtp, syslog, lldp and more; # 43.21 [+0.01] For context-help use 'help' as ! # 43.21 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 43.22 [+0.01] Enter -T help or -T rtp help for further information # 43.22 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 43.23 [+0.00] -V|VV|... Verbose and more verbose mode # 43.23 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 43.23 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 43.23 [+0.00] typically combined with one of the verbose modes (v or V) # 43.23 [+0.00] -v Show version # 43.24 [+0.00] -h Print this help # 43.24 [+0.00] # 43.24 [+0.00] Examples: # 43.24 [+0.00] mausezahn -x 99 # 43.24 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 43.24 [+0.00] mausezahn -t cdp change -c 0 # 43.24 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 43.24 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 43.25 [+0.00] # 43.25 [+0.00] Note: # 43.25 [+0.00] This tool is targeted for network developers! You should # 43.25 [+0.00] be aware of what you are doing and what these options above # 43.25 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 43.25 [+0.00] # 43.25 [+0.00] Please report bugs to # 43.25 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 43.26 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 43.26 [+0.00] Swiss federal institute of technology (ETH Zurich) # 43.26 [+0.00] License: GNU GPL version 2.0 # 43.26 [+0.00] This is free software: you are free to change and redistribute it. # 43.26 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 43.26 [+0.00] # 44.37 [+1.11] mcast_max_groups # 48.33 [+3.96] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 48.33 [+0.01] # 48.33 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 48.34 [+0.00] http://www.netsniff-ng.org # 48.34 [+0.00] # 48.34 [+0.00] Usage: mausezahn [options] [interface] || # 48.34 [+0.00] Options: # 48.34 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 48.34 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 48.35 [+0.00] -4 IPv4 mode (default) # 48.35 [+0.00] -6 IPv6 mode # 48.35 [+0.00] -R Set socket priority # 48.35 [+0.00] -c Send packet count times, default:1, infinite:0 # 48.35 [+0.00] -d Apply delay between transmissions. The delay value can be # 48.36 [+0.00] specified in usec (default, no additional unit needed), or in # 48.36 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 48.36 [+0.00] -r Multiplies the specified delay with a random value # 48.36 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 48.37 [+0.00] -a Use specified source mac address, no matter what has # 48.37 [+0.00] been specified with other arguments; keywords see below, # 48.37 [+0.00] Default is own interface # 48.37 [+0.00] -b Same with destination mac address; keywords: # 48.38 [+0.00] rand Use a random MAC address # 48.38 [+0.00] bc Use a broadcast MAC address # 48.38 [+0.00] own Use own interface MAC address (default for source MAC) # 48.38 [+0.00] stp Use IEEE 802.1d STP multicast address # 48.39 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 48.39 [+0.00] -A Use specified source IP address (default is own interface IP) # 48.39 [+0.00] -B Send packet to specified destination IP or domain name # 48.40 [+0.01] -P Use the specified ASCII payload # 48.42 [+0.02] -f Read the ASCII payload from a file # 48.42 [+0.00] -F Read the hexadecimal payload from a file # 48.43 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 48.43 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 48.43 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 48.43 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 48.44 [+0.00] encapsulations in lower layers, most packet types allow/require # 48.44 [+0.00] additional packet-specific arguments in an ; # 48.44 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 48.45 [+0.00] dns, rtp, syslog, lldp and more; # 48.45 [+0.00] For context-help use 'help' as ! # 48.45 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 48.45 [+0.00] Enter -T help or -T rtp help for further information # 48.46 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 48.46 [+0.00] -V|VV|... Verbose and more verbose mode # 48.46 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 48.46 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 48.47 [+0.00] typically combined with one of the verbose modes (v or V) # 48.47 [+0.00] -v Show version # 48.47 [+0.00] -h Print this help # 48.47 [+0.00] # 48.47 [+0.00] Examples: # 48.47 [+0.00] mausezahn -x 99 # 48.47 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 48.48 [+0.00] mausezahn -t cdp change -c 0 # 48.48 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 48.48 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 48.48 [+0.00] # 48.48 [+0.00] Note: # 48.48 [+0.00] This tool is targeted for network developers! You should # 48.48 [+0.00] be aware of what you are doing and what these options above # 48.49 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 48.49 [+0.00] # 48.49 [+0.00] Please report bugs to # 48.49 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 48.49 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 48.49 [+0.00] Swiss federal institute of technology (ETH Zurich) # 48.50 [+0.00] License: GNU GPL version 2.0 # 48.50 [+0.00] This is free software: you are free to change and redistribute it. # 48.50 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 48.50 [+0.00] # 51.02 [+2.52] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 51.03 [+0.01] # 51.03 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 51.03 [+0.00] http://www.netsniff-ng.org # 51.03 [+0.00] # 51.03 [+0.00] Usage: mausezahn [options] [interface] || # 51.03 [+0.00] Options: # 51.03 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 51.04 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 51.04 [+0.00] -4 IPv4 mode (default) # 51.04 [+0.00] -6 IPv6 mode # 51.04 [+0.00] -R Set socket priority # 51.04 [+0.00] -c Send packet count times, default:1, infinite:0 # 51.05 [+0.00] -d Apply delay between transmissions. The delay value can be # 51.05 [+0.00] specified in usec (default, no additional unit needed), or in # 51.05 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 51.05 [+0.00] -r Multiplies the specified delay with a random value # 51.05 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 51.06 [+0.00] -a Use specified source mac address, no matter what has # 51.06 [+0.00] been specified with other arguments; keywords see below, # 51.06 [+0.00] Default is own interface # 51.06 [+0.00] -b Same with destination mac address; keywords: # 51.07 [+0.00] rand Use a random MAC address # 51.07 [+0.00] bc Use a broadcast MAC address # 51.07 [+0.00] own Use own interface MAC address (default for source MAC) # 51.07 [+0.00] stp Use IEEE 802.1d STP multicast address # 51.08 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 51.09 [+0.01] -A Use specified source IP address (default is own interface IP) # 51.09 [+0.00] -B Send packet to specified destination IP or domain name # 51.09 [+0.00] -P Use the specified ASCII payload # 51.09 [+0.00] -f Read the ASCII payload from a file # 51.10 [+0.00] -F Read the hexadecimal payload from a file # 51.10 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 51.10 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 51.10 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 51.10 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 51.11 [+0.00] encapsulations in lower layers, most packet types allow/require # 51.11 [+0.00] additional packet-specific arguments in an ; # 51.11 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 51.11 [+0.00] dns, rtp, syslog, lldp and more; # 51.12 [+0.00] For context-help use 'help' as ! # 51.12 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 51.12 [+0.00] Enter -T help or -T rtp help for further information # 51.12 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 51.12 [+0.00] -V|VV|... Verbose and more verbose mode # 51.13 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 51.13 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 51.13 [+0.00] typically combined with one of the verbose modes (v or V) # 51.13 [+0.00] -v Show version # 51.13 [+0.00] -h Print this help # 51.14 [+0.00] # 51.14 [+0.00] Examples: # 51.14 [+0.00] mausezahn -x 99 # 51.14 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 51.14 [+0.00] mausezahn -t cdp change -c 0 # 51.14 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 51.14 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 51.14 [+0.00] # 51.14 [+0.00] Note: # 51.14 [+0.00] This tool is targeted for network developers! You should # 51.14 [+0.00] be aware of what you are doing and what these options above # 51.15 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 51.15 [+0.00] # 51.15 [+0.00] Please report bugs to # 51.15 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 51.15 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 51.15 [+0.00] Swiss federal institute of technology (ETH Zurich) # 51.15 [+0.00] License: GNU GPL version 2.0 # 51.16 [+0.00] This is free software: you are free to change and redistribute it. # 51.16 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 51.16 [+0.00] # 52.26 [+1.10] mcast_max_groups # 53.30 [+1.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 53.31 [+0.01] # 53.31 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 53.31 [+0.00] http://www.netsniff-ng.org # 53.31 [+0.00] # 53.31 [+0.00] Usage: mausezahn [options] [interface] || # 53.31 [+0.00] Options: # 53.31 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 53.32 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 53.32 [+0.00] -4 IPv4 mode (default) # 53.32 [+0.00] -6 IPv6 mode # 53.32 [+0.00] -R Set socket priority # 53.32 [+0.00] -c Send packet count times, default:1, infinite:0 # 53.33 [+0.00] -d Apply delay between transmissions. The delay value can be # 53.33 [+0.00] specified in usec (default, no additional unit needed), or in # 53.33 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 53.33 [+0.00] -r Multiplies the specified delay with a random value # 53.34 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 53.34 [+0.00] -a Use specified source mac address, no matter what has # 53.34 [+0.00] been specified with other arguments; keywords see below, # 53.34 [+0.00] Default is own interface # 53.35 [+0.00] -b Same with destination mac address; keywords: # 53.35 [+0.00] rand Use a random MAC address # 53.35 [+0.00] bc Use a broadcast MAC address # 53.35 [+0.00] own Use own interface MAC address (default for source MAC) # 53.35 [+0.00] stp Use IEEE 802.1d STP multicast address # 53.36 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 53.36 [+0.00] -A Use specified source IP address (default is own interface IP) # 53.36 [+0.00] -B Send packet to specified destination IP or domain name # 53.36 [+0.00] -P Use the specified ASCII payload # 53.37 [+0.00] -f Read the ASCII payload from a file # 53.37 [+0.00] -F Read the hexadecimal payload from a file # 53.37 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 53.37 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 53.38 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 53.38 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 53.38 [+0.00] encapsulations in lower layers, most packet types allow/require # 53.39 [+0.01] additional packet-specific arguments in an ; # 53.40 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 53.40 [+0.00] dns, rtp, syslog, lldp and more; # 53.41 [+0.00] For context-help use 'help' as ! # 53.41 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 53.41 [+0.00] Enter -T help or -T rtp help for further information # 53.42 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 53.42 [+0.00] -V|VV|... Verbose and more verbose mode # 53.42 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 53.42 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 53.43 [+0.00] typically combined with one of the verbose modes (v or V) # 53.43 [+0.00] -v Show version # 53.43 [+0.00] -h Print this help # 53.43 [+0.00] # 53.43 [+0.00] Examples: # 53.44 [+0.00] mausezahn -x 99 # 53.44 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 53.44 [+0.00] mausezahn -t cdp change -c 0 # 53.44 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 53.44 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 53.45 [+0.00] # 53.45 [+0.00] Note: # 53.45 [+0.00] This tool is targeted for network developers! You should # 53.45 [+0.00] be aware of what you are doing and what these options above # 53.45 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 53.45 [+0.00] # 53.45 [+0.00] Please report bugs to # 53.45 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 53.46 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 53.46 [+0.00] Swiss federal institute of technology (ETH Zurich) # 53.46 [+0.00] License: GNU GPL version 2.0 # 53.46 [+0.00] This is free software: you are free to change and redistribute it. # 53.47 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 53.47 [+0.00] # 54.71 [+1.24] TEST: ctl4: port maxgroups: configure below ngroups [FAIL] # 54.71 [+0.00] dev veth1: Adding more entries failed # 58.90 [+4.19] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 58.91 [+0.01] # 58.91 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 58.91 [+0.00] http://www.netsniff-ng.org # 58.91 [+0.00] # 58.91 [+0.00] Usage: mausezahn [options] [interface] || # 58.91 [+0.00] Options: # 58.91 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 58.92 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 58.92 [+0.00] -4 IPv4 mode (default) # 58.92 [+0.00] -6 IPv6 mode # 58.92 [+0.00] -R Set socket priority # 58.93 [+0.00] -c Send packet count times, default:1, infinite:0 # 58.93 [+0.00] -d Apply delay between transmissions. The delay value can be # 58.93 [+0.00] specified in usec (default, no additional unit needed), or in # 58.93 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 58.94 [+0.00] -r Multiplies the specified delay with a random value # 58.94 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 58.94 [+0.00] -a Use specified source mac address, no matter what has # 58.95 [+0.00] been specified with other arguments; keywords see below, # 58.95 [+0.00] Default is own interface # 58.95 [+0.00] -b Same with destination mac address; keywords: # 58.95 [+0.00] rand Use a random MAC address # 58.96 [+0.00] bc Use a broadcast MAC address # 58.96 [+0.00] own Use own interface MAC address (default for source MAC) # 58.96 [+0.00] stp Use IEEE 802.1d STP multicast address # 58.96 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 58.97 [+0.00] -A Use specified source IP address (default is own interface IP) # 58.97 [+0.00] -B Send packet to specified destination IP or domain name # 58.97 [+0.00] -P Use the specified ASCII payload # 58.97 [+0.00] -f Read the ASCII payload from a file # 58.98 [+0.00] -F Read the hexadecimal payload from a file # 58.98 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 58.98 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 58.98 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 58.99 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 58.99 [+0.00] encapsulations in lower layers, most packet types allow/require # 58.99 [+0.00] additional packet-specific arguments in an ; # 59.00 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 59.00 [+0.00] dns, rtp, syslog, lldp and more; # 59.00 [+0.00] For context-help use 'help' as ! # 59.00 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 59.01 [+0.00] Enter -T help or -T rtp help for further information # 59.01 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 59.01 [+0.00] -V|VV|... Verbose and more verbose mode # 59.02 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 59.02 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 59.02 [+0.00] typically combined with one of the verbose modes (v or V) # 59.02 [+0.00] -v Show version # 59.03 [+0.00] -h Print this help # 59.03 [+0.00] # 59.03 [+0.00] Examples: # 59.03 [+0.00] mausezahn -x 99 # 59.03 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 59.03 [+0.00] mausezahn -t cdp change -c 0 # 59.03 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 59.04 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 59.04 [+0.00] # 59.04 [+0.00] Note: # 59.04 [+0.00] This tool is targeted for network developers! You should # 59.04 [+0.00] be aware of what you are doing and what these options above # 59.04 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 59.04 [+0.00] # 59.04 [+0.00] Please report bugs to # 59.05 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 59.05 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 59.05 [+0.00] Swiss federal institute of technology (ETH Zurich) # 59.05 [+0.00] License: GNU GPL version 2.0 # 59.05 [+0.00] This is free software: you are free to change and redistribute it. # 59.06 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 59.06 [+0.00] # 60.48 [+1.42] TEST: ctl4: port maxgroups: add too many MDB entries [ OK ] # 61.97 [+1.49] TEST: cfg6: port maxgroups: reporting and treatment of 0 [ OK ] # 64.92 [+2.95] TEST: cfg6: port maxgroups: configure below ngroups [ OK ] # 66.12 [+1.21] TEST: cfg6: port maxgroups: add too many MDB entries [ OK ] # 69.65 [+3.52] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 69.66 [+0.01] # 69.66 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 69.66 [+0.00] http://www.netsniff-ng.org # 69.66 [+0.00] # 69.66 [+0.00] Usage: mausezahn [options] [interface] || # 69.66 [+0.00] Options: # 69.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 69.67 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 69.67 [+0.00] -4 IPv4 mode (default) # 69.67 [+0.00] -6 IPv6 mode # 69.67 [+0.00] -R Set socket priority # 69.68 [+0.00] -c Send packet count times, default:1, infinite:0 # 69.68 [+0.00] -d Apply delay between transmissions. The delay value can be # 69.68 [+0.00] specified in usec (default, no additional unit needed), or in # 69.68 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 69.69 [+0.00] -r Multiplies the specified delay with a random value # 69.69 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 69.69 [+0.00] -a Use specified source mac address, no matter what has # 69.70 [+0.00] been specified with other arguments; keywords see below, # 69.70 [+0.00] Default is own interface # 69.70 [+0.00] -b Same with destination mac address; keywords: # 69.70 [+0.00] rand Use a random MAC address # 69.71 [+0.00] bc Use a broadcast MAC address # 69.71 [+0.00] own Use own interface MAC address (default for source MAC) # 69.71 [+0.00] stp Use IEEE 802.1d STP multicast address # 69.71 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 69.72 [+0.00] -A Use specified source IP address (default is own interface IP) # 69.72 [+0.00] -B Send packet to specified destination IP or domain name # 69.72 [+0.00] -P Use the specified ASCII payload # 69.73 [+0.00] -f Read the ASCII payload from a file # 69.73 [+0.00] -F Read the hexadecimal payload from a file # 69.73 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 69.73 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 69.74 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 69.75 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 69.76 [+0.02] encapsulations in lower layers, most packet types allow/require # 69.77 [+0.00] additional packet-specific arguments in an ; # 69.77 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 69.77 [+0.00] dns, rtp, syslog, lldp and more; # 69.78 [+0.00] For context-help use 'help' as ! # 69.78 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 69.78 [+0.00] Enter -T help or -T rtp help for further information # 69.78 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 69.79 [+0.00] -V|VV|... Verbose and more verbose mode # 69.79 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 69.79 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 69.80 [+0.00] typically combined with one of the verbose modes (v or V) # 69.80 [+0.00] -v Show version # 69.80 [+0.00] -h Print this help # 69.80 [+0.00] # 69.80 [+0.00] Examples: # 69.80 [+0.00] mausezahn -x 99 # 69.81 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 69.81 [+0.00] mausezahn -t cdp change -c 0 # 69.81 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 69.81 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 69.82 [+0.00] # 69.82 [+0.00] Note: # 69.82 [+0.00] This tool is targeted for network developers! You should # 69.82 [+0.00] be aware of what you are doing and what these options above # 69.82 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 69.82 [+0.00] # 69.82 [+0.00] Please report bugs to # 69.83 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 69.83 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 69.83 [+0.00] Swiss federal institute of technology (ETH Zurich) # 69.83 [+0.00] License: GNU GPL version 2.0 # 69.83 [+0.00] This is free software: you are free to change and redistribute it. # 69.84 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 69.84 [+0.00] # 70.90 [+1.06] mcast_max_groups # 73.09 [+2.19] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 73.10 [+0.01] # 73.10 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 73.10 [+0.00] http://www.netsniff-ng.org # 73.10 [+0.00] # 73.10 [+0.00] Usage: mausezahn [options] [interface] || # 73.10 [+0.00] Options: # 73.10 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 73.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 73.11 [+0.00] -4 IPv4 mode (default) # 73.11 [+0.00] -6 IPv6 mode # 73.11 [+0.00] -R Set socket priority # 73.11 [+0.00] -c Send packet count times, default:1, infinite:0 # 73.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 73.12 [+0.00] specified in usec (default, no additional unit needed), or in # 73.12 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 73.13 [+0.00] -r Multiplies the specified delay with a random value # 73.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 73.13 [+0.00] -a Use specified source mac address, no matter what has # 73.13 [+0.00] been specified with other arguments; keywords see below, # 73.14 [+0.00] Default is own interface # 73.14 [+0.00] -b Same with destination mac address; keywords: # 73.14 [+0.00] rand Use a random MAC address # 73.14 [+0.00] bc Use a broadcast MAC address # 73.14 [+0.00] own Use own interface MAC address (default for source MAC) # 73.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 73.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 73.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 73.16 [+0.00] -B Send packet to specified destination IP or domain name # 73.16 [+0.00] -P Use the specified ASCII payload # 73.16 [+0.00] -f Read the ASCII payload from a file # 73.17 [+0.00] -F Read the hexadecimal payload from a file # 73.18 [+0.01] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 73.19 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 73.19 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 73.19 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 73.19 [+0.00] encapsulations in lower layers, most packet types allow/require # 73.20 [+0.00] additional packet-specific arguments in an ; # 73.20 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 73.20 [+0.00] dns, rtp, syslog, lldp and more; # 73.20 [+0.00] For context-help use 'help' as ! # 73.21 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 73.21 [+0.00] Enter -T help or -T rtp help for further information # 73.21 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 73.21 [+0.00] -V|VV|... Verbose and more verbose mode # 73.22 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 73.22 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 73.22 [+0.00] typically combined with one of the verbose modes (v or V) # 73.22 [+0.00] -v Show version # 73.22 [+0.00] -h Print this help # 73.23 [+0.00] # 73.23 [+0.00] Examples: # 73.23 [+0.00] mausezahn -x 99 # 73.23 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 73.23 [+0.00] mausezahn -t cdp change -c 0 # 73.23 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 73.23 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 73.23 [+0.00] # 73.23 [+0.00] Note: # 73.23 [+0.00] This tool is targeted for network developers! You should # 73.24 [+0.00] be aware of what you are doing and what these options above # 73.24 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 73.24 [+0.00] # 73.24 [+0.00] Please report bugs to # 73.24 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 73.24 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 73.25 [+0.00] Swiss federal institute of technology (ETH Zurich) # 73.25 [+0.00] License: GNU GPL version 2.0 # 73.25 [+0.00] This is free software: you are free to change and redistribute it. # 73.25 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 73.25 [+0.00] # 74.33 [+1.08] TEST: ctl6: port maxgroups: reporting and treatment of 0 [FAIL] # 74.34 [+0.01] Adding 5 MDB entries failed but should have passed # 77.54 [+3.20] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 77.54 [+0.01] # 77.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 77.54 [+0.00] http://www.netsniff-ng.org # 77.54 [+0.00] # 77.54 [+0.00] Usage: mausezahn [options] [interface] || # 77.55 [+0.00] Options: # 77.55 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 77.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 77.55 [+0.00] -4 IPv4 mode (default) # 77.55 [+0.00] -6 IPv6 mode # 77.55 [+0.00] -R Set socket priority # 77.56 [+0.00] -c Send packet count times, default:1, infinite:0 # 77.56 [+0.00] -d Apply delay between transmissions. The delay value can be # 77.56 [+0.00] specified in usec (default, no additional unit needed), or in # 77.56 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 77.57 [+0.00] -r Multiplies the specified delay with a random value # 77.57 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 77.57 [+0.00] -a Use specified source mac address, no matter what has # 77.57 [+0.00] been specified with other arguments; keywords see below, # 77.57 [+0.00] Default is own interface # 77.58 [+0.00] -b Same with destination mac address; keywords: # 77.58 [+0.00] rand Use a random MAC address # 77.58 [+0.00] bc Use a broadcast MAC address # 77.58 [+0.00] own Use own interface MAC address (default for source MAC) # 77.58 [+0.00] stp Use IEEE 802.1d STP multicast address # 77.59 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 77.59 [+0.00] -A Use specified source IP address (default is own interface IP) # 77.59 [+0.00] -B Send packet to specified destination IP or domain name # 77.59 [+0.00] -P Use the specified ASCII payload # 77.59 [+0.00] -f Read the ASCII payload from a file # 77.60 [+0.00] -F Read the hexadecimal payload from a file # 77.60 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 77.60 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 77.61 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 77.61 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 77.62 [+0.00] encapsulations in lower layers, most packet types allow/require # 77.62 [+0.00] additional packet-specific arguments in an ; # 77.62 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 77.62 [+0.00] dns, rtp, syslog, lldp and more; # 77.63 [+0.00] For context-help use 'help' as ! # 77.63 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 77.63 [+0.00] Enter -T help or -T rtp help for further information # 77.63 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 77.64 [+0.00] -V|VV|... Verbose and more verbose mode # 77.64 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 77.64 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 77.64 [+0.00] typically combined with one of the verbose modes (v or V) # 77.64 [+0.00] -v Show version # 77.65 [+0.00] -h Print this help # 77.65 [+0.00] # 77.65 [+0.00] Examples: # 77.65 [+0.00] mausezahn -x 99 # 77.65 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 77.65 [+0.00] mausezahn -t cdp change -c 0 # 77.65 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 77.65 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 77.65 [+0.00] # 77.65 [+0.00] Note: # 77.65 [+0.00] This tool is targeted for network developers! You should # 77.66 [+0.00] be aware of what you are doing and what these options above # 77.66 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 77.66 [+0.00] # 77.66 [+0.00] Please report bugs to # 77.66 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 77.66 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 77.66 [+0.00] Swiss federal institute of technology (ETH Zurich) # 77.67 [+0.00] License: GNU GPL version 2.0 # 77.67 [+0.00] This is free software: you are free to change and redistribute it. # 77.67 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 77.67 [+0.00] # 78.76 [+1.09] mcast_max_groups # 84.92 [+6.16] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 84.92 [+0.01] # 84.92 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 84.92 [+0.00] http://www.netsniff-ng.org # 84.92 [+0.00] # 84.92 [+0.00] Usage: mausezahn [options] [interface] || # 84.93 [+0.00] Options: # 84.93 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 84.93 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 84.93 [+0.00] -4 IPv4 mode (default) # 84.93 [+0.00] -6 IPv6 mode # 84.94 [+0.00] -R Set socket priority # 84.94 [+0.00] -c Send packet count times, default:1, infinite:0 # 84.94 [+0.00] -d Apply delay between transmissions. The delay value can be # 84.94 [+0.00] specified in usec (default, no additional unit needed), or in # 84.95 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 84.95 [+0.00] -r Multiplies the specified delay with a random value # 84.95 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 84.95 [+0.00] -a Use specified source mac address, no matter what has # 84.96 [+0.00] been specified with other arguments; keywords see below, # 84.96 [+0.00] Default is own interface # 84.96 [+0.00] -b Same with destination mac address; keywords: # 84.96 [+0.00] rand Use a random MAC address # 84.96 [+0.00] bc Use a broadcast MAC address # 84.97 [+0.00] own Use own interface MAC address (default for source MAC) # 84.97 [+0.00] stp Use IEEE 802.1d STP multicast address # 84.97 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 84.97 [+0.00] -A Use specified source IP address (default is own interface IP) # 84.98 [+0.00] -B Send packet to specified destination IP or domain name # 84.98 [+0.00] -P Use the specified ASCII payload # 84.98 [+0.00] -f Read the ASCII payload from a file # 84.99 [+0.00] -F Read the hexadecimal payload from a file # 84.99 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 84.99 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 85.00 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 85.00 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 85.00 [+0.00] encapsulations in lower layers, most packet types allow/require # 85.01 [+0.00] additional packet-specific arguments in an ; # 85.01 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 85.01 [+0.00] dns, rtp, syslog, lldp and more; # 85.01 [+0.00] For context-help use 'help' as ! # 85.01 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 85.02 [+0.00] Enter -T help or -T rtp help for further information # 85.02 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 85.02 [+0.00] -V|VV|... Verbose and more verbose mode # 85.02 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 85.03 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 85.03 [+0.00] typically combined with one of the verbose modes (v or V) # 85.03 [+0.00] -v Show version # 85.03 [+0.00] -h Print this help # 85.03 [+0.00] # 85.03 [+0.00] Examples: # 85.03 [+0.00] mausezahn -x 99 # 85.03 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 85.03 [+0.00] mausezahn -t cdp change -c 0 # 85.04 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 85.04 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 85.04 [+0.00] # 85.04 [+0.00] Note: # 85.04 [+0.00] This tool is targeted for network developers! You should # 85.05 [+0.00] be aware of what you are doing and what these options above # 85.05 [+0.01] mean! Only use this tool in an isolated LAN that you own! # 85.06 [+0.00] # 85.06 [+0.00] Please report bugs to # 85.06 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 85.06 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 85.06 [+0.00] Swiss federal institute of technology (ETH Zurich) # 85.06 [+0.00] License: GNU GPL version 2.0 # 85.06 [+0.00] This is free software: you are free to change and redistribute it. # 85.07 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 85.07 [+0.00] # 88.70 [+3.63] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 88.70 [+0.01] # 88.70 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 88.71 [+0.00] http://www.netsniff-ng.org # 88.71 [+0.00] # 88.71 [+0.00] Usage: mausezahn [options] [interface] || # 88.71 [+0.00] Options: # 88.71 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 88.72 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 88.72 [+0.00] -4 IPv4 mode (default) # 88.73 [+0.00] -6 IPv6 mode # 88.73 [+0.00] -R Set socket priority # 88.73 [+0.00] -c Send packet count times, default:1, infinite:0 # 88.74 [+0.00] -d Apply delay between transmissions. The delay value can be # 88.74 [+0.00] specified in usec (default, no additional unit needed), or in # 88.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 88.75 [+0.00] -r Multiplies the specified delay with a random value # 88.75 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 88.76 [+0.00] -a Use specified source mac address, no matter what has # 88.76 [+0.01] been specified with other arguments; keywords see below, # 88.78 [+0.01] Default is own interface # 88.78 [+0.00] -b Same with destination mac address; keywords: # 88.78 [+0.00] rand Use a random MAC address # 88.78 [+0.00] bc Use a broadcast MAC address # 88.78 [+0.00] own Use own interface MAC address (default for source MAC) # 88.79 [+0.00] stp Use IEEE 802.1d STP multicast address # 88.79 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 88.79 [+0.00] -A Use specified source IP address (default is own interface IP) # 88.79 [+0.00] -B Send packet to specified destination IP or domain name # 88.80 [+0.00] -P Use the specified ASCII payload # 88.80 [+0.00] -f Read the ASCII payload from a file # 88.80 [+0.00] -F Read the hexadecimal payload from a file # 88.80 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 88.81 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 88.81 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 88.81 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 88.81 [+0.00] encapsulations in lower layers, most packet types allow/require # 88.82 [+0.00] additional packet-specific arguments in an ; # 88.82 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 88.82 [+0.00] dns, rtp, syslog, lldp and more; # 88.82 [+0.00] For context-help use 'help' as ! # 88.82 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 88.83 [+0.00] Enter -T help or -T rtp help for further information # 88.83 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 88.83 [+0.00] -V|VV|... Verbose and more verbose mode # 88.83 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 88.84 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 88.84 [+0.00] typically combined with one of the verbose modes (v or V) # 88.84 [+0.00] -v Show version # 88.85 [+0.00] -h Print this help # 88.85 [+0.00] # 88.85 [+0.00] Examples: # 88.85 [+0.00] mausezahn -x 99 # 88.85 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 88.85 [+0.00] mausezahn -t cdp change -c 0 # 88.85 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 88.85 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 88.86 [+0.00] # 88.86 [+0.00] Note: # 88.86 [+0.00] This tool is targeted for network developers! You should # 88.86 [+0.00] be aware of what you are doing and what these options above # 88.86 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 88.86 [+0.00] # 88.86 [+0.00] Please report bugs to # 88.86 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 88.87 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 88.87 [+0.00] Swiss federal institute of technology (ETH Zurich) # 88.87 [+0.00] License: GNU GPL version 2.0 # 88.87 [+0.00] This is free software: you are free to change and redistribute it. # 88.87 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 88.87 [+0.00] # 89.95 [+1.07] mcast_max_groups # 91.97 [+2.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 91.98 [+0.01] # 91.98 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 91.98 [+0.00] http://www.netsniff-ng.org # 91.98 [+0.00] # 91.98 [+0.00] Usage: mausezahn [options] [interface] || # 91.98 [+0.00] Options: # 91.99 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 91.99 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 91.99 [+0.00] -4 IPv4 mode (default) # 91.99 [+0.00] -6 IPv6 mode # 91.99 [+0.00] -R Set socket priority # 91.99 [+0.00] -c Send packet count times, default:1, infinite:0 # 92.00 [+0.00] -d Apply delay between transmissions. The delay value can be # 92.00 [+0.00] specified in usec (default, no additional unit needed), or in # 92.00 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 92.00 [+0.00] -r Multiplies the specified delay with a random value # 92.01 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 92.01 [+0.00] -a Use specified source mac address, no matter what has # 92.01 [+0.00] been specified with other arguments; keywords see below, # 92.01 [+0.00] Default is own interface # 92.01 [+0.00] -b Same with destination mac address; keywords: # 92.02 [+0.00] rand Use a random MAC address # 92.03 [+0.01] bc Use a broadcast MAC address # 92.03 [+0.00] own Use own interface MAC address (default for source MAC) # 92.04 [+0.00] stp Use IEEE 802.1d STP multicast address # 92.04 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 92.04 [+0.00] -A Use specified source IP address (default is own interface IP) # 92.04 [+0.00] -B Send packet to specified destination IP or domain name # 92.05 [+0.00] -P Use the specified ASCII payload # 92.05 [+0.00] -f Read the ASCII payload from a file # 92.05 [+0.00] -F Read the hexadecimal payload from a file # 92.05 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 92.06 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 92.06 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 92.06 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 92.07 [+0.00] encapsulations in lower layers, most packet types allow/require # 92.07 [+0.00] additional packet-specific arguments in an ; # 92.07 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 92.08 [+0.00] dns, rtp, syslog, lldp and more; # 92.08 [+0.00] For context-help use 'help' as ! # 92.08 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 92.08 [+0.00] Enter -T help or -T rtp help for further information # 92.09 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 92.09 [+0.00] -V|VV|... Verbose and more verbose mode # 92.09 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 92.09 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 92.10 [+0.00] typically combined with one of the verbose modes (v or V) # 92.10 [+0.00] -v Show version # 92.10 [+0.00] -h Print this help # 92.10 [+0.00] # 92.10 [+0.00] Examples: # 92.10 [+0.00] mausezahn -x 99 # 92.11 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 92.11 [+0.00] mausezahn -t cdp change -c 0 # 92.11 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 92.11 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 92.11 [+0.00] # 92.11 [+0.00] Note: # 92.11 [+0.00] This tool is targeted for network developers! You should # 92.12 [+0.00] be aware of what you are doing and what these options above # 92.12 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 92.12 [+0.00] # 92.12 [+0.00] Please report bugs to # 92.12 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 92.13 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 92.13 [+0.00] Swiss federal institute of technology (ETH Zurich) # 92.13 [+0.00] License: GNU GPL version 2.0 # 92.13 [+0.00] This is free software: you are free to change and redistribute it. # 92.13 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 92.14 [+0.00] # 93.36 [+1.23] TEST: ctl6: port maxgroups: configure below ngroups [FAIL] # 93.37 [+0.01] dev veth1: Adding more entries failed # 100.05 [+6.68] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 100.06 [+0.01] # 100.06 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 100.06 [+0.00] http://www.netsniff-ng.org # 100.07 [+0.00] # 100.07 [+0.00] Usage: mausezahn [options] [interface] || # 100.07 [+0.00] Options: # 100.07 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 100.07 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 100.08 [+0.00] -4 IPv4 mode (default) # 100.08 [+0.00] -6 IPv6 mode # 100.08 [+0.00] -R Set socket priority # 100.08 [+0.00] -c Send packet count times, default:1, infinite:0 # 100.08 [+0.00] -d Apply delay between transmissions. The delay value can be # 100.09 [+0.00] specified in usec (default, no additional unit needed), or in # 100.09 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 100.09 [+0.00] -r Multiplies the specified delay with a random value # 100.10 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 100.10 [+0.00] -a Use specified source mac address, no matter what has # 100.10 [+0.00] been specified with other arguments; keywords see below, # 100.11 [+0.00] Default is own interface # 100.11 [+0.00] -b Same with destination mac address; keywords: # 100.12 [+0.01] rand Use a random MAC address # 100.13 [+0.00] bc Use a broadcast MAC address # 100.13 [+0.00] own Use own interface MAC address (default for source MAC) # 100.13 [+0.00] stp Use IEEE 802.1d STP multicast address # 100.14 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 100.14 [+0.00] -A Use specified source IP address (default is own interface IP) # 100.15 [+0.00] -B Send packet to specified destination IP or domain name # 100.15 [+0.00] -P Use the specified ASCII payload # 100.15 [+0.00] -f Read the ASCII payload from a file # 100.15 [+0.00] -F Read the hexadecimal payload from a file # 100.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 100.16 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 100.16 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 100.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 100.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 100.17 [+0.00] additional packet-specific arguments in an ; # 100.17 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 100.17 [+0.00] dns, rtp, syslog, lldp and more; # 100.17 [+0.00] For context-help use 'help' as ! # 100.18 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 100.18 [+0.00] Enter -T help or -T rtp help for further information # 100.18 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 100.19 [+0.00] -V|VV|... Verbose and more verbose mode # 100.19 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 100.19 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 100.19 [+0.00] typically combined with one of the verbose modes (v or V) # 100.19 [+0.00] -v Show version # 100.20 [+0.00] -h Print this help # 100.20 [+0.00] # 100.20 [+0.00] Examples: # 100.20 [+0.00] mausezahn -x 99 # 100.20 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 100.20 [+0.00] mausezahn -t cdp change -c 0 # 100.20 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 100.20 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 100.21 [+0.00] # 100.21 [+0.00] Note: # 100.21 [+0.00] This tool is targeted for network developers! You should # 100.21 [+0.00] be aware of what you are doing and what these options above # 100.21 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 100.21 [+0.00] # 100.21 [+0.00] Please report bugs to # 100.21 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 100.22 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 100.22 [+0.00] Swiss federal institute of technology (ETH Zurich) # 100.22 [+0.00] License: GNU GPL version 2.0 # 100.22 [+0.00] This is free software: you are free to change and redistribute it. # 100.22 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 100.22 [+0.00] # 101.50 [+1.28] TEST: ctl6: port maxgroups: add too many MDB entries [ OK ] # 102.41 [+0.91] INFO: 802.1q tests # 110.17 [+7.76] TEST: port_vlan: presence of ngroups and maxgroups attributes [ OK ] # 111.43 [+1.26] TEST: cfg4: port: ngroups reporting [ OK ] # 113.29 [+1.86] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 113.30 [+0.01] # 113.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 113.30 [+0.00] http://www.netsniff-ng.org # 113.30 [+0.00] # 113.30 [+0.00] Usage: mausezahn [options] [interface] || # 113.30 [+0.00] Options: # 113.30 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 113.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 113.31 [+0.00] -4 IPv4 mode (default) # 113.31 [+0.00] -6 IPv6 mode # 113.31 [+0.00] -R Set socket priority # 113.32 [+0.00] -c Send packet count times, default:1, infinite:0 # 113.32 [+0.00] -d Apply delay between transmissions. The delay value can be # 113.32 [+0.00] specified in usec (default, no additional unit needed), or in # 113.33 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 113.33 [+0.00] -r Multiplies the specified delay with a random value # 113.33 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 113.34 [+0.00] -a Use specified source mac address, no matter what has # 113.34 [+0.01] been specified with other arguments; keywords see below, # 113.35 [+0.01] Default is own interface # 113.36 [+0.00] -b Same with destination mac address; keywords: # 113.36 [+0.00] rand Use a random MAC address # 113.36 [+0.00] bc Use a broadcast MAC address # 113.36 [+0.00] own Use own interface MAC address (default for source MAC) # 113.37 [+0.00] stp Use IEEE 802.1d STP multicast address # 113.37 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 113.37 [+0.00] -A Use specified source IP address (default is own interface IP) # 113.37 [+0.00] -B Send packet to specified destination IP or domain name # 113.38 [+0.00] -P Use the specified ASCII payload # 113.38 [+0.00] -f Read the ASCII payload from a file # 113.38 [+0.00] -F Read the hexadecimal payload from a file # 113.38 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 113.39 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 113.39 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 113.39 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 113.39 [+0.00] encapsulations in lower layers, most packet types allow/require # 113.40 [+0.00] additional packet-specific arguments in an ; # 113.40 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 113.40 [+0.00] dns, rtp, syslog, lldp and more; # 113.41 [+0.00] For context-help use 'help' as ! # 113.41 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 113.41 [+0.00] Enter -T help or -T rtp help for further information # 113.41 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 113.42 [+0.00] -V|VV|... Verbose and more verbose mode # 113.42 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 113.42 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 113.42 [+0.00] typically combined with one of the verbose modes (v or V) # 113.43 [+0.00] -v Show version # 113.43 [+0.00] -h Print this help # 113.43 [+0.00] # 113.43 [+0.00] Examples: # 113.43 [+0.00] mausezahn -x 99 # 113.43 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 113.44 [+0.00] mausezahn -t cdp change -c 0 # 113.44 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 113.44 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 113.44 [+0.00] # 113.44 [+0.00] Note: # 113.44 [+0.00] This tool is targeted for network developers! You should # 113.45 [+0.00] be aware of what you are doing and what these options above # 113.45 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 113.45 [+0.00] # 113.45 [+0.00] Please report bugs to # 113.45 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 113.46 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 113.46 [+0.00] Swiss federal institute of technology (ETH Zurich) # 113.46 [+0.00] License: GNU GPL version 2.0 # 113.46 [+0.00] This is free software: you are free to change and redistribute it. # 113.46 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 113.47 [+0.00] # 114.49 [+1.02] mcast_max_groups # 115.66 [+1.17] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 115.67 [+0.01] # 115.67 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 115.67 [+0.00] http://www.netsniff-ng.org # 115.67 [+0.00] # 115.67 [+0.00] Usage: mausezahn [options] [interface] || # 115.67 [+0.00] Options: # 115.67 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 115.68 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 115.68 [+0.00] -4 IPv4 mode (default) # 115.68 [+0.00] -6 IPv6 mode # 115.68 [+0.00] -R Set socket priority # 115.68 [+0.00] -c Send packet count times, default:1, infinite:0 # 115.69 [+0.00] -d Apply delay between transmissions. The delay value can be # 115.69 [+0.00] specified in usec (default, no additional unit needed), or in # 115.69 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 115.69 [+0.00] -r Multiplies the specified delay with a random value # 115.70 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 115.70 [+0.00] -a Use specified source mac address, no matter what has # 115.70 [+0.00] been specified with other arguments; keywords see below, # 115.71 [+0.00] Default is own interface # 115.71 [+0.00] -b Same with destination mac address; keywords: # 115.71 [+0.00] rand Use a random MAC address # 115.71 [+0.00] bc Use a broadcast MAC address # 115.71 [+0.00] own Use own interface MAC address (default for source MAC) # 115.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 115.72 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 115.72 [+0.00] -A Use specified source IP address (default is own interface IP) # 115.73 [+0.00] -B Send packet to specified destination IP or domain name # 115.73 [+0.00] -P Use the specified ASCII payload # 115.73 [+0.00] -f Read the ASCII payload from a file # 115.73 [+0.00] -F Read the hexadecimal payload from a file # 115.73 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 115.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 115.74 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 115.75 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 115.75 [+0.01] encapsulations in lower layers, most packet types allow/require # 115.76 [+0.01] additional packet-specific arguments in an ; # 115.77 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 115.77 [+0.00] dns, rtp, syslog, lldp and more; # 115.77 [+0.00] For context-help use 'help' as ! # 115.77 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 115.78 [+0.00] Enter -T help or -T rtp help for further information # 115.78 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 115.78 [+0.00] -V|VV|... Verbose and more verbose mode # 115.78 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 115.79 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 115.79 [+0.00] typically combined with one of the verbose modes (v or V) # 115.79 [+0.00] -v Show version # 115.79 [+0.00] -h Print this help # 115.79 [+0.00] # 115.80 [+0.00] Examples: # 115.80 [+0.00] mausezahn -x 99 # 115.80 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 115.80 [+0.00] mausezahn -t cdp change -c 0 # 115.80 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 115.80 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 115.80 [+0.00] # 115.80 [+0.00] Note: # 115.81 [+0.00] This tool is targeted for network developers! You should # 115.81 [+0.00] be aware of what you are doing and what these options above # 115.81 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 115.81 [+0.00] # 115.81 [+0.00] Please report bugs to # 115.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 115.81 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 115.82 [+0.00] Swiss federal institute of technology (ETH Zurich) # 115.82 [+0.00] License: GNU GPL version 2.0 # 115.82 [+0.00] This is free software: you are free to change and redistribute it. # 115.82 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 115.82 [+0.00] # 117.03 [+1.21] TEST: ctl4: port: ngroups reporting [FAIL] # 117.04 [+0.00] Number of groups was 0, now is 0, but 5 expected # 118.38 [+1.35] TEST: cfg6: port: ngroups reporting [ OK ] # 121.53 [+3.14] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 121.54 [+0.01] # 121.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 121.54 [+0.00] http://www.netsniff-ng.org # 121.54 [+0.00] # 121.54 [+0.00] Usage: mausezahn [options] [interface] || # 121.55 [+0.00] Options: # 121.55 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 121.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 121.56 [+0.00] -4 IPv4 mode (default) # 121.56 [+0.00] -6 IPv6 mode # 121.56 [+0.00] -R Set socket priority # 121.56 [+0.00] -c Send packet count times, default:1, infinite:0 # 121.57 [+0.00] -d Apply delay between transmissions. The delay value can be # 121.57 [+0.00] specified in usec (default, no additional unit needed), or in # 121.57 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 121.58 [+0.00] -r Multiplies the specified delay with a random value # 121.58 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 121.58 [+0.00] -a Use specified source mac address, no matter what has # 121.58 [+0.00] been specified with other arguments; keywords see below, # 121.59 [+0.00] Default is own interface # 121.59 [+0.00] -b Same with destination mac address; keywords: # 121.59 [+0.00] rand Use a random MAC address # 121.59 [+0.00] bc Use a broadcast MAC address # 121.59 [+0.00] own Use own interface MAC address (default for source MAC) # 121.60 [+0.00] stp Use IEEE 802.1d STP multicast address # 121.60 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 121.60 [+0.00] -A Use specified source IP address (default is own interface IP) # 121.60 [+0.00] -B Send packet to specified destination IP or domain name # 121.61 [+0.00] -P Use the specified ASCII payload # 121.61 [+0.00] -f Read the ASCII payload from a file # 121.61 [+0.00] -F Read the hexadecimal payload from a file # 121.61 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 121.61 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 121.62 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 121.62 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 121.62 [+0.00] encapsulations in lower layers, most packet types allow/require # 121.63 [+0.01] additional packet-specific arguments in an ; # 121.64 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 121.64 [+0.00] dns, rtp, syslog, lldp and more; # 121.65 [+0.00] For context-help use 'help' as ! # 121.65 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 121.65 [+0.00] Enter -T help or -T rtp help for further information # 121.65 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 121.66 [+0.00] -V|VV|... Verbose and more verbose mode # 121.66 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 121.66 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 121.66 [+0.00] typically combined with one of the verbose modes (v or V) # 121.67 [+0.00] -v Show version # 121.67 [+0.00] -h Print this help # 121.67 [+0.00] # 121.67 [+0.00] Examples: # 121.67 [+0.00] mausezahn -x 99 # 121.67 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 121.67 [+0.00] mausezahn -t cdp change -c 0 # 121.67 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 121.68 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 121.68 [+0.00] # 121.68 [+0.00] Note: # 121.68 [+0.00] This tool is targeted for network developers! You should # 121.68 [+0.00] be aware of what you are doing and what these options above # 121.68 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 121.68 [+0.00] # 121.68 [+0.00] Please report bugs to # 121.69 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 121.69 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 121.69 [+0.00] Swiss federal institute of technology (ETH Zurich) # 121.69 [+0.00] License: GNU GPL version 2.0 # 121.69 [+0.00] This is free software: you are free to change and redistribute it. # 121.69 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 121.70 [+0.00] # 122.83 [+1.14] mcast_max_groups # 124.84 [+2.01] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 124.85 [+0.01] # 124.85 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 124.85 [+0.00] http://www.netsniff-ng.org # 124.85 [+0.00] # 124.85 [+0.00] Usage: mausezahn [options] [interface] || # 124.85 [+0.00] Options: # 124.85 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 124.85 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 124.86 [+0.00] -4 IPv4 mode (default) # 124.86 [+0.00] -6 IPv6 mode # 124.86 [+0.00] -R Set socket priority # 124.86 [+0.00] -c Send packet count times, default:1, infinite:0 # 124.86 [+0.00] -d Apply delay between transmissions. The delay value can be # 124.87 [+0.00] specified in usec (default, no additional unit needed), or in # 124.87 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 124.87 [+0.00] -r Multiplies the specified delay with a random value # 124.87 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 124.88 [+0.00] -a Use specified source mac address, no matter what has # 124.88 [+0.00] been specified with other arguments; keywords see below, # 124.88 [+0.00] Default is own interface # 124.88 [+0.00] -b Same with destination mac address; keywords: # 124.88 [+0.00] rand Use a random MAC address # 124.89 [+0.00] bc Use a broadcast MAC address # 124.89 [+0.00] own Use own interface MAC address (default for source MAC) # 124.89 [+0.00] stp Use IEEE 802.1d STP multicast address # 124.89 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 124.89 [+0.00] -A Use specified source IP address (default is own interface IP) # 124.90 [+0.00] -B Send packet to specified destination IP or domain name # 124.90 [+0.00] -P Use the specified ASCII payload # 124.90 [+0.00] -f Read the ASCII payload from a file # 124.90 [+0.00] -F Read the hexadecimal payload from a file # 124.91 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 124.91 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 124.91 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 124.91 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 124.91 [+0.00] encapsulations in lower layers, most packet types allow/require # 124.92 [+0.00] additional packet-specific arguments in an ; # 124.92 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 124.92 [+0.00] dns, rtp, syslog, lldp and more; # 124.92 [+0.00] For context-help use 'help' as ! # 124.93 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 124.93 [+0.00] Enter -T help or -T rtp help for further information # 124.93 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 124.93 [+0.00] -V|VV|... Verbose and more verbose mode # 124.94 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 124.94 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 124.94 [+0.00] typically combined with one of the verbose modes (v or V) # 124.94 [+0.00] -v Show version # 124.94 [+0.00] -h Print this help # 124.95 [+0.00] # 124.95 [+0.00] Examples: # 124.95 [+0.00] mausezahn -x 99 # 124.95 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 124.95 [+0.00] mausezahn -t cdp change -c 0 # 124.95 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 124.95 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 124.95 [+0.00] # 124.95 [+0.00] Note: # 124.96 [+0.00] This tool is targeted for network developers! You should # 124.96 [+0.00] be aware of what you are doing and what these options above # 124.96 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 124.96 [+0.00] # 124.96 [+0.00] Please report bugs to # 124.97 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 124.97 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 124.97 [+0.00] Swiss federal institute of technology (ETH Zurich) # 124.97 [+0.00] License: GNU GPL version 2.0 # 124.97 [+0.00] This is free software: you are free to change and redistribute it. # 124.98 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 124.98 [+0.00] # 126.26 [+1.28] TEST: ctl6: port: ngroups reporting [FAIL] # 126.26 [+0.00] Number of groups was 0, now is 0, but 5 expected # 127.69 [+1.43] TEST: cfg4: port maxgroups: reporting and treatment of 0 [ OK ] # 130.42 [+2.73] TEST: cfg4: port maxgroups: configure below ngroups [ OK ] # 131.51 [+1.09] TEST: cfg4: port maxgroups: add too many MDB entries [ OK ] # 133.84 [+2.32] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 133.84 [+0.01] # 133.84 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 133.85 [+0.00] http://www.netsniff-ng.org # 133.85 [+0.00] # 133.85 [+0.00] Usage: mausezahn [options] [interface] || # 133.85 [+0.00] Options: # 133.85 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 133.86 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 133.86 [+0.00] -4 IPv4 mode (default) # 133.86 [+0.00] -6 IPv6 mode # 133.86 [+0.00] -R Set socket priority # 133.87 [+0.00] -c Send packet count times, default:1, infinite:0 # 133.87 [+0.00] -d Apply delay between transmissions. The delay value can be # 133.87 [+0.00] specified in usec (default, no additional unit needed), or in # 133.87 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 133.88 [+0.00] -r Multiplies the specified delay with a random value # 133.88 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 133.88 [+0.00] -a Use specified source mac address, no matter what has # 133.89 [+0.00] been specified with other arguments; keywords see below, # 133.89 [+0.00] Default is own interface # 133.89 [+0.00] -b Same with destination mac address; keywords: # 133.89 [+0.00] rand Use a random MAC address # 133.90 [+0.00] bc Use a broadcast MAC address # 133.90 [+0.00] own Use own interface MAC address (default for source MAC) # 133.90 [+0.00] stp Use IEEE 802.1d STP multicast address # 133.90 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 133.90 [+0.00] -A Use specified source IP address (default is own interface IP) # 133.91 [+0.00] -B Send packet to specified destination IP or domain name # 133.91 [+0.00] -P Use the specified ASCII payload # 133.91 [+0.00] -f Read the ASCII payload from a file # 133.92 [+0.00] -F Read the hexadecimal payload from a file # 133.92 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 133.92 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 133.92 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 133.93 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 133.93 [+0.00] encapsulations in lower layers, most packet types allow/require # 133.93 [+0.00] additional packet-specific arguments in an ; # 133.94 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 133.94 [+0.00] dns, rtp, syslog, lldp and more; # 133.94 [+0.00] For context-help use 'help' as ! # 133.94 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 133.95 [+0.00] Enter -T help or -T rtp help for further information # 133.95 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 133.95 [+0.00] -V|VV|... Verbose and more verbose mode # 133.95 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 133.96 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 133.96 [+0.00] typically combined with one of the verbose modes (v or V) # 133.96 [+0.00] -v Show version # 133.97 [+0.00] -h Print this help # 133.97 [+0.00] # 133.97 [+0.00] Examples: # 133.97 [+0.00] mausezahn -x 99 # 133.97 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 133.97 [+0.00] mausezahn -t cdp change -c 0 # 133.97 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 133.97 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 133.98 [+0.00] # 133.98 [+0.00] Note: # 133.98 [+0.00] This tool is targeted for network developers! You should # 133.98 [+0.00] be aware of what you are doing and what these options above # 133.98 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 133.98 [+0.00] # 133.98 [+0.00] Please report bugs to # 133.99 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 133.99 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 133.99 [+0.00] Swiss federal institute of technology (ETH Zurich) # 133.99 [+0.00] License: GNU GPL version 2.0 # 133.99 [+0.00] This is free software: you are free to change and redistribute it. # 134.00 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 134.00 [+0.00] # 135.19 [+1.19] mcast_max_groups # 136.23 [+1.04] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 136.24 [+0.01] # 136.24 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 136.24 [+0.00] http://www.netsniff-ng.org # 136.24 [+0.00] # 136.24 [+0.00] Usage: mausezahn [options] [interface] || # 136.25 [+0.00] Options: # 136.25 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 136.25 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 136.25 [+0.00] -4 IPv4 mode (default) # 136.25 [+0.00] -6 IPv6 mode # 136.25 [+0.00] -R Set socket priority # 136.26 [+0.00] -c Send packet count times, default:1, infinite:0 # 136.26 [+0.00] -d Apply delay between transmissions. The delay value can be # 136.26 [+0.00] specified in usec (default, no additional unit needed), or in # 136.26 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 136.27 [+0.00] -r Multiplies the specified delay with a random value # 136.27 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 136.27 [+0.00] -a Use specified source mac address, no matter what has # 136.28 [+0.00] been specified with other arguments; keywords see below, # 136.28 [+0.00] Default is own interface # 136.28 [+0.00] -b Same with destination mac address; keywords: # 136.28 [+0.00] rand Use a random MAC address # 136.29 [+0.00] bc Use a broadcast MAC address # 136.29 [+0.00] own Use own interface MAC address (default for source MAC) # 136.29 [+0.00] stp Use IEEE 802.1d STP multicast address # 136.29 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 136.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 136.30 [+0.00] -B Send packet to specified destination IP or domain name # 136.30 [+0.00] -P Use the specified ASCII payload # 136.30 [+0.00] -f Read the ASCII payload from a file # 136.31 [+0.00] -F Read the hexadecimal payload from a file # 136.31 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 136.31 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 136.32 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 136.32 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 136.32 [+0.00] encapsulations in lower layers, most packet types allow/require # 136.32 [+0.00] additional packet-specific arguments in an ; # 136.33 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 136.33 [+0.00] dns, rtp, syslog, lldp and more; # 136.33 [+0.00] For context-help use 'help' as ! # 136.33 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 136.34 [+0.00] Enter -T help or -T rtp help for further information # 136.34 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 136.34 [+0.00] -V|VV|... Verbose and more verbose mode # 136.34 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 136.34 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 136.35 [+0.01] typically combined with one of the verbose modes (v or V) # 136.38 [+0.03] -v Show version # 136.38 [+0.00] -h Print this help # 136.38 [+0.00] # 136.38 [+0.00] Examples: # 136.38 [+0.00] mausezahn -x 99 # 136.38 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 136.38 [+0.00] mausezahn -t cdp change -c 0 # 136.39 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 136.39 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 136.39 [+0.00] # 136.39 [+0.00] Note: # 136.39 [+0.00] This tool is targeted for network developers! You should # 136.39 [+0.00] be aware of what you are doing and what these options above # 136.39 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 136.40 [+0.00] # 136.40 [+0.00] Please report bugs to # 136.40 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 136.40 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 136.40 [+0.00] Swiss federal institute of technology (ETH Zurich) # 136.40 [+0.00] License: GNU GPL version 2.0 # 136.40 [+0.00] This is free software: you are free to change and redistribute it. # 136.41 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 136.41 [+0.00] # 137.49 [+1.09] TEST: ctl4: port maxgroups: reporting and treatment of 0 [FAIL] # 137.50 [+0.01] Adding 5 MDB entries failed but should have passed # 139.27 [+1.77] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 139.28 [+0.01] # 139.28 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 139.28 [+0.00] http://www.netsniff-ng.org # 139.28 [+0.00] # 139.28 [+0.00] Usage: mausezahn [options] [interface] || # 139.28 [+0.00] Options: # 139.28 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 139.29 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 139.29 [+0.00] -4 IPv4 mode (default) # 139.29 [+0.00] -6 IPv6 mode # 139.29 [+0.00] -R Set socket priority # 139.29 [+0.00] -c Send packet count times, default:1, infinite:0 # 139.30 [+0.00] -d Apply delay between transmissions. The delay value can be # 139.30 [+0.00] specified in usec (default, no additional unit needed), or in # 139.30 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 139.30 [+0.00] -r Multiplies the specified delay with a random value # 139.31 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 139.31 [+0.00] -a Use specified source mac address, no matter what has # 139.31 [+0.00] been specified with other arguments; keywords see below, # 139.31 [+0.00] Default is own interface # 139.32 [+0.00] -b Same with destination mac address; keywords: # 139.32 [+0.00] rand Use a random MAC address # 139.32 [+0.00] bc Use a broadcast MAC address # 139.32 [+0.00] own Use own interface MAC address (default for source MAC) # 139.33 [+0.00] stp Use IEEE 802.1d STP multicast address # 139.33 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 139.33 [+0.00] -A Use specified source IP address (default is own interface IP) # 139.33 [+0.00] -B Send packet to specified destination IP or domain name # 139.34 [+0.00] -P Use the specified ASCII payload # 139.34 [+0.00] -f Read the ASCII payload from a file # 139.34 [+0.00] -F Read the hexadecimal payload from a file # 139.34 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 139.35 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 139.35 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 139.35 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 139.36 [+0.00] encapsulations in lower layers, most packet types allow/require # 139.36 [+0.00] additional packet-specific arguments in an ; # 139.36 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 139.37 [+0.00] dns, rtp, syslog, lldp and more; # 139.37 [+0.00] For context-help use 'help' as ! # 139.39 [+0.02] -T Specify packet type for server mode, currently only rtp is supported; # 139.39 [+0.00] Enter -T help or -T rtp help for further information # 139.40 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 139.40 [+0.00] -V|VV|... Verbose and more verbose mode # 139.40 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 139.40 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 139.41 [+0.00] typically combined with one of the verbose modes (v or V) # 139.41 [+0.00] -v Show version # 139.41 [+0.00] -h Print this help # 139.41 [+0.00] # 139.41 [+0.00] Examples: # 139.41 [+0.00] mausezahn -x 99 # 139.41 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 139.41 [+0.00] mausezahn -t cdp change -c 0 # 139.42 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 139.42 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 139.42 [+0.00] # 139.42 [+0.00] Note: # 139.42 [+0.00] This tool is targeted for network developers! You should # 139.42 [+0.00] be aware of what you are doing and what these options above # 139.43 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 139.43 [+0.00] # 139.43 [+0.00] Please report bugs to # 139.43 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 139.43 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 139.43 [+0.00] Swiss federal institute of technology (ETH Zurich) # 139.44 [+0.00] License: GNU GPL version 2.0 # 139.44 [+0.00] This is free software: you are free to change and redistribute it. # 139.44 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 139.44 [+0.00] # 140.53 [+1.09] mcast_max_groups # 144.42 [+3.89] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 144.42 [+0.01] # 144.42 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 144.42 [+0.00] http://www.netsniff-ng.org # 144.42 [+0.00] # 144.42 [+0.00] Usage: mausezahn [options] [interface] || # 144.43 [+0.00] Options: # 144.43 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 144.43 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 144.43 [+0.00] -4 IPv4 mode (default) # 144.43 [+0.00] -6 IPv6 mode # 144.43 [+0.00] -R Set socket priority # 144.44 [+0.00] -c Send packet count times, default:1, infinite:0 # 144.44 [+0.00] -d Apply delay between transmissions. The delay value can be # 144.44 [+0.00] specified in usec (default, no additional unit needed), or in # 144.44 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 144.45 [+0.00] -r Multiplies the specified delay with a random value # 144.45 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 144.45 [+0.00] -a Use specified source mac address, no matter what has # 144.45 [+0.00] been specified with other arguments; keywords see below, # 144.45 [+0.00] Default is own interface # 144.46 [+0.00] -b Same with destination mac address; keywords: # 144.46 [+0.00] rand Use a random MAC address # 144.46 [+0.00] bc Use a broadcast MAC address # 144.46 [+0.00] own Use own interface MAC address (default for source MAC) # 144.46 [+0.00] stp Use IEEE 802.1d STP multicast address # 144.47 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 144.47 [+0.00] -A Use specified source IP address (default is own interface IP) # 144.49 [+0.02] -B Send packet to specified destination IP or domain name # 144.49 [+0.00] -P Use the specified ASCII payload # 144.49 [+0.00] -f Read the ASCII payload from a file # 144.49 [+0.00] -F Read the hexadecimal payload from a file # 144.50 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 144.50 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 144.50 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 144.50 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 144.51 [+0.00] encapsulations in lower layers, most packet types allow/require # 144.51 [+0.00] additional packet-specific arguments in an ; # 144.51 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 144.51 [+0.00] dns, rtp, syslog, lldp and more; # 144.51 [+0.00] For context-help use 'help' as ! # 144.52 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 144.52 [+0.00] Enter -T help or -T rtp help for further information # 144.52 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 144.52 [+0.00] -V|VV|... Verbose and more verbose mode # 144.53 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 144.53 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 144.53 [+0.00] typically combined with one of the verbose modes (v or V) # 144.53 [+0.00] -v Show version # 144.53 [+0.00] -h Print this help # 144.53 [+0.00] # 144.53 [+0.00] Examples: # 144.53 [+0.00] mausezahn -x 99 # 144.54 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 144.54 [+0.00] mausezahn -t cdp change -c 0 # 144.54 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 144.54 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 144.54 [+0.00] # 144.54 [+0.00] Note: # 144.54 [+0.00] This tool is targeted for network developers! You should # 144.54 [+0.00] be aware of what you are doing and what these options above # 144.55 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 144.55 [+0.00] # 144.55 [+0.00] Please report bugs to # 144.55 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 144.55 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 144.55 [+0.00] Swiss federal institute of technology (ETH Zurich) # 144.56 [+0.00] License: GNU GPL version 2.0 # 144.56 [+0.00] This is free software: you are free to change and redistribute it. # 144.56 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 144.56 [+0.00] # 147.02 [+2.47] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 147.03 [+0.01] # 147.03 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 147.04 [+0.00] http://www.netsniff-ng.org # 147.04 [+0.00] # 147.04 [+0.00] Usage: mausezahn [options] [interface] || # 147.04 [+0.00] Options: # 147.04 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 147.04 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 147.05 [+0.00] -4 IPv4 mode (default) # 147.05 [+0.00] -6 IPv6 mode # 147.05 [+0.00] -R Set socket priority # 147.05 [+0.00] -c Send packet count times, default:1, infinite:0 # 147.06 [+0.00] -d Apply delay between transmissions. The delay value can be # 147.06 [+0.00] specified in usec (default, no additional unit needed), or in # 147.06 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 147.07 [+0.00] -r Multiplies the specified delay with a random value # 147.07 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 147.07 [+0.00] -a Use specified source mac address, no matter what has # 147.08 [+0.00] been specified with other arguments; keywords see below, # 147.08 [+0.00] Default is own interface # 147.08 [+0.00] -b Same with destination mac address; keywords: # 147.08 [+0.00] rand Use a random MAC address # 147.09 [+0.00] bc Use a broadcast MAC address # 147.09 [+0.00] own Use own interface MAC address (default for source MAC) # 147.09 [+0.00] stp Use IEEE 802.1d STP multicast address # 147.09 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 147.10 [+0.00] -A Use specified source IP address (default is own interface IP) # 147.10 [+0.00] -B Send packet to specified destination IP or domain name # 147.10 [+0.00] -P Use the specified ASCII payload # 147.10 [+0.00] -f Read the ASCII payload from a file # 147.10 [+0.00] -F Read the hexadecimal payload from a file # 147.11 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 147.11 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 147.11 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 147.11 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 147.12 [+0.00] encapsulations in lower layers, most packet types allow/require # 147.12 [+0.00] additional packet-specific arguments in an ; # 147.12 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 147.12 [+0.00] dns, rtp, syslog, lldp and more; # 147.13 [+0.00] For context-help use 'help' as ! # 147.13 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 147.13 [+0.00] Enter -T help or -T rtp help for further information # 147.13 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 147.14 [+0.00] -V|VV|... Verbose and more verbose mode # 147.14 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 147.14 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 147.14 [+0.00] typically combined with one of the verbose modes (v or V) # 147.15 [+0.00] -v Show version # 147.15 [+0.00] -h Print this help # 147.15 [+0.00] # 147.15 [+0.00] Examples: # 147.15 [+0.00] mausezahn -x 99 # 147.15 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 147.15 [+0.00] mausezahn -t cdp change -c 0 # 147.15 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 147.16 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 147.16 [+0.00] # 147.16 [+0.00] Note: # 147.16 [+0.00] This tool is targeted for network developers! You should # 147.16 [+0.00] be aware of what you are doing and what these options above # 147.16 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 147.16 [+0.00] # 147.17 [+0.00] Please report bugs to # 147.17 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 147.17 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 147.17 [+0.00] Swiss federal institute of technology (ETH Zurich) # 147.17 [+0.00] License: GNU GPL version 2.0 # 147.17 [+0.00] This is free software: you are free to change and redistribute it. # 147.19 [+0.01] There is NO WARRANTY, to the extent permitted by law. # 147.19 [+0.00] # 148.35 [+1.16] mcast_max_groups # 149.38 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 149.40 [+0.02] # 149.40 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 149.40 [+0.00] http://www.netsniff-ng.org # 149.41 [+0.00] # 149.41 [+0.00] Usage: mausezahn [options] [interface] || # 149.41 [+0.00] Options: # 149.41 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 149.41 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 149.41 [+0.00] -4 IPv4 mode (default) # 149.42 [+0.00] -6 IPv6 mode # 149.42 [+0.00] -R Set socket priority # 149.42 [+0.00] -c Send packet count times, default:1, infinite:0 # 149.42 [+0.00] -d Apply delay between transmissions. The delay value can be # 149.42 [+0.00] specified in usec (default, no additional unit needed), or in # 149.43 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 149.43 [+0.00] -r Multiplies the specified delay with a random value # 149.43 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 149.43 [+0.00] -a Use specified source mac address, no matter what has # 149.43 [+0.00] been specified with other arguments; keywords see below, # 149.44 [+0.00] Default is own interface # 149.44 [+0.00] -b Same with destination mac address; keywords: # 149.44 [+0.00] rand Use a random MAC address # 149.44 [+0.00] bc Use a broadcast MAC address # 149.44 [+0.00] own Use own interface MAC address (default for source MAC) # 149.45 [+0.00] stp Use IEEE 802.1d STP multicast address # 149.45 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 149.45 [+0.00] -A Use specified source IP address (default is own interface IP) # 149.45 [+0.00] -B Send packet to specified destination IP or domain name # 149.46 [+0.00] -P Use the specified ASCII payload # 149.46 [+0.00] -f Read the ASCII payload from a file # 149.46 [+0.00] -F Read the hexadecimal payload from a file # 149.46 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 149.46 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 149.47 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 149.47 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 149.47 [+0.00] encapsulations in lower layers, most packet types allow/require # 149.47 [+0.00] additional packet-specific arguments in an ; # 149.48 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 149.48 [+0.00] dns, rtp, syslog, lldp and more; # 149.48 [+0.00] For context-help use 'help' as ! # 149.48 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 149.49 [+0.00] Enter -T help or -T rtp help for further information # 149.49 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 149.49 [+0.00] -V|VV|... Verbose and more verbose mode # 149.49 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 149.50 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 149.50 [+0.00] typically combined with one of the verbose modes (v or V) # 149.50 [+0.00] -v Show version # 149.50 [+0.00] -h Print this help # 149.50 [+0.00] # 149.50 [+0.00] Examples: # 149.50 [+0.00] mausezahn -x 99 # 149.50 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 149.51 [+0.00] mausezahn -t cdp change -c 0 # 149.51 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 149.51 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 149.51 [+0.00] # 149.51 [+0.00] Note: # 149.51 [+0.00] This tool is targeted for network developers! You should # 149.51 [+0.00] be aware of what you are doing and what these options above # 149.52 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 149.52 [+0.00] # 149.52 [+0.00] Please report bugs to # 149.52 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 149.52 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 149.53 [+0.01] Swiss federal institute of technology (ETH Zurich) # 149.54 [+0.00] License: GNU GPL version 2.0 # 149.54 [+0.00] This is free software: you are free to change and redistribute it. # 149.54 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 149.54 [+0.00] # 150.80 [+1.26] TEST: ctl4: port maxgroups: configure below ngroups [FAIL] # 150.80 [+0.00] dev veth1 vid 10: Adding more entries failed # 155.03 [+4.23] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 155.04 [+0.01] # 155.04 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 155.04 [+0.00] http://www.netsniff-ng.org # 155.04 [+0.00] # 155.04 [+0.00] Usage: mausezahn [options] [interface] || # 155.04 [+0.00] Options: # 155.04 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 155.05 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 155.05 [+0.00] -4 IPv4 mode (default) # 155.05 [+0.00] -6 IPv6 mode # 155.05 [+0.00] -R Set socket priority # 155.05 [+0.00] -c Send packet count times, default:1, infinite:0 # 155.06 [+0.00] -d Apply delay between transmissions. The delay value can be # 155.06 [+0.00] specified in usec (default, no additional unit needed), or in # 155.06 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 155.07 [+0.00] -r Multiplies the specified delay with a random value # 155.07 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 155.07 [+0.00] -a Use specified source mac address, no matter what has # 155.08 [+0.00] been specified with other arguments; keywords see below, # 155.08 [+0.00] Default is own interface # 155.08 [+0.00] -b Same with destination mac address; keywords: # 155.08 [+0.00] rand Use a random MAC address # 155.08 [+0.00] bc Use a broadcast MAC address # 155.09 [+0.00] own Use own interface MAC address (default for source MAC) # 155.09 [+0.00] stp Use IEEE 802.1d STP multicast address # 155.09 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 155.09 [+0.00] -A Use specified source IP address (default is own interface IP) # 155.10 [+0.00] -B Send packet to specified destination IP or domain name # 155.10 [+0.00] -P Use the specified ASCII payload # 155.10 [+0.00] -f Read the ASCII payload from a file # 155.10 [+0.00] -F Read the hexadecimal payload from a file # 155.11 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 155.11 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 155.11 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 155.12 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 155.12 [+0.00] encapsulations in lower layers, most packet types allow/require # 155.12 [+0.00] additional packet-specific arguments in an ; # 155.13 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 155.13 [+0.00] dns, rtp, syslog, lldp and more; # 155.13 [+0.00] For context-help use 'help' as ! # 155.14 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 155.15 [+0.01] Enter -T help or -T rtp help for further information # 155.15 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 155.15 [+0.00] -V|VV|... Verbose and more verbose mode # 155.16 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 155.16 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 155.16 [+0.00] typically combined with one of the verbose modes (v or V) # 155.17 [+0.00] -v Show version # 155.17 [+0.00] -h Print this help # 155.17 [+0.00] # 155.17 [+0.00] Examples: # 155.17 [+0.00] mausezahn -x 99 # 155.17 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 155.17 [+0.00] mausezahn -t cdp change -c 0 # 155.17 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 155.18 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 155.18 [+0.00] # 155.18 [+0.00] Note: # 155.18 [+0.00] This tool is targeted for network developers! You should # 155.18 [+0.00] be aware of what you are doing and what these options above # 155.18 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 155.18 [+0.00] # 155.18 [+0.00] Please report bugs to # 155.19 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 155.19 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 155.19 [+0.00] Swiss federal institute of technology (ETH Zurich) # 155.19 [+0.00] License: GNU GPL version 2.0 # 155.19 [+0.00] This is free software: you are free to change and redistribute it. # 155.20 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 155.20 [+0.00] # 156.63 [+1.43] TEST: ctl4: port maxgroups: add too many MDB entries [ OK ] # 158.08 [+1.45] TEST: cfg6: port maxgroups: reporting and treatment of 0 [ OK ] # 160.80 [+2.72] TEST: cfg6: port maxgroups: configure below ngroups [ OK ] # 161.92 [+1.12] TEST: cfg6: port maxgroups: add too many MDB entries [ OK ] # 165.49 [+3.57] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 165.49 [+0.00] # 165.49 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 165.49 [+0.00] http://www.netsniff-ng.org # 165.49 [+0.00] # 165.49 [+0.00] Usage: mausezahn [options] [interface] || # 165.50 [+0.00] Options: # 165.50 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 165.50 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 165.50 [+0.00] -4 IPv4 mode (default) # 165.50 [+0.00] -6 IPv6 mode # 165.50 [+0.00] -R Set socket priority # 165.50 [+0.00] -c Send packet count times, default:1, infinite:0 # 165.51 [+0.00] -d Apply delay between transmissions. The delay value can be # 165.51 [+0.00] specified in usec (default, no additional unit needed), or in # 165.51 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 165.51 [+0.00] -r Multiplies the specified delay with a random value # 165.52 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 165.52 [+0.00] -a Use specified source mac address, no matter what has # 165.52 [+0.00] been specified with other arguments; keywords see below, # 165.52 [+0.00] Default is own interface # 165.52 [+0.00] -b Same with destination mac address; keywords: # 165.53 [+0.00] rand Use a random MAC address # 165.53 [+0.00] bc Use a broadcast MAC address # 165.54 [+0.01] own Use own interface MAC address (default for source MAC) # 165.55 [+0.00] stp Use IEEE 802.1d STP multicast address # 165.55 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 165.55 [+0.00] -A Use specified source IP address (default is own interface IP) # 165.56 [+0.00] -B Send packet to specified destination IP or domain name # 165.56 [+0.00] -P Use the specified ASCII payload # 165.56 [+0.00] -f Read the ASCII payload from a file # 165.56 [+0.00] -F Read the hexadecimal payload from a file # 165.56 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 165.57 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 165.57 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 165.57 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 165.58 [+0.00] encapsulations in lower layers, most packet types allow/require # 165.58 [+0.00] additional packet-specific arguments in an ; # 165.58 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 165.58 [+0.00] dns, rtp, syslog, lldp and more; # 165.59 [+0.00] For context-help use 'help' as ! # 165.59 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 165.59 [+0.00] Enter -T help or -T rtp help for further information # 165.59 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 165.60 [+0.00] -V|VV|... Verbose and more verbose mode # 165.60 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 165.60 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 165.60 [+0.00] typically combined with one of the verbose modes (v or V) # 165.61 [+0.00] -v Show version # 165.61 [+0.00] -h Print this help # 165.61 [+0.00] # 165.61 [+0.00] Examples: # 165.61 [+0.00] mausezahn -x 99 # 165.61 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 165.61 [+0.00] mausezahn -t cdp change -c 0 # 165.61 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 165.62 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 165.62 [+0.00] # 165.62 [+0.00] Note: # 165.62 [+0.00] This tool is targeted for network developers! You should # 165.62 [+0.00] be aware of what you are doing and what these options above # 165.62 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 165.62 [+0.00] # 165.62 [+0.00] Please report bugs to # 165.63 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 165.63 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 165.63 [+0.00] Swiss federal institute of technology (ETH Zurich) # 165.63 [+0.00] License: GNU GPL version 2.0 # 165.63 [+0.00] This is free software: you are free to change and redistribute it. # 165.63 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 165.64 [+0.00] # 166.70 [+1.07] mcast_max_groups # 168.71 [+2.01] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 168.72 [+0.01] # 168.72 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 168.73 [+0.00] http://www.netsniff-ng.org # 168.73 [+0.00] # 168.73 [+0.00] Usage: mausezahn [options] [interface] || # 168.73 [+0.00] Options: # 168.73 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 168.73 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 168.74 [+0.00] -4 IPv4 mode (default) # 168.74 [+0.00] -6 IPv6 mode # 168.74 [+0.00] -R Set socket priority # 168.74 [+0.00] -c Send packet count times, default:1, infinite:0 # 168.75 [+0.00] -d Apply delay between transmissions. The delay value can be # 168.75 [+0.00] specified in usec (default, no additional unit needed), or in # 168.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 168.75 [+0.00] -r Multiplies the specified delay with a random value # 168.76 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 168.76 [+0.01] -a Use specified source mac address, no matter what has # 168.78 [+0.01] been specified with other arguments; keywords see below, # 168.78 [+0.00] Default is own interface # 168.78 [+0.00] -b Same with destination mac address; keywords: # 168.79 [+0.00] rand Use a random MAC address # 168.79 [+0.00] bc Use a broadcast MAC address # 168.79 [+0.00] own Use own interface MAC address (default for source MAC) # 168.79 [+0.00] stp Use IEEE 802.1d STP multicast address # 168.79 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 168.80 [+0.00] -A Use specified source IP address (default is own interface IP) # 168.80 [+0.00] -B Send packet to specified destination IP or domain name # 168.80 [+0.00] -P Use the specified ASCII payload # 168.80 [+0.00] -f Read the ASCII payload from a file # 168.81 [+0.00] -F Read the hexadecimal payload from a file # 168.81 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 168.81 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 168.81 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 168.82 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 168.82 [+0.00] encapsulations in lower layers, most packet types allow/require # 168.82 [+0.00] additional packet-specific arguments in an ; # 168.82 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 168.83 [+0.00] dns, rtp, syslog, lldp and more; # 168.83 [+0.00] For context-help use 'help' as ! # 168.83 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 168.83 [+0.00] Enter -T help or -T rtp help for further information # 168.83 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 168.84 [+0.00] -V|VV|... Verbose and more verbose mode # 168.84 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 168.84 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 168.84 [+0.00] typically combined with one of the verbose modes (v or V) # 168.85 [+0.00] -v Show version # 168.85 [+0.00] -h Print this help # 168.85 [+0.00] # 168.85 [+0.00] Examples: # 168.85 [+0.00] mausezahn -x 99 # 168.85 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 168.85 [+0.00] mausezahn -t cdp change -c 0 # 168.85 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 168.85 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 168.86 [+0.00] # 168.86 [+0.00] Note: # 168.86 [+0.00] This tool is targeted for network developers! You should # 168.86 [+0.00] be aware of what you are doing and what these options above # 168.86 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 168.86 [+0.00] # 168.86 [+0.00] Please report bugs to # 168.86 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 168.87 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 168.87 [+0.00] Swiss federal institute of technology (ETH Zurich) # 168.87 [+0.00] License: GNU GPL version 2.0 # 168.87 [+0.00] This is free software: you are free to change and redistribute it. # 168.87 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 168.87 [+0.00] # 169.90 [+1.02] TEST: ctl6: port maxgroups: reporting and treatment of 0 [FAIL] # 169.90 [+0.01] Adding 5 MDB entries failed but should have passed # 172.89 [+2.98] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 172.89 [+0.01] # 172.89 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 172.89 [+0.00] http://www.netsniff-ng.org # 172.89 [+0.00] # 172.90 [+0.00] Usage: mausezahn [options] [interface] || # 172.90 [+0.00] Options: # 172.90 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 172.90 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 172.90 [+0.00] -4 IPv4 mode (default) # 172.90 [+0.00] -6 IPv6 mode # 172.91 [+0.00] -R Set socket priority # 172.91 [+0.00] -c Send packet count times, default:1, infinite:0 # 172.91 [+0.00] -d Apply delay between transmissions. The delay value can be # 172.91 [+0.00] specified in usec (default, no additional unit needed), or in # 172.92 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 172.92 [+0.00] -r Multiplies the specified delay with a random value # 172.92 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 172.92 [+0.00] -a Use specified source mac address, no matter what has # 172.93 [+0.00] been specified with other arguments; keywords see below, # 172.93 [+0.00] Default is own interface # 172.93 [+0.00] -b Same with destination mac address; keywords: # 172.93 [+0.00] rand Use a random MAC address # 172.93 [+0.00] bc Use a broadcast MAC address # 172.94 [+0.00] own Use own interface MAC address (default for source MAC) # 172.94 [+0.00] stp Use IEEE 802.1d STP multicast address # 172.94 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 172.96 [+0.02] -A Use specified source IP address (default is own interface IP) # 172.96 [+0.00] -B Send packet to specified destination IP or domain name # 172.97 [+0.00] -P Use the specified ASCII payload # 172.97 [+0.00] -f Read the ASCII payload from a file # 172.97 [+0.00] -F Read the hexadecimal payload from a file # 172.97 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 172.98 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 172.98 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 172.98 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 172.98 [+0.00] encapsulations in lower layers, most packet types allow/require # 172.99 [+0.00] additional packet-specific arguments in an ; # 172.99 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 172.99 [+0.00] dns, rtp, syslog, lldp and more; # 172.99 [+0.00] For context-help use 'help' as ! # 172.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 173.00 [+0.00] Enter -T help or -T rtp help for further information # 173.00 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 173.00 [+0.00] -V|VV|... Verbose and more verbose mode # 173.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 173.01 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 173.01 [+0.00] typically combined with one of the verbose modes (v or V) # 173.01 [+0.00] -v Show version # 173.01 [+0.00] -h Print this help # 173.01 [+0.00] # 173.01 [+0.00] Examples: # 173.01 [+0.00] mausezahn -x 99 # 173.02 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 173.02 [+0.00] mausezahn -t cdp change -c 0 # 173.02 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 173.02 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 173.02 [+0.00] # 173.02 [+0.00] Note: # 173.02 [+0.00] This tool is targeted for network developers! You should # 173.02 [+0.00] be aware of what you are doing and what these options above # 173.03 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 173.03 [+0.00] # 173.03 [+0.00] Please report bugs to # 173.03 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 173.03 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 173.03 [+0.00] Swiss federal institute of technology (ETH Zurich) # 173.04 [+0.00] License: GNU GPL version 2.0 # 173.04 [+0.00] This is free software: you are free to change and redistribute it. # 173.04 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 173.04 [+0.00] # 174.15 [+1.11] mcast_max_groups # 179.99 [+5.84] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 180.00 [+0.01] # 180.00 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 180.00 [+0.00] http://www.netsniff-ng.org # 180.00 [+0.00] # 180.00 [+0.00] Usage: mausezahn [options] [interface] || # 180.00 [+0.00] Options: # 180.00 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 180.01 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 180.01 [+0.00] -4 IPv4 mode (default) # 180.01 [+0.00] -6 IPv6 mode # 180.01 [+0.00] -R Set socket priority # 180.01 [+0.00] -c Send packet count times, default:1, infinite:0 # 180.01 [+0.00] -d Apply delay between transmissions. The delay value can be # 180.02 [+0.00] specified in usec (default, no additional unit needed), or in # 180.02 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 180.02 [+0.00] -r Multiplies the specified delay with a random value # 180.03 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 180.03 [+0.00] -a Use specified source mac address, no matter what has # 180.03 [+0.00] been specified with other arguments; keywords see below, # 180.03 [+0.00] Default is own interface # 180.04 [+0.00] -b Same with destination mac address; keywords: # 180.04 [+0.00] rand Use a random MAC address # 180.04 [+0.00] bc Use a broadcast MAC address # 180.04 [+0.00] own Use own interface MAC address (default for source MAC) # 180.04 [+0.00] stp Use IEEE 802.1d STP multicast address # 180.05 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 180.05 [+0.00] -A Use specified source IP address (default is own interface IP) # 180.05 [+0.00] -B Send packet to specified destination IP or domain name # 180.06 [+0.00] -P Use the specified ASCII payload # 180.06 [+0.00] -f Read the ASCII payload from a file # 180.06 [+0.00] -F Read the hexadecimal payload from a file # 180.07 [+0.01] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 180.08 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 180.08 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 180.08 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 180.09 [+0.00] encapsulations in lower layers, most packet types allow/require # 180.09 [+0.00] additional packet-specific arguments in an ; # 180.09 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 180.10 [+0.00] dns, rtp, syslog, lldp and more; # 180.10 [+0.00] For context-help use 'help' as ! # 180.10 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 180.10 [+0.00] Enter -T help or -T rtp help for further information # 180.11 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 180.11 [+0.00] -V|VV|... Verbose and more verbose mode # 180.11 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 180.11 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 180.12 [+0.00] typically combined with one of the verbose modes (v or V) # 180.12 [+0.00] -v Show version # 180.12 [+0.00] -h Print this help # 180.12 [+0.00] # 180.12 [+0.00] Examples: # 180.12 [+0.00] mausezahn -x 99 # 180.12 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 180.12 [+0.00] mausezahn -t cdp change -c 0 # 180.12 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 180.13 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 180.13 [+0.00] # 180.13 [+0.00] Note: # 180.13 [+0.00] This tool is targeted for network developers! You should # 180.13 [+0.00] be aware of what you are doing and what these options above # 180.13 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 180.14 [+0.00] # 180.14 [+0.00] Please report bugs to # 180.14 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 180.14 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 180.14 [+0.00] Swiss federal institute of technology (ETH Zurich) # 180.14 [+0.00] License: GNU GPL version 2.0 # 180.14 [+0.00] This is free software: you are free to change and redistribute it. # 180.15 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 180.15 [+0.00] # 183.61 [+3.47] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 183.62 [+0.01] # 183.62 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 183.63 [+0.00] http://www.netsniff-ng.org # 183.63 [+0.00] # 183.63 [+0.00] Usage: mausezahn [options] [interface] || # 183.63 [+0.00] Options: # 183.63 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 183.64 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 183.64 [+0.00] -4 IPv4 mode (default) # 183.64 [+0.00] -6 IPv6 mode # 183.64 [+0.00] -R Set socket priority # 183.65 [+0.00] -c Send packet count times, default:1, infinite:0 # 183.65 [+0.00] -d Apply delay between transmissions. The delay value can be # 183.65 [+0.00] specified in usec (default, no additional unit needed), or in # 183.66 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 183.66 [+0.00] -r Multiplies the specified delay with a random value # 183.67 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 183.67 [+0.00] -a Use specified source mac address, no matter what has # 183.67 [+0.00] been specified with other arguments; keywords see below, # 183.68 [+0.00] Default is own interface # 183.68 [+0.00] -b Same with destination mac address; keywords: # 183.68 [+0.00] rand Use a random MAC address # 183.68 [+0.00] bc Use a broadcast MAC address # 183.69 [+0.00] own Use own interface MAC address (default for source MAC) # 183.69 [+0.00] stp Use IEEE 802.1d STP multicast address # 183.69 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 183.69 [+0.00] -A Use specified source IP address (default is own interface IP) # 183.70 [+0.00] -B Send packet to specified destination IP or domain name # 183.70 [+0.00] -P Use the specified ASCII payload # 183.70 [+0.00] -f Read the ASCII payload from a file # 183.70 [+0.00] -F Read the hexadecimal payload from a file # 183.71 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 183.71 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 183.71 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 183.72 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 183.72 [+0.00] encapsulations in lower layers, most packet types allow/require # 183.72 [+0.00] additional packet-specific arguments in an ; # 183.72 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 183.73 [+0.00] dns, rtp, syslog, lldp and more; # 183.73 [+0.00] For context-help use 'help' as ! # 183.73 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 183.74 [+0.00] Enter -T help or -T rtp help for further information # 183.74 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 183.74 [+0.00] -V|VV|... Verbose and more verbose mode # 183.74 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 183.75 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 183.75 [+0.00] typically combined with one of the verbose modes (v or V) # 183.75 [+0.00] -v Show version # 183.75 [+0.00] -h Print this help # 183.76 [+0.00] # 183.76 [+0.00] Examples: # 183.76 [+0.00] mausezahn -x 99 # 183.76 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 183.76 [+0.00] mausezahn -t cdp change -c 0 # 183.76 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 183.76 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 183.77 [+0.00] # 183.77 [+0.00] Note: # 183.77 [+0.00] This tool is targeted for network developers! You should # 183.77 [+0.00] be aware of what you are doing and what these options above # 183.77 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 183.77 [+0.00] # 183.77 [+0.00] Please report bugs to # 183.78 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 183.78 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 183.78 [+0.00] Swiss federal institute of technology (ETH Zurich) # 183.78 [+0.00] License: GNU GPL version 2.0 # 183.78 [+0.00] This is free software: you are free to change and redistribute it. # 183.79 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 183.79 [+0.00] # 184.97 [+1.19] mcast_max_groups # 186.90 [+1.93] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 186.92 [+0.02] # 186.92 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 186.92 [+0.00] http://www.netsniff-ng.org # 186.92 [+0.00] # 186.92 [+0.00] Usage: mausezahn [options] [interface] || # 186.93 [+0.00] Options: # 186.93 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 186.93 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 186.93 [+0.00] -4 IPv4 mode (default) # 186.93 [+0.00] -6 IPv6 mode # 186.93 [+0.00] -R Set socket priority # 186.94 [+0.00] -c Send packet count times, default:1, infinite:0 # 186.94 [+0.00] -d Apply delay between transmissions. The delay value can be # 186.94 [+0.00] specified in usec (default, no additional unit needed), or in # 186.94 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 186.95 [+0.01] -r Multiplies the specified delay with a random value # 186.96 [+0.01] -p Pad the raw frame to specified length (using random bytes) # 186.96 [+0.00] -a Use specified source mac address, no matter what has # 186.96 [+0.00] been specified with other arguments; keywords see below, # 186.96 [+0.00] Default is own interface # 186.97 [+0.00] -b Same with destination mac address; keywords: # 186.97 [+0.00] rand Use a random MAC address # 186.97 [+0.00] bc Use a broadcast MAC address # 186.97 [+0.00] own Use own interface MAC address (default for source MAC) # 186.97 [+0.00] stp Use IEEE 802.1d STP multicast address # 186.98 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 186.98 [+0.00] -A Use specified source IP address (default is own interface IP) # 186.98 [+0.00] -B Send packet to specified destination IP or domain name # 186.98 [+0.00] -P Use the specified ASCII payload # 186.99 [+0.00] -f Read the ASCII payload from a file # 186.99 [+0.00] -F Read the hexadecimal payload from a file # 186.99 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 186.99 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 186.99 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 187.00 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 187.00 [+0.00] encapsulations in lower layers, most packet types allow/require # 187.00 [+0.00] additional packet-specific arguments in an ; # 187.01 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 187.01 [+0.00] dns, rtp, syslog, lldp and more; # 187.01 [+0.00] For context-help use 'help' as ! # 187.01 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 187.01 [+0.00] Enter -T help or -T rtp help for further information # 187.02 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 187.02 [+0.00] -V|VV|... Verbose and more verbose mode # 187.02 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 187.02 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 187.03 [+0.00] typically combined with one of the verbose modes (v or V) # 187.03 [+0.00] -v Show version # 187.03 [+0.00] -h Print this help # 187.03 [+0.00] # 187.03 [+0.00] Examples: # 187.03 [+0.00] mausezahn -x 99 # 187.03 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 187.03 [+0.00] mausezahn -t cdp change -c 0 # 187.04 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 187.04 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 187.04 [+0.00] # 187.04 [+0.00] Note: # 187.04 [+0.00] This tool is targeted for network developers! You should # 187.04 [+0.00] be aware of what you are doing and what these options above # 187.04 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 187.05 [+0.00] # 187.05 [+0.00] Please report bugs to # 187.05 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 187.05 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 187.05 [+0.00] Swiss federal institute of technology (ETH Zurich) # 187.05 [+0.00] License: GNU GPL version 2.0 # 187.05 [+0.00] This is free software: you are free to change and redistribute it. # 187.06 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 187.06 [+0.00] # 188.23 [+1.17] TEST: ctl6: port maxgroups: configure below ngroups [FAIL] # 188.24 [+0.01] dev veth1 vid 10: Adding more entries failed # 194.56 [+6.32] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 194.57 [+0.01] # 194.57 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 194.57 [+0.00] http://www.netsniff-ng.org # 194.57 [+0.00] # 194.57 [+0.00] Usage: mausezahn [options] [interface] || # 194.57 [+0.00] Options: # 194.57 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 194.58 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 194.58 [+0.00] -4 IPv4 mode (default) # 194.58 [+0.00] -6 IPv6 mode # 194.58 [+0.00] -R Set socket priority # 194.58 [+0.00] -c Send packet count times, default:1, infinite:0 # 194.59 [+0.00] -d Apply delay between transmissions. The delay value can be # 194.59 [+0.00] specified in usec (default, no additional unit needed), or in # 194.59 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 194.59 [+0.00] -r Multiplies the specified delay with a random value # 194.60 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 194.60 [+0.00] -a Use specified source mac address, no matter what has # 194.60 [+0.00] been specified with other arguments; keywords see below, # 194.61 [+0.00] Default is own interface # 194.61 [+0.00] -b Same with destination mac address; keywords: # 194.61 [+0.00] rand Use a random MAC address # 194.61 [+0.00] bc Use a broadcast MAC address # 194.61 [+0.00] own Use own interface MAC address (default for source MAC) # 194.62 [+0.00] stp Use IEEE 802.1d STP multicast address # 194.62 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 194.62 [+0.00] -A Use specified source IP address (default is own interface IP) # 194.62 [+0.00] -B Send packet to specified destination IP or domain name # 194.63 [+0.00] -P Use the specified ASCII payload # 194.63 [+0.00] -f Read the ASCII payload from a file # 194.63 [+0.00] -F Read the hexadecimal payload from a file # 194.63 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 194.64 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 194.65 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 194.65 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 194.66 [+0.00] encapsulations in lower layers, most packet types allow/require # 194.66 [+0.00] additional packet-specific arguments in an ; # 194.66 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 194.66 [+0.00] dns, rtp, syslog, lldp and more; # 194.67 [+0.00] For context-help use 'help' as ! # 194.67 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 194.67 [+0.00] Enter -T help or -T rtp help for further information # 194.67 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 194.68 [+0.00] -V|VV|... Verbose and more verbose mode # 194.68 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 194.68 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 194.68 [+0.00] typically combined with one of the verbose modes (v or V) # 194.69 [+0.00] -v Show version # 194.69 [+0.00] -h Print this help # 194.69 [+0.00] # 194.69 [+0.00] Examples: # 194.69 [+0.00] mausezahn -x 99 # 194.69 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 194.69 [+0.00] mausezahn -t cdp change -c 0 # 194.69 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 194.69 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 194.70 [+0.00] # 194.70 [+0.00] Note: # 194.70 [+0.00] This tool is targeted for network developers! You should # 194.70 [+0.00] be aware of what you are doing and what these options above # 194.70 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 194.70 [+0.00] # 194.70 [+0.00] Please report bugs to # 194.70 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 194.71 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 194.71 [+0.00] Swiss federal institute of technology (ETH Zurich) # 194.71 [+0.00] License: GNU GPL version 2.0 # 194.71 [+0.00] This is free software: you are free to change and redistribute it. # 194.71 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 194.71 [+0.00] # 196.08 [+1.36] TEST: ctl6: port maxgroups: add too many MDB entries [ OK ] # 196.94 [+0.87] INFO: 802.1q mcast_vlan_snooping 1 tests # 205.03 [+8.09] TEST: port_vlan: presence of ngroups and maxgroups attributes [ OK ] # 206.29 [+1.26] TEST: cfg4: port_vlan: ngroups reporting [ OK ] # 209.11 [+2.82] TEST: cfg4: port_vlan: isolation of port and per-VLAN ngroups [ OK ] # 210.99 [+1.88] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 211.00 [+0.01] # 211.00 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 211.00 [+0.00] http://www.netsniff-ng.org # 211.00 [+0.00] # 211.00 [+0.00] Usage: mausezahn [options] [interface] || # 211.00 [+0.00] Options: # 211.00 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 211.01 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 211.01 [+0.00] -4 IPv4 mode (default) # 211.01 [+0.00] -6 IPv6 mode # 211.01 [+0.00] -R Set socket priority # 211.01 [+0.00] -c Send packet count times, default:1, infinite:0 # 211.02 [+0.00] -d Apply delay between transmissions. The delay value can be # 211.02 [+0.00] specified in usec (default, no additional unit needed), or in # 211.02 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 211.02 [+0.00] -r Multiplies the specified delay with a random value # 211.03 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 211.03 [+0.00] -a Use specified source mac address, no matter what has # 211.03 [+0.00] been specified with other arguments; keywords see below, # 211.03 [+0.00] Default is own interface # 211.04 [+0.00] -b Same with destination mac address; keywords: # 211.04 [+0.00] rand Use a random MAC address # 211.04 [+0.00] bc Use a broadcast MAC address # 211.04 [+0.00] own Use own interface MAC address (default for source MAC) # 211.04 [+0.00] stp Use IEEE 802.1d STP multicast address # 211.05 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 211.05 [+0.00] -A Use specified source IP address (default is own interface IP) # 211.05 [+0.00] -B Send packet to specified destination IP or domain name # 211.05 [+0.00] -P Use the specified ASCII payload # 211.06 [+0.00] -f Read the ASCII payload from a file # 211.06 [+0.00] -F Read the hexadecimal payload from a file # 211.06 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 211.06 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 211.06 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 211.07 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 211.07 [+0.00] encapsulations in lower layers, most packet types allow/require # 211.07 [+0.00] additional packet-specific arguments in an ; # 211.07 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 211.08 [+0.00] dns, rtp, syslog, lldp and more; # 211.08 [+0.00] For context-help use 'help' as ! # 211.08 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 211.08 [+0.00] Enter -T help or -T rtp help for further information # 211.09 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 211.09 [+0.00] -V|VV|... Verbose and more verbose mode # 211.09 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 211.09 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 211.10 [+0.00] typically combined with one of the verbose modes (v or V) # 211.10 [+0.00] -v Show version # 211.10 [+0.00] -h Print this help # 211.10 [+0.00] # 211.10 [+0.00] Examples: # 211.10 [+0.00] mausezahn -x 99 # 211.10 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 211.10 [+0.00] mausezahn -t cdp change -c 0 # 211.10 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 211.11 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 211.11 [+0.00] # 211.11 [+0.00] Note: # 211.11 [+0.00] This tool is targeted for network developers! You should # 211.11 [+0.00] be aware of what you are doing and what these options above # 211.12 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 211.12 [+0.00] # 211.12 [+0.00] Please report bugs to # 211.12 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 211.12 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 211.12 [+0.00] Swiss federal institute of technology (ETH Zurich) # 211.13 [+0.01] License: GNU GPL version 2.0 # 211.14 [+0.01] This is free software: you are free to change and redistribute it. # 211.14 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 211.14 [+0.00] # 212.29 [+1.15] mcast_max_groups # 213.45 [+1.16] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 213.46 [+0.01] # 213.46 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 213.46 [+0.00] http://www.netsniff-ng.org # 213.46 [+0.00] # 213.46 [+0.00] Usage: mausezahn [options] [interface] || # 213.46 [+0.00] Options: # 213.47 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 213.47 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 213.47 [+0.00] -4 IPv4 mode (default) # 213.47 [+0.00] -6 IPv6 mode # 213.47 [+0.00] -R Set socket priority # 213.47 [+0.00] -c Send packet count times, default:1, infinite:0 # 213.48 [+0.00] -d Apply delay between transmissions. The delay value can be # 213.48 [+0.00] specified in usec (default, no additional unit needed), or in # 213.48 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 213.48 [+0.00] -r Multiplies the specified delay with a random value # 213.49 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 213.49 [+0.00] -a Use specified source mac address, no matter what has # 213.49 [+0.00] been specified with other arguments; keywords see below, # 213.49 [+0.00] Default is own interface # 213.49 [+0.00] -b Same with destination mac address; keywords: # 213.50 [+0.00] rand Use a random MAC address # 213.50 [+0.00] bc Use a broadcast MAC address # 213.50 [+0.00] own Use own interface MAC address (default for source MAC) # 213.50 [+0.00] stp Use IEEE 802.1d STP multicast address # 213.50 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 213.51 [+0.00] -A Use specified source IP address (default is own interface IP) # 213.51 [+0.00] -B Send packet to specified destination IP or domain name # 213.51 [+0.00] -P Use the specified ASCII payload # 213.51 [+0.00] -f Read the ASCII payload from a file # 213.52 [+0.00] -F Read the hexadecimal payload from a file # 213.52 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 213.52 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 213.52 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 213.53 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 213.53 [+0.00] encapsulations in lower layers, most packet types allow/require # 213.53 [+0.00] additional packet-specific arguments in an ; # 213.53 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 213.54 [+0.00] dns, rtp, syslog, lldp and more; # 213.54 [+0.00] For context-help use 'help' as ! # 213.54 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 213.54 [+0.00] Enter -T help or -T rtp help for further information # 213.55 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 213.55 [+0.00] -V|VV|... Verbose and more verbose mode # 213.55 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 213.55 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 213.56 [+0.00] typically combined with one of the verbose modes (v or V) # 213.56 [+0.00] -v Show version # 213.56 [+0.00] -h Print this help # 213.56 [+0.00] # 213.56 [+0.00] Examples: # 213.56 [+0.00] mausezahn -x 99 # 213.56 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 213.56 [+0.00] mausezahn -t cdp change -c 0 # 213.56 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 213.57 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 213.57 [+0.00] # 213.57 [+0.00] Note: # 213.57 [+0.00] This tool is targeted for network developers! You should # 213.57 [+0.00] be aware of what you are doing and what these options above # 213.57 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 213.58 [+0.00] # 213.58 [+0.00] Please report bugs to # 213.58 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 213.58 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 213.58 [+0.00] Swiss federal institute of technology (ETH Zurich) # 213.58 [+0.00] License: GNU GPL version 2.0 # 213.58 [+0.00] This is free software: you are free to change and redistribute it. # 213.59 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 213.59 [+0.00] # 214.89 [+1.30] TEST: ctl4: port_vlan: ngroups reporting [FAIL] # 214.89 [+0.00] Number of groups was 0, now is 0, but 5 expected # 216.89 [+2.00] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 216.90 [+0.01] # 216.90 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 216.90 [+0.00] http://www.netsniff-ng.org # 216.90 [+0.00] # 216.90 [+0.00] Usage: mausezahn [options] [interface] || # 216.90 [+0.00] Options: # 216.90 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 216.90 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 216.91 [+0.00] -4 IPv4 mode (default) # 216.91 [+0.00] -6 IPv6 mode # 216.91 [+0.00] -R Set socket priority # 216.91 [+0.00] -c Send packet count times, default:1, infinite:0 # 216.91 [+0.00] -d Apply delay between transmissions. The delay value can be # 216.92 [+0.00] specified in usec (default, no additional unit needed), or in # 216.92 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 216.92 [+0.00] -r Multiplies the specified delay with a random value # 216.93 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 216.93 [+0.00] -a Use specified source mac address, no matter what has # 216.93 [+0.00] been specified with other arguments; keywords see below, # 216.94 [+0.00] Default is own interface # 216.94 [+0.00] -b Same with destination mac address; keywords: # 216.94 [+0.00] rand Use a random MAC address # 216.94 [+0.00] bc Use a broadcast MAC address # 216.94 [+0.00] own Use own interface MAC address (default for source MAC) # 216.95 [+0.00] stp Use IEEE 802.1d STP multicast address # 216.95 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 216.95 [+0.00] -A Use specified source IP address (default is own interface IP) # 216.95 [+0.00] -B Send packet to specified destination IP or domain name # 216.96 [+0.00] -P Use the specified ASCII payload # 216.96 [+0.00] -f Read the ASCII payload from a file # 216.96 [+0.00] -F Read the hexadecimal payload from a file # 216.96 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 216.97 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 216.97 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 216.97 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 216.97 [+0.00] encapsulations in lower layers, most packet types allow/require # 216.98 [+0.00] additional packet-specific arguments in an ; # 216.98 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 216.98 [+0.00] dns, rtp, syslog, lldp and more; # 216.99 [+0.00] For context-help use 'help' as ! # 216.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 216.99 [+0.00] Enter -T help or -T rtp help for further information # 216.99 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 217.00 [+0.00] -V|VV|... Verbose and more verbose mode # 217.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 217.00 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 217.00 [+0.00] typically combined with one of the verbose modes (v or V) # 217.01 [+0.00] -v Show version # 217.01 [+0.00] -h Print this help # 217.01 [+0.00] # 217.01 [+0.00] Examples: # 217.01 [+0.00] mausezahn -x 99 # 217.01 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 217.01 [+0.00] mausezahn -t cdp change -c 0 # 217.01 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 217.02 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 217.02 [+0.00] # 217.02 [+0.00] Note: # 217.02 [+0.00] This tool is targeted for network developers! You should # 217.02 [+0.00] be aware of what you are doing and what these options above # 217.03 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 217.03 [+0.00] # 217.03 [+0.00] Please report bugs to # 217.03 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 217.03 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 217.03 [+0.00] Swiss federal institute of technology (ETH Zurich) # 217.04 [+0.00] License: GNU GPL version 2.0 # 217.06 [+0.02] This is free software: you are free to change and redistribute it. # 217.06 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 217.06 [+0.00] # 218.23 [+1.17] mcast_max_groups # 220.27 [+2.04] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 220.27 [+0.01] # 220.27 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 220.27 [+0.00] http://www.netsniff-ng.org # 220.28 [+0.00] # 220.28 [+0.00] Usage: mausezahn [options] [interface] || # 220.28 [+0.00] Options: # 220.28 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 220.28 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 220.28 [+0.00] -4 IPv4 mode (default) # 220.28 [+0.00] -6 IPv6 mode # 220.29 [+0.00] -R Set socket priority # 220.29 [+0.00] -c Send packet count times, default:1, infinite:0 # 220.29 [+0.00] -d Apply delay between transmissions. The delay value can be # 220.29 [+0.00] specified in usec (default, no additional unit needed), or in # 220.29 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 220.30 [+0.00] -r Multiplies the specified delay with a random value # 220.30 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 220.30 [+0.00] -a Use specified source mac address, no matter what has # 220.30 [+0.00] been specified with other arguments; keywords see below, # 220.31 [+0.00] Default is own interface # 220.31 [+0.00] -b Same with destination mac address; keywords: # 220.31 [+0.00] rand Use a random MAC address # 220.31 [+0.00] bc Use a broadcast MAC address # 220.31 [+0.00] own Use own interface MAC address (default for source MAC) # 220.31 [+0.00] stp Use IEEE 802.1d STP multicast address # 220.32 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 220.32 [+0.00] -A Use specified source IP address (default is own interface IP) # 220.32 [+0.00] -B Send packet to specified destination IP or domain name # 220.32 [+0.00] -P Use the specified ASCII payload # 220.33 [+0.00] -f Read the ASCII payload from a file # 220.34 [+0.01] -F Read the hexadecimal payload from a file # 220.34 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 220.34 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 220.34 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 220.35 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 220.35 [+0.00] encapsulations in lower layers, most packet types allow/require # 220.35 [+0.00] additional packet-specific arguments in an ; # 220.35 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 220.35 [+0.00] dns, rtp, syslog, lldp and more; # 220.36 [+0.00] For context-help use 'help' as ! # 220.36 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 220.36 [+0.00] Enter -T help or -T rtp help for further information # 220.36 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 220.37 [+0.00] -V|VV|... Verbose and more verbose mode # 220.37 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 220.37 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 220.37 [+0.00] typically combined with one of the verbose modes (v or V) # 220.37 [+0.00] -v Show version # 220.38 [+0.00] -h Print this help # 220.38 [+0.00] # 220.38 [+0.00] Examples: # 220.38 [+0.00] mausezahn -x 99 # 220.38 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 220.38 [+0.00] mausezahn -t cdp change -c 0 # 220.38 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 220.38 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 220.38 [+0.00] # 220.38 [+0.00] Note: # 220.38 [+0.00] This tool is targeted for network developers! You should # 220.39 [+0.00] be aware of what you are doing and what these options above # 220.39 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 220.39 [+0.00] # 220.39 [+0.00] Please report bugs to # 220.39 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 220.39 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 220.40 [+0.00] Swiss federal institute of technology (ETH Zurich) # 220.40 [+0.00] License: GNU GPL version 2.0 # 220.40 [+0.00] This is free software: you are free to change and redistribute it. # 220.40 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 220.40 [+0.00] # 221.50 [+1.10] mcast_max_groups # 222.84 [+1.33] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 222.86 [+0.02] # 222.86 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 222.86 [+0.00] http://www.netsniff-ng.org # 222.86 [+0.00] # 222.86 [+0.00] Usage: mausezahn [options] [interface] || # 222.87 [+0.00] Options: # 222.87 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 222.87 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 222.87 [+0.00] -4 IPv4 mode (default) # 222.87 [+0.00] -6 IPv6 mode # 222.87 [+0.00] -R Set socket priority # 222.87 [+0.00] -c Send packet count times, default:1, infinite:0 # 222.88 [+0.00] -d Apply delay between transmissions. The delay value can be # 222.88 [+0.00] specified in usec (default, no additional unit needed), or in # 222.88 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 222.89 [+0.01] -r Multiplies the specified delay with a random value # 222.90 [+0.01] -p Pad the raw frame to specified length (using random bytes) # 222.90 [+0.00] -a Use specified source mac address, no matter what has # 222.90 [+0.00] been specified with other arguments; keywords see below, # 222.90 [+0.00] Default is own interface # 222.90 [+0.00] -b Same with destination mac address; keywords: # 222.91 [+0.00] rand Use a random MAC address # 222.91 [+0.00] bc Use a broadcast MAC address # 222.91 [+0.00] own Use own interface MAC address (default for source MAC) # 222.91 [+0.00] stp Use IEEE 802.1d STP multicast address # 222.91 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 222.91 [+0.00] -A Use specified source IP address (default is own interface IP) # 222.92 [+0.00] -B Send packet to specified destination IP or domain name # 222.92 [+0.00] -P Use the specified ASCII payload # 222.92 [+0.00] -f Read the ASCII payload from a file # 222.92 [+0.00] -F Read the hexadecimal payload from a file # 222.93 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 222.93 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 222.93 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 222.93 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 222.94 [+0.00] encapsulations in lower layers, most packet types allow/require # 222.94 [+0.00] additional packet-specific arguments in an ; # 222.94 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 222.95 [+0.00] dns, rtp, syslog, lldp and more; # 222.95 [+0.00] For context-help use 'help' as ! # 222.95 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 222.95 [+0.00] Enter -T help or -T rtp help for further information # 222.96 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 222.96 [+0.00] -V|VV|... Verbose and more verbose mode # 222.96 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 222.96 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 222.96 [+0.00] typically combined with one of the verbose modes (v or V) # 222.97 [+0.00] -v Show version # 222.97 [+0.00] -h Print this help # 222.97 [+0.00] # 222.97 [+0.00] Examples: # 222.97 [+0.00] mausezahn -x 99 # 222.97 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 222.97 [+0.00] mausezahn -t cdp change -c 0 # 222.97 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 222.98 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 222.98 [+0.00] # 222.98 [+0.00] Note: # 222.98 [+0.00] This tool is targeted for network developers! You should # 222.98 [+0.00] be aware of what you are doing and what these options above # 222.98 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 222.98 [+0.00] # 222.98 [+0.00] Please report bugs to # 222.99 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 222.99 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 222.99 [+0.00] Swiss federal institute of technology (ETH Zurich) # 222.99 [+0.00] License: GNU GPL version 2.0 # 222.99 [+0.00] This is free software: you are free to change and redistribute it. # 222.99 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 223.00 [+0.00] # 225.04 [+2.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 225.05 [+0.01] # 225.05 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 225.05 [+0.00] http://www.netsniff-ng.org # 225.05 [+0.00] # 225.05 [+0.00] Usage: mausezahn [options] [interface] || # 225.06 [+0.01] Options: # 225.06 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 225.06 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 225.06 [+0.00] -4 IPv4 mode (default) # 225.07 [+0.00] -6 IPv6 mode # 225.07 [+0.00] -R Set socket priority # 225.07 [+0.00] -c Send packet count times, default:1, infinite:0 # 225.07 [+0.00] -d Apply delay between transmissions. The delay value can be # 225.08 [+0.00] specified in usec (default, no additional unit needed), or in # 225.08 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 225.08 [+0.00] -r Multiplies the specified delay with a random value # 225.08 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 225.09 [+0.00] -a Use specified source mac address, no matter what has # 225.09 [+0.00] been specified with other arguments; keywords see below, # 225.09 [+0.00] Default is own interface # 225.10 [+0.00] -b Same with destination mac address; keywords: # 225.10 [+0.00] rand Use a random MAC address # 225.10 [+0.00] bc Use a broadcast MAC address # 225.10 [+0.00] 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.12 [+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.13 [+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.17 [+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.18 [+0.00] Examples: # 225.18 [+0.00] mausezahn -x 99 # 225.18 [+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.19 [+0.00] Note: # 225.19 [+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.20 [+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.21 [+0.01] There is NO WARRANTY, to the extent permitted by law. # 225.22 [+0.01] # 226.66 [+1.44] TEST: ctl4: port_vlan: isolation of port and per-VLAN ngroups [FAIL] # 226.66 [+0.00] Number of groups at VLAN 20 was 4, now is 4, but 5 entries added on VLAN 20, 9 expected # 227.94 [+1.28] TEST: cfg6: port_vlan: ngroups reporting [ OK ] # 230.74 [+2.80] TEST: cfg6: port_vlan: isolation of port and per-VLAN ngroups [ OK ] # 233.69 [+2.95] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 233.70 [+0.01] # 233.70 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 233.70 [+0.00] http://www.netsniff-ng.org # 233.70 [+0.00] # 233.70 [+0.00] Usage: mausezahn [options] [interface] || # 233.71 [+0.00] Options: # 233.71 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 233.71 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 233.71 [+0.00] -4 IPv4 mode (default) # 233.71 [+0.00] -6 IPv6 mode # 233.72 [+0.00] -R Set socket priority # 233.72 [+0.00] -c Send packet count times, default:1, infinite:0 # 233.72 [+0.00] -d Apply delay between transmissions. The delay value can be # 233.72 [+0.00] specified in usec (default, no additional unit needed), or in # 233.72 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 233.73 [+0.00] -r Multiplies the specified delay with a random value # 233.73 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 233.73 [+0.00] -a Use specified source mac address, no matter what has # 233.74 [+0.00] been specified with other arguments; keywords see below, # 233.74 [+0.00] Default is own interface # 233.74 [+0.00] -b Same with destination mac address; keywords: # 233.74 [+0.00] rand Use a random MAC address # 233.74 [+0.00] bc Use a broadcast MAC address # 233.75 [+0.00] own Use own interface MAC address (default for source MAC) # 233.75 [+0.00] stp Use IEEE 802.1d STP multicast address # 233.75 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 233.75 [+0.00] -A Use specified source IP address (default is own interface IP) # 233.75 [+0.00] -B Send packet to specified destination IP or domain name # 233.76 [+0.00] -P Use the specified ASCII payload # 233.76 [+0.00] -f Read the ASCII payload from a file # 233.76 [+0.00] -F Read the hexadecimal payload from a file # 233.76 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 233.77 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 233.77 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 233.77 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 233.77 [+0.00] encapsulations in lower layers, most packet types allow/require # 233.78 [+0.00] additional packet-specific arguments in an ; # 233.78 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 233.78 [+0.00] dns, rtp, syslog, lldp and more; # 233.79 [+0.00] For context-help use 'help' as ! # 233.79 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 233.79 [+0.00] Enter -T help or -T rtp help for further information # 233.80 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 233.80 [+0.00] -V|VV|... Verbose and more verbose mode # 233.80 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 233.80 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 233.81 [+0.00] typically combined with one of the verbose modes (v or V) # 233.81 [+0.00] -v Show version # 233.81 [+0.00] -h Print this help # 233.81 [+0.00] # 233.81 [+0.00] Examples: # 233.81 [+0.00] mausezahn -x 99 # 233.81 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 233.81 [+0.00] mausezahn -t cdp change -c 0 # 233.81 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 233.82 [+0.01] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 233.83 [+0.01] # 233.83 [+0.00] Note: # 233.83 [+0.00] This tool is targeted for network developers! You should # 233.83 [+0.00] be aware of what you are doing and what these options above # 233.84 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 233.84 [+0.00] # 233.84 [+0.00] Please report bugs to # 233.84 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 233.84 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 233.84 [+0.00] Swiss federal institute of technology (ETH Zurich) # 233.85 [+0.00] License: GNU GPL version 2.0 # 233.85 [+0.00] This is free software: you are free to change and redistribute it. # 233.85 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 233.85 [+0.00] # 235.01 [+1.16] mcast_max_groups # 237.23 [+2.22] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 237.24 [+0.01] # 237.24 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 237.24 [+0.00] http://www.netsniff-ng.org # 237.24 [+0.00] # 237.24 [+0.00] Usage: mausezahn [options] [interface] || # 237.24 [+0.00] Options: # 237.24 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 237.25 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 237.25 [+0.00] -4 IPv4 mode (default) # 237.25 [+0.00] -6 IPv6 mode # 237.25 [+0.00] -R Set socket priority # 237.25 [+0.00] -c Send packet count times, default:1, infinite:0 # 237.26 [+0.00] -d Apply delay between transmissions. The delay value can be # 237.26 [+0.00] specified in usec (default, no additional unit needed), or in # 237.26 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 237.27 [+0.00] -r Multiplies the specified delay with a random value # 237.27 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 237.27 [+0.00] -a Use specified source mac address, no matter what has # 237.28 [+0.00] been specified with other arguments; keywords see below, # 237.28 [+0.00] Default is own interface # 237.28 [+0.00] -b Same with destination mac address; keywords: # 237.28 [+0.00] rand Use a random MAC address # 237.29 [+0.00] bc Use a broadcast MAC address # 237.29 [+0.00] own Use own interface MAC address (default for source MAC) # 237.29 [+0.00] stp Use IEEE 802.1d STP multicast address # 237.29 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 237.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 237.30 [+0.00] -B Send packet to specified destination IP or domain name # 237.30 [+0.00] -P Use the specified ASCII payload # 237.31 [+0.00] -f Read the ASCII payload from a file # 237.31 [+0.00] -F Read the hexadecimal payload from a file # 237.31 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 237.32 [+0.01] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 237.32 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 237.33 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 237.34 [+0.01] encapsulations in lower layers, most packet types allow/require # 237.35 [+0.01] additional packet-specific arguments in an ; # 237.36 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 237.36 [+0.01] dns, rtp, syslog, lldp and more; # 237.37 [+0.00] For context-help use 'help' as ! # 237.37 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 237.38 [+0.00] Enter -T help or -T rtp help for further information # 237.38 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 237.38 [+0.00] -V|VV|... Verbose and more verbose mode # 237.39 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 237.39 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 237.40 [+0.00] typically combined with one of the verbose modes (v or V) # 237.40 [+0.00] -v Show version # 237.40 [+0.00] -h Print this help # 237.40 [+0.00] # 237.40 [+0.00] Examples: # 237.40 [+0.00] mausezahn -x 99 # 237.41 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 237.41 [+0.00] mausezahn -t cdp change -c 0 # 237.41 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 237.41 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 237.42 [+0.00] # 237.42 [+0.00] Note: # 237.42 [+0.00] This tool is targeted for network developers! You should # 237.42 [+0.00] be aware of what you are doing and what these options above # 237.42 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 237.43 [+0.00] # 237.43 [+0.00] Please report bugs to # 237.43 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 237.43 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 237.43 [+0.00] Swiss federal institute of technology (ETH Zurich) # 237.43 [+0.00] License: GNU GPL version 2.0 # 237.44 [+0.00] This is free software: you are free to change and redistribute it. # 237.44 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 237.44 [+0.00] # 238.62 [+1.18] TEST: ctl6: port_vlan: ngroups reporting [FAIL] # 238.63 [+0.00] Number of groups was 0, now is 0, but 5 expected # 241.70 [+3.08] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 241.71 [+0.01] # 241.71 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 241.72 [+0.00] http://www.netsniff-ng.org # 241.72 [+0.00] # 241.72 [+0.00] Usage: mausezahn [options] [interface] || # 241.72 [+0.01] Options: # 241.72 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 241.73 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 241.73 [+0.00] -4 IPv4 mode (default) # 241.73 [+0.00] -6 IPv6 mode # 241.74 [+0.00] -R Set socket priority # 241.74 [+0.00] -c Send packet count times, default:1, infinite:0 # 241.74 [+0.00] -d Apply delay between transmissions. The delay value can be # 241.74 [+0.00] specified in usec (default, no additional unit needed), or in # 241.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 241.75 [+0.00] -r Multiplies the specified delay with a random value # 241.75 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 241.75 [+0.00] -a Use specified source mac address, no matter what has # 241.76 [+0.00] been specified with other arguments; keywords see below, # 241.76 [+0.00] Default is own interface # 241.76 [+0.00] -b Same with destination mac address; keywords: # 241.76 [+0.00] rand Use a random MAC address # 241.76 [+0.00] bc Use a broadcast MAC address # 241.77 [+0.00] own Use own interface MAC address (default for source MAC) # 241.77 [+0.00] stp Use IEEE 802.1d STP multicast address # 241.77 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 241.77 [+0.00] -A Use specified source IP address (default is own interface IP) # 241.78 [+0.00] -B Send packet to specified destination IP or domain name # 241.78 [+0.00] -P Use the specified ASCII payload # 241.78 [+0.00] -f Read the ASCII payload from a file # 241.78 [+0.00] -F Read the hexadecimal payload from a file # 241.78 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 241.79 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 241.79 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 241.79 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 241.79 [+0.00] encapsulations in lower layers, most packet types allow/require # 241.80 [+0.00] additional packet-specific arguments in an ; # 241.80 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 241.80 [+0.00] dns, rtp, syslog, lldp and more; # 241.80 [+0.00] For context-help use 'help' as ! # 241.81 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 241.81 [+0.00] Enter -T help or -T rtp help for further information # 241.81 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 241.81 [+0.00] -V|VV|... Verbose and more verbose mode # 241.81 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 241.82 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 241.82 [+0.00] typically combined with one of the verbose modes (v or V) # 241.82 [+0.00] -v Show version # 241.82 [+0.00] -h Print this help # 241.82 [+0.00] # 241.83 [+0.00] Examples: # 241.83 [+0.00] mausezahn -x 99 # 241.83 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 241.83 [+0.00] mausezahn -t cdp change -c 0 # 241.83 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 241.83 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 241.83 [+0.00] # 241.83 [+0.00] Note: # 241.83 [+0.00] This tool is targeted for network developers! You should # 241.84 [+0.00] be aware of what you are doing and what these options above # 241.84 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 241.84 [+0.00] # 241.84 [+0.00] Please report bugs to # 241.84 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 241.84 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 241.85 [+0.00] Swiss federal institute of technology (ETH Zurich) # 241.85 [+0.00] License: GNU GPL version 2.0 # 241.85 [+0.00] This is free software: you are free to change and redistribute it. # 241.85 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 241.85 [+0.00] # 243.04 [+1.19] mcast_max_groups # 246.30 [+3.26] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 246.31 [+0.01] # 246.31 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 246.31 [+0.00] http://www.netsniff-ng.org # 246.31 [+0.00] # 246.31 [+0.00] Usage: mausezahn [options] [interface] || # 246.32 [+0.00] Options: # 246.32 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 246.32 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 246.32 [+0.00] -4 IPv4 mode (default) # 246.33 [+0.00] -6 IPv6 mode # 246.33 [+0.00] -R Set socket priority # 246.33 [+0.00] -c Send packet count times, default:1, infinite:0 # 246.33 [+0.00] -d Apply delay between transmissions. The delay value can be # 246.33 [+0.00] specified in usec (default, no additional unit needed), or in # 246.34 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 246.34 [+0.00] -r Multiplies the specified delay with a random value # 246.34 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 246.35 [+0.00] -a Use specified source mac address, no matter what has # 246.35 [+0.00] been specified with other arguments; keywords see below, # 246.35 [+0.00] Default is own interface # 246.36 [+0.00] -b Same with destination mac address; keywords: # 246.36 [+0.00] rand Use a random MAC address # 246.36 [+0.00] bc Use a broadcast MAC address # 246.36 [+0.00] own Use own interface MAC address (default for source MAC) # 246.37 [+0.00] stp Use IEEE 802.1d STP multicast address # 246.37 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 246.37 [+0.00] -A Use specified source IP address (default is own interface IP) # 246.38 [+0.00] -B Send packet to specified destination IP or domain name # 246.38 [+0.00] -P Use the specified ASCII payload # 246.38 [+0.00] -f Read the ASCII payload from a file # 246.38 [+0.00] -F Read the hexadecimal payload from a file # 246.39 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 246.39 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 246.40 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 246.41 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 246.41 [+0.00] encapsulations in lower layers, most packet types allow/require # 246.42 [+0.00] additional packet-specific arguments in an ; # 246.42 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 246.42 [+0.00] dns, rtp, syslog, lldp and more; # 246.42 [+0.00] For context-help use 'help' as ! # 246.43 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 246.43 [+0.00] Enter -T help or -T rtp help for further information # 246.44 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 246.44 [+0.00] -V|VV|... Verbose and more verbose mode # 246.45 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 246.45 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 246.45 [+0.00] typically combined with one of the verbose modes (v or V) # 246.45 [+0.00] -v Show version # 246.46 [+0.00] -h Print this help # 246.46 [+0.00] # 246.46 [+0.00] Examples: # 246.46 [+0.00] mausezahn -x 99 # 246.46 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 246.46 [+0.00] mausezahn -t cdp change -c 0 # 246.46 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 246.46 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 246.47 [+0.00] # 246.47 [+0.00] Note: # 246.47 [+0.00] This tool is targeted for network developers! You should # 246.47 [+0.00] be aware of what you are doing and what these options above # 246.47 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 246.47 [+0.00] # 246.47 [+0.00] Please report bugs to # 246.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 246.48 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 246.48 [+0.00] Swiss federal institute of technology (ETH Zurich) # 246.48 [+0.00] License: GNU GPL version 2.0 # 246.48 [+0.00] This is free software: you are free to change and redistribute it. # 246.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 246.49 [+0.00] # 247.58 [+1.10] mcast_max_groups # 249.92 [+2.33] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 249.93 [+0.01] # 249.93 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 249.93 [+0.00] http://www.netsniff-ng.org # 249.93 [+0.00] # 249.93 [+0.00] Usage: mausezahn [options] [interface] || # 249.94 [+0.00] Options: # 249.94 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 249.94 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 249.95 [+0.00] -4 IPv4 mode (default) # 249.95 [+0.00] -6 IPv6 mode # 249.95 [+0.00] -R Set socket priority # 249.95 [+0.00] -c Send packet count times, default:1, infinite:0 # 249.95 [+0.00] -d Apply delay between transmissions. The delay value can be # 249.96 [+0.00] specified in usec (default, no additional unit needed), or in # 249.96 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 249.96 [+0.00] -r Multiplies the specified delay with a random value # 249.97 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 249.97 [+0.00] -a Use specified source mac address, no matter what has # 249.97 [+0.00] been specified with other arguments; keywords see below, # 249.98 [+0.00] Default is own interface # 249.98 [+0.00] -b Same with destination mac address; keywords: # 249.98 [+0.00] rand Use a random MAC address # 249.98 [+0.00] bc Use a broadcast MAC address # 249.99 [+0.01] own Use own interface MAC address (default for source MAC) # 250.00 [+0.01] stp Use IEEE 802.1d STP multicast address # 250.00 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 250.00 [+0.00] -A Use specified source IP address (default is own interface IP) # 250.00 [+0.00] -B Send packet to specified destination IP or domain name # 250.01 [+0.00] -P Use the specified ASCII payload # 250.01 [+0.00] -f Read the ASCII payload from a file # 250.01 [+0.00] -F Read the hexadecimal payload from a file # 250.01 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 250.02 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 250.02 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 250.02 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 250.03 [+0.00] encapsulations in lower layers, most packet types allow/require # 250.03 [+0.00] additional packet-specific arguments in an ; # 250.03 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 250.04 [+0.00] dns, rtp, syslog, lldp and more; # 250.04 [+0.00] For context-help use 'help' as ! # 250.04 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 250.04 [+0.00] Enter -T help or -T rtp help for further information # 250.05 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 250.05 [+0.00] -V|VV|... Verbose and more verbose mode # 250.05 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 250.05 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 250.06 [+0.00] typically combined with one of the verbose modes (v or V) # 250.06 [+0.00] -v Show version # 250.06 [+0.00] -h Print this help # 250.06 [+0.00] # 250.06 [+0.00] Examples: # 250.06 [+0.00] mausezahn -x 99 # 250.07 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 250.07 [+0.00] mausezahn -t cdp change -c 0 # 250.07 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 250.07 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 250.07 [+0.00] # 250.07 [+0.00] Note: # 250.08 [+0.00] This tool is targeted for network developers! You should # 250.08 [+0.00] be aware of what you are doing and what these options above # 250.08 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 250.08 [+0.00] # 250.08 [+0.00] Please report bugs to # 250.08 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 250.09 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 250.09 [+0.00] Swiss federal institute of technology (ETH Zurich) # 250.09 [+0.00] License: GNU GPL version 2.0 # 250.09 [+0.00] This is free software: you are free to change and redistribute it. # 250.10 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 250.10 [+0.00] # 252.96 [+2.86] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 252.97 [+0.01] # 252.97 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 252.97 [+0.00] http://www.netsniff-ng.org # 252.97 [+0.00] # 252.97 [+0.00] Usage: mausezahn [options] [interface] || # 252.97 [+0.00] Options: # 252.97 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 252.98 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 252.98 [+0.00] -4 IPv4 mode (default) # 252.98 [+0.00] -6 IPv6 mode # 252.98 [+0.00] -R Set socket priority # 252.99 [+0.00] -c Send packet count times, default:1, infinite:0 # 252.99 [+0.00] -d Apply delay between transmissions. The delay value can be # 252.99 [+0.00] specified in usec (default, no additional unit needed), or in # 252.99 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 253.00 [+0.00] -r Multiplies the specified delay with a random value # 253.00 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 253.00 [+0.00] -a Use specified source mac address, no matter what has # 253.00 [+0.00] been specified with other arguments; keywords see below, # 253.01 [+0.00] Default is own interface # 253.01 [+0.00] -b Same with destination mac address; keywords: # 253.01 [+0.00] rand Use a random MAC address # 253.01 [+0.00] bc Use a broadcast MAC address # 253.01 [+0.00] own Use own interface MAC address (default for source MAC) # 253.01 [+0.00] stp Use IEEE 802.1d STP multicast address # 253.02 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 253.02 [+0.00] -A Use specified source IP address (default is own interface IP) # 253.02 [+0.01] -B Send packet to specified destination IP or domain name # 253.03 [+0.01] -P Use the specified ASCII payload # 253.04 [+0.00] -f Read the ASCII payload from a file # 253.04 [+0.00] -F Read the hexadecimal payload from a file # 253.04 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 253.04 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 253.04 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 253.05 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 253.05 [+0.00] encapsulations in lower layers, most packet types allow/require # 253.05 [+0.00] additional packet-specific arguments in an ; # 253.05 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 253.06 [+0.00] dns, rtp, syslog, lldp and more; # 253.06 [+0.00] For context-help use 'help' as ! # 253.06 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 253.06 [+0.00] Enter -T help or -T rtp help for further information # 253.07 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 253.07 [+0.00] -V|VV|... Verbose and more verbose mode # 253.07 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 253.07 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 253.08 [+0.00] typically combined with one of the verbose modes (v or V) # 253.08 [+0.00] -v Show version # 253.08 [+0.00] -h Print this help # 253.08 [+0.00] # 253.08 [+0.00] Examples: # 253.08 [+0.00] mausezahn -x 99 # 253.08 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 253.08 [+0.00] mausezahn -t cdp change -c 0 # 253.08 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 253.09 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 253.09 [+0.00] # 253.09 [+0.00] Note: # 253.09 [+0.00] This tool is targeted for network developers! You should # 253.09 [+0.00] be aware of what you are doing and what these options above # 253.09 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 253.09 [+0.00] # 253.09 [+0.00] Please report bugs to # 253.10 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 253.10 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 253.10 [+0.00] Swiss federal institute of technology (ETH Zurich) # 253.10 [+0.00] License: GNU GPL version 2.0 # 253.10 [+0.00] This is free software: you are free to change and redistribute it. # 253.10 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 253.11 [+0.00] # 254.51 [+1.40] TEST: ctl6: port_vlan: isolation of port and per-VLAN ngroups [FAIL] # 254.51 [+0.00] Number of groups at VLAN 20 was 4, now is 4, but 5 entries added on VLAN 20, 9 expected # 255.87 [+1.36] TEST: cfg4: port_vlan maxgroups: reporting and treatment of 0 [ OK ] # 258.16 [+2.28] TEST: cfg4: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 260.83 [+2.68] TEST: cfg4: port_vlan maxgroups: configure below ngroups [ OK ] # 261.91 [+1.08] TEST: cfg4: port_vlan maxgroups: add too many MDB entries [ OK ] # 265.91 [+4.00] TEST: cfg4: port_vlan maxgroups: isolation of port and per-VLAN ngroups [ OK ] # 268.23 [+2.32] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 268.24 [+0.01] # 268.24 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 268.24 [+0.00] http://www.netsniff-ng.org # 268.24 [+0.00] # 268.24 [+0.00] Usage: mausezahn [options] [interface] || # 268.24 [+0.00] Options: # 268.24 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 268.25 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 268.25 [+0.00] -4 IPv4 mode (default) # 268.25 [+0.00] -6 IPv6 mode # 268.25 [+0.00] -R Set socket priority # 268.25 [+0.00] -c Send packet count times, default:1, infinite:0 # 268.26 [+0.00] -d Apply delay between transmissions. The delay value can be # 268.26 [+0.00] specified in usec (default, no additional unit needed), or in # 268.26 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 268.27 [+0.00] -r Multiplies the specified delay with a random value # 268.27 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 268.27 [+0.00] -a Use specified source mac address, no matter what has # 268.28 [+0.01] been specified with other arguments; keywords see below, # 268.29 [+0.01] Default is own interface # 268.29 [+0.00] -b Same with destination mac address; keywords: # 268.29 [+0.00] rand Use a random MAC address # 268.29 [+0.00] bc Use a broadcast MAC address # 268.30 [+0.00] own Use own interface MAC address (default for source MAC) # 268.30 [+0.00] stp Use IEEE 802.1d STP multicast address # 268.30 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 268.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 268.31 [+0.00] -B Send packet to specified destination IP or domain name # 268.31 [+0.00] -P Use the specified ASCII payload # 268.31 [+0.00] -f Read the ASCII payload from a file # 268.31 [+0.00] -F Read the hexadecimal payload from a file # 268.32 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 268.32 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 268.32 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 268.32 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 268.33 [+0.00] encapsulations in lower layers, most packet types allow/require # 268.33 [+0.00] additional packet-specific arguments in an ; # 268.33 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 268.34 [+0.00] dns, rtp, syslog, lldp and more; # 268.34 [+0.00] For context-help use 'help' as ! # 268.34 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 268.35 [+0.00] Enter -T help or -T rtp help for further information # 268.35 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 268.35 [+0.00] -V|VV|... Verbose and more verbose mode # 268.35 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 268.36 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 268.36 [+0.00] typically combined with one of the verbose modes (v or V) # 268.37 [+0.00] -v Show version # 268.37 [+0.00] -h Print this help # 268.37 [+0.00] # 268.37 [+0.00] Examples: # 268.37 [+0.00] mausezahn -x 99 # 268.37 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 268.37 [+0.00] mausezahn -t cdp change -c 0 # 268.37 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 268.38 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 268.38 [+0.00] # 268.38 [+0.00] Note: # 268.38 [+0.00] This tool is targeted for network developers! You should # 268.38 [+0.00] be aware of what you are doing and what these options above # 268.39 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 268.39 [+0.00] # 268.39 [+0.00] Please report bugs to # 268.39 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 268.39 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 268.40 [+0.00] Swiss federal institute of technology (ETH Zurich) # 268.40 [+0.00] License: GNU GPL version 2.0 # 268.40 [+0.00] This is free software: you are free to change and redistribute it. # 268.40 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 268.40 [+0.00] # 269.44 [+1.04] mcast_max_groups # 270.49 [+1.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 270.49 [+0.01] # 270.49 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 270.50 [+0.00] http://www.netsniff-ng.org # 270.50 [+0.00] # 270.50 [+0.00] Usage: mausezahn [options] [interface] || # 270.50 [+0.00] Options: # 270.50 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 270.51 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 270.51 [+0.00] -4 IPv4 mode (default) # 270.51 [+0.00] -6 IPv6 mode # 270.51 [+0.00] -R Set socket priority # 270.52 [+0.00] -c Send packet count times, default:1, infinite:0 # 270.52 [+0.00] -d Apply delay between transmissions. The delay value can be # 270.52 [+0.00] specified in usec (default, no additional unit needed), or in # 270.52 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 270.53 [+0.00] -r Multiplies the specified delay with a random value # 270.53 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 270.53 [+0.00] -a Use specified source mac address, no matter what has # 270.54 [+0.00] been specified with other arguments; keywords see below, # 270.54 [+0.00] Default is own interface # 270.54 [+0.00] -b Same with destination mac address; keywords: # 270.54 [+0.00] rand Use a random MAC address # 270.54 [+0.00] bc Use a broadcast MAC address # 270.55 [+0.00] own Use own interface MAC address (default for source MAC) # 270.55 [+0.00] stp Use IEEE 802.1d STP multicast address # 270.55 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 270.55 [+0.00] -A Use specified source IP address (default is own interface IP) # 270.56 [+0.00] -B Send packet to specified destination IP or domain name # 270.56 [+0.00] -P Use the specified ASCII payload # 270.56 [+0.00] -f Read the ASCII payload from a file # 270.56 [+0.00] -F Read the hexadecimal payload from a file # 270.57 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 270.57 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 270.57 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 270.58 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 270.58 [+0.00] encapsulations in lower layers, most packet types allow/require # 270.58 [+0.00] additional packet-specific arguments in an ; # 270.58 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 270.59 [+0.00] dns, rtp, syslog, lldp and more; # 270.59 [+0.00] For context-help use 'help' as ! # 270.59 [+0.01] -T Specify packet type for server mode, currently only rtp is supported; # 270.61 [+0.01] Enter -T help or -T rtp help for further information # 270.61 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 270.61 [+0.00] -V|VV|... Verbose and more verbose mode # 270.61 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 270.62 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 270.62 [+0.00] typically combined with one of the verbose modes (v or V) # 270.62 [+0.00] -v Show version # 270.62 [+0.00] -h Print this help # 270.62 [+0.00] # 270.62 [+0.00] Examples: # 270.62 [+0.00] mausezahn -x 99 # 270.62 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 270.63 [+0.00] mausezahn -t cdp change -c 0 # 270.63 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 270.63 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 270.63 [+0.00] # 270.63 [+0.00] Note: # 270.63 [+0.00] This tool is targeted for network developers! You should # 270.63 [+0.00] be aware of what you are doing and what these options above # 270.64 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 270.64 [+0.00] # 270.64 [+0.00] Please report bugs to # 270.64 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 270.64 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 270.64 [+0.00] Swiss federal institute of technology (ETH Zurich) # 270.64 [+0.00] License: GNU GPL version 2.0 # 270.65 [+0.00] This is free software: you are free to change and redistribute it. # 270.65 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 270.65 [+0.00] # 271.74 [+1.09] TEST: ctl4: port_vlan maxgroups: reporting and treatment of 0 [FAIL] # 271.74 [+0.01] Adding 5 MDB entries failed but should have passed # 273.99 [+2.25] TEST: ctl4: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 275.83 [+1.84] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 275.84 [+0.01] # 275.84 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 275.84 [+0.00] http://www.netsniff-ng.org # 275.84 [+0.00] # 275.84 [+0.00] Usage: mausezahn [options] [interface] || # 275.84 [+0.00] Options: # 275.84 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 275.85 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 275.85 [+0.00] -4 IPv4 mode (default) # 275.85 [+0.00] -6 IPv6 mode # 275.85 [+0.00] -R Set socket priority # 275.85 [+0.00] -c Send packet count times, default:1, infinite:0 # 275.85 [+0.00] -d Apply delay between transmissions. The delay value can be # 275.86 [+0.00] specified in usec (default, no additional unit needed), or in # 275.86 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 275.86 [+0.00] -r Multiplies the specified delay with a random value # 275.87 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 275.87 [+0.00] -a Use specified source mac address, no matter what has # 275.87 [+0.00] been specified with other arguments; keywords see below, # 275.87 [+0.00] Default is own interface # 275.87 [+0.00] -b Same with destination mac address; keywords: # 275.88 [+0.00] rand Use a random MAC address # 275.88 [+0.00] bc Use a broadcast MAC address # 275.88 [+0.00] own Use own interface MAC address (default for source MAC) # 275.88 [+0.00] stp Use IEEE 802.1d STP multicast address # 275.88 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 275.89 [+0.00] -A Use specified source IP address (default is own interface IP) # 275.89 [+0.00] -B Send packet to specified destination IP or domain name # 275.89 [+0.00] -P Use the specified ASCII payload # 275.89 [+0.00] -f Read the ASCII payload from a file # 275.90 [+0.00] -F Read the hexadecimal payload from a file # 275.90 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 275.90 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 275.90 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 275.90 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 275.91 [+0.00] encapsulations in lower layers, most packet types allow/require # 275.91 [+0.01] additional packet-specific arguments in an ; # 275.92 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 275.92 [+0.00] dns, rtp, syslog, lldp and more; # 275.93 [+0.00] For context-help use 'help' as ! # 275.93 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 275.93 [+0.00] Enter -T help or -T rtp help for further information # 275.93 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 275.94 [+0.00] -V|VV|... Verbose and more verbose mode # 275.94 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 275.94 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 275.94 [+0.00] typically combined with one of the verbose modes (v or V) # 275.95 [+0.00] -v Show version # 275.95 [+0.00] -h Print this help # 275.95 [+0.00] # 275.95 [+0.00] Examples: # 275.95 [+0.00] mausezahn -x 99 # 275.95 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 275.95 [+0.00] mausezahn -t cdp change -c 0 # 275.95 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 275.95 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 275.96 [+0.00] # 275.96 [+0.00] Note: # 275.96 [+0.00] This tool is targeted for network developers! You should # 275.96 [+0.00] be aware of what you are doing and what these options above # 275.96 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 275.96 [+0.00] # 275.96 [+0.00] Please report bugs to # 275.96 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 275.96 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 275.97 [+0.00] Swiss federal institute of technology (ETH Zurich) # 275.97 [+0.00] License: GNU GPL version 2.0 # 275.97 [+0.00] This is free software: you are free to change and redistribute it. # 275.97 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 275.97 [+0.00] # 277.05 [+1.07] mcast_max_groups # 280.84 [+3.79] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 280.84 [+0.01] # 280.84 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 280.84 [+0.00] http://www.netsniff-ng.org # 280.85 [+0.00] # 280.85 [+0.00] Usage: mausezahn [options] [interface] || # 280.85 [+0.00] Options: # 280.85 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 280.85 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 280.85 [+0.00] -4 IPv4 mode (default) # 280.86 [+0.00] -6 IPv6 mode # 280.86 [+0.00] -R Set socket priority # 280.86 [+0.00] -c Send packet count times, default:1, infinite:0 # 280.86 [+0.00] -d Apply delay between transmissions. The delay value can be # 280.86 [+0.00] specified in usec (default, no additional unit needed), or in # 280.87 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 280.87 [+0.00] -r Multiplies the specified delay with a random value # 280.87 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 280.87 [+0.00] -a Use specified source mac address, no matter what has # 280.88 [+0.00] been specified with other arguments; keywords see below, # 280.88 [+0.00] Default is own interface # 280.88 [+0.00] -b Same with destination mac address; keywords: # 280.88 [+0.00] rand Use a random MAC address # 280.88 [+0.00] bc Use a broadcast MAC address # 280.89 [+0.00] own Use own interface MAC address (default for source MAC) # 280.89 [+0.00] stp Use IEEE 802.1d STP multicast address # 280.89 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 280.89 [+0.00] -A Use specified source IP address (default is own interface IP) # 280.89 [+0.00] -B Send packet to specified destination IP or domain name # 280.90 [+0.00] -P Use the specified ASCII payload # 280.90 [+0.00] -f Read the ASCII payload from a file # 280.90 [+0.00] -F Read the hexadecimal payload from a file # 280.90 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 280.91 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 280.91 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 280.92 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 280.92 [+0.00] encapsulations in lower layers, most packet types allow/require # 280.93 [+0.00] additional packet-specific arguments in an ; # 280.93 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 280.93 [+0.00] dns, rtp, syslog, lldp and more; # 280.93 [+0.00] For context-help use 'help' as ! # 280.93 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 280.94 [+0.00] Enter -T help or -T rtp help for further information # 280.94 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 280.94 [+0.00] -V|VV|... Verbose and more verbose mode # 280.95 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 280.95 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 280.95 [+0.00] typically combined with one of the verbose modes (v or V) # 280.96 [+0.00] -v Show version # 280.96 [+0.00] -h Print this help # 280.96 [+0.00] # 280.96 [+0.00] Examples: # 280.96 [+0.00] mausezahn -x 99 # 280.96 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 280.96 [+0.00] mausezahn -t cdp change -c 0 # 280.96 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 280.97 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 280.97 [+0.00] # 280.97 [+0.00] Note: # 280.97 [+0.00] This tool is targeted for network developers! You should # 280.97 [+0.00] be aware of what you are doing and what these options above # 280.97 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 280.97 [+0.00] # 280.97 [+0.00] Please report bugs to # 280.98 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 280.98 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 280.98 [+0.00] Swiss federal institute of technology (ETH Zurich) # 280.98 [+0.00] License: GNU GPL version 2.0 # 280.98 [+0.00] This is free software: you are free to change and redistribute it. # 280.98 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 280.99 [+0.00] # 283.46 [+2.48] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 283.47 [+0.01] # 283.47 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 283.47 [+0.00] http://www.netsniff-ng.org # 283.47 [+0.00] # 283.47 [+0.00] Usage: mausezahn [options] [interface] || # 283.48 [+0.00] Options: # 283.48 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 283.48 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 283.48 [+0.00] -4 IPv4 mode (default) # 283.49 [+0.00] -6 IPv6 mode # 283.49 [+0.00] -R Set socket priority # 283.49 [+0.00] -c Send packet count times, default:1, infinite:0 # 283.49 [+0.00] -d Apply delay between transmissions. The delay value can be # 283.49 [+0.00] specified in usec (default, no additional unit needed), or in # 283.49 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 283.50 [+0.00] -r Multiplies the specified delay with a random value # 283.50 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 283.50 [+0.00] -a Use specified source mac address, no matter what has # 283.50 [+0.00] been specified with other arguments; keywords see below, # 283.51 [+0.00] Default is own interface # 283.51 [+0.00] -b Same with destination mac address; keywords: # 283.51 [+0.00] rand Use a random MAC address # 283.51 [+0.00] bc Use a broadcast MAC address # 283.51 [+0.00] own Use own interface MAC address (default for source MAC) # 283.51 [+0.00] stp Use IEEE 802.1d STP multicast address # 283.52 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 283.52 [+0.00] -A Use specified source IP address (default is own interface IP) # 283.52 [+0.00] -B Send packet to specified destination IP or domain name # 283.52 [+0.00] -P Use the specified ASCII payload # 283.52 [+0.00] -f Read the ASCII payload from a file # 283.53 [+0.00] -F Read the hexadecimal payload from a file # 283.54 [+0.01] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 283.54 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 283.54 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 283.55 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 283.55 [+0.00] encapsulations in lower layers, most packet types allow/require # 283.55 [+0.00] additional packet-specific arguments in an ; # 283.55 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 283.56 [+0.00] dns, rtp, syslog, lldp and more; # 283.56 [+0.00] For context-help use 'help' as ! # 283.56 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 283.56 [+0.00] Enter -T help or -T rtp help for further information # 283.56 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 283.57 [+0.00] -V|VV|... Verbose and more verbose mode # 283.57 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 283.57 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 283.57 [+0.00] typically combined with one of the verbose modes (v or V) # 283.58 [+0.00] -v Show version # 283.58 [+0.00] -h Print this help # 283.58 [+0.00] # 283.58 [+0.00] Examples: # 283.58 [+0.00] mausezahn -x 99 # 283.58 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 283.58 [+0.00] mausezahn -t cdp change -c 0 # 283.58 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 283.58 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 283.59 [+0.00] # 283.59 [+0.00] Note: # 283.59 [+0.00] This tool is targeted for network developers! You should # 283.59 [+0.00] be aware of what you are doing and what these options above # 283.59 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 283.59 [+0.00] # 283.59 [+0.00] Please report bugs to # 283.59 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 283.59 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 283.60 [+0.00] Swiss federal institute of technology (ETH Zurich) # 283.60 [+0.00] License: GNU GPL version 2.0 # 283.60 [+0.00] This is free software: you are free to change and redistribute it. # 283.60 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 283.60 [+0.00] # 284.69 [+1.09] mcast_max_groups # 285.76 [+1.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 285.76 [+0.01] # 285.76 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 285.76 [+0.00] http://www.netsniff-ng.org # 285.77 [+0.00] # 285.77 [+0.00] Usage: mausezahn [options] [interface] || # 285.77 [+0.00] Options: # 285.77 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 285.77 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 285.77 [+0.00] -4 IPv4 mode (default) # 285.78 [+0.00] -6 IPv6 mode # 285.78 [+0.00] -R Set socket priority # 285.78 [+0.00] -c Send packet count times, default:1, infinite:0 # 285.78 [+0.00] -d Apply delay between transmissions. The delay value can be # 285.78 [+0.00] specified in usec (default, no additional unit needed), or in # 285.78 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 285.79 [+0.00] -r Multiplies the specified delay with a random value # 285.79 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 285.79 [+0.00] -a Use specified source mac address, no matter what has # 285.79 [+0.00] been specified with other arguments; keywords see below, # 285.80 [+0.00] Default is own interface # 285.80 [+0.00] -b Same with destination mac address; keywords: # 285.80 [+0.00] rand Use a random MAC address # 285.80 [+0.00] bc Use a broadcast MAC address # 285.80 [+0.00] own Use own interface MAC address (default for source MAC) # 285.80 [+0.00] stp Use IEEE 802.1d STP multicast address # 285.81 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 285.81 [+0.00] -A Use specified source IP address (default is own interface IP) # 285.81 [+0.00] -B Send packet to specified destination IP or domain name # 285.81 [+0.00] -P Use the specified ASCII payload # 285.82 [+0.00] -f Read the ASCII payload from a file # 285.82 [+0.00] -F Read the hexadecimal payload from a file # 285.82 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 285.82 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 285.82 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 285.83 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 285.83 [+0.00] encapsulations in lower layers, most packet types allow/require # 285.83 [+0.00] additional packet-specific arguments in an ; # 285.83 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 285.84 [+0.00] dns, rtp, syslog, lldp and more; # 285.84 [+0.00] For context-help use 'help' as ! # 285.84 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 285.84 [+0.00] Enter -T help or -T rtp help for further information # 285.85 [+0.01] -M Insert a MPLS label, enter '-M help' for a syntax description # 285.86 [+0.00] -V|VV|... Verbose and more verbose mode # 285.86 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 285.86 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 285.86 [+0.00] typically combined with one of the verbose modes (v or V) # 285.87 [+0.00] -v Show version # 285.87 [+0.00] -h Print this help # 285.87 [+0.00] # 285.87 [+0.00] Examples: # 285.87 [+0.00] mausezahn -x 99 # 285.87 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 285.87 [+0.00] mausezahn -t cdp change -c 0 # 285.87 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 285.87 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 285.88 [+0.00] # 285.88 [+0.00] Note: # 285.88 [+0.00] This tool is targeted for network developers! You should # 285.88 [+0.00] be aware of what you are doing and what these options above # 285.88 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 285.88 [+0.00] # 285.88 [+0.00] Please report bugs to # 285.88 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 285.88 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 285.89 [+0.00] Swiss federal institute of technology (ETH Zurich) # 285.89 [+0.00] License: GNU GPL version 2.0 # 285.89 [+0.00] This is free software: you are free to change and redistribute it. # 285.89 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 285.89 [+0.00] # 287.10 [+1.21] TEST: ctl4: port_vlan maxgroups: configure below ngroups [FAIL] # 287.11 [+0.01] dev veth1 vid 10: Adding more entries failed # 291.38 [+4.27] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 291.38 [+0.01] # 291.38 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 291.39 [+0.00] http://www.netsniff-ng.org # 291.39 [+0.00] # 291.39 [+0.00] Usage: mausezahn [options] [interface] || # 291.39 [+0.00] Options: # 291.39 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 291.39 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 291.39 [+0.00] -4 IPv4 mode (default) # 291.40 [+0.00] -6 IPv6 mode # 291.40 [+0.00] -R Set socket priority # 291.40 [+0.00] -c Send packet count times, default:1, infinite:0 # 291.40 [+0.00] -d Apply delay between transmissions. The delay value can be # 291.40 [+0.00] specified in usec (default, no additional unit needed), or in # 291.41 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 291.41 [+0.00] -r Multiplies the specified delay with a random value # 291.41 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 291.41 [+0.00] -a Use specified source mac address, no matter what has # 291.42 [+0.00] been specified with other arguments; keywords see below, # 291.42 [+0.00] Default is own interface # 291.42 [+0.00] -b Same with destination mac address; keywords: # 291.42 [+0.00] rand Use a random MAC address # 291.42 [+0.00] bc Use a broadcast MAC address # 291.42 [+0.00] own Use own interface MAC address (default for source MAC) # 291.43 [+0.00] stp Use IEEE 802.1d STP multicast address # 291.43 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 291.43 [+0.00] -A Use specified source IP address (default is own interface IP) # 291.44 [+0.01] -B Send packet to specified destination IP or domain name # 291.45 [+0.02] -P Use the specified ASCII payload # 291.46 [+0.00] -f Read the ASCII payload from a file # 291.46 [+0.00] -F Read the hexadecimal payload from a file # 291.46 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 291.46 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 291.46 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 291.47 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 291.47 [+0.00] encapsulations in lower layers, most packet types allow/require # 291.47 [+0.00] additional packet-specific arguments in an ; # 291.47 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 291.48 [+0.00] dns, rtp, syslog, lldp and more; # 291.48 [+0.00] For context-help use 'help' as ! # 291.48 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 291.48 [+0.00] Enter -T help or -T rtp help for further information # 291.48 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 291.49 [+0.00] -V|VV|... Verbose and more verbose mode # 291.49 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 291.49 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 291.49 [+0.00] typically combined with one of the verbose modes (v or V) # 291.50 [+0.00] -v Show version # 291.50 [+0.00] -h Print this help # 291.50 [+0.00] # 291.50 [+0.00] Examples: # 291.50 [+0.00] mausezahn -x 99 # 291.50 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 291.50 [+0.00] mausezahn -t cdp change -c 0 # 291.50 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 291.50 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 291.51 [+0.00] # 291.51 [+0.00] Note: # 291.51 [+0.00] This tool is targeted for network developers! You should # 291.51 [+0.00] be aware of what you are doing and what these options above # 291.51 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 291.51 [+0.00] # 291.51 [+0.00] Please report bugs to # 291.51 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 291.51 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 291.52 [+0.00] Swiss federal institute of technology (ETH Zurich) # 291.52 [+0.00] License: GNU GPL version 2.0 # 291.52 [+0.00] This is free software: you are free to change and redistribute it. # 291.52 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 291.52 [+0.00] # 292.84 [+1.32] TEST: ctl4: port_vlan maxgroups: add too many MDB entries [ OK ] # 294.88 [+2.04] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 294.89 [+0.01] # 294.89 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 294.89 [+0.00] http://www.netsniff-ng.org # 294.90 [+0.00] # 294.90 [+0.00] Usage: mausezahn [options] [interface] || # 294.90 [+0.00] Options: # 294.90 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 294.90 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 294.90 [+0.00] -4 IPv4 mode (default) # 294.91 [+0.00] -6 IPv6 mode # 294.91 [+0.00] -R Set socket priority # 294.91 [+0.00] -c Send packet count times, default:1, infinite:0 # 294.91 [+0.00] -d Apply delay between transmissions. The delay value can be # 294.91 [+0.00] specified in usec (default, no additional unit needed), or in # 294.92 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 294.92 [+0.00] -r Multiplies the specified delay with a random value # 294.92 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 294.93 [+0.00] -a Use specified source mac address, no matter what has # 294.93 [+0.00] been specified with other arguments; keywords see below, # 294.93 [+0.00] Default is own interface # 294.93 [+0.00] -b Same with destination mac address; keywords: # 294.94 [+0.00] rand Use a random MAC address # 294.94 [+0.00] bc Use a broadcast MAC address # 294.94 [+0.00] own Use own interface MAC address (default for source MAC) # 294.94 [+0.00] stp Use IEEE 802.1d STP multicast address # 294.94 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 294.95 [+0.00] -A Use specified source IP address (default is own interface IP) # 294.95 [+0.00] -B Send packet to specified destination IP or domain name # 294.95 [+0.00] -P Use the specified ASCII payload # 294.96 [+0.00] -f Read the ASCII payload from a file # 294.96 [+0.00] -F Read the hexadecimal payload from a file # 294.96 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 294.96 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 294.97 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 294.97 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 294.97 [+0.00] encapsulations in lower layers, most packet types allow/require # 294.97 [+0.00] additional packet-specific arguments in an ; # 294.98 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 294.98 [+0.00] dns, rtp, syslog, lldp and more; # 294.98 [+0.00] For context-help use 'help' as ! # 294.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 294.99 [+0.00] Enter -T help or -T rtp help for further information # 294.99 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 294.99 [+0.00] -V|VV|... Verbose and more verbose mode # 295.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 295.00 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 295.00 [+0.00] typically combined with one of the verbose modes (v or V) # 295.01 [+0.00] -v Show version # 295.01 [+0.00] -h Print this help # 295.01 [+0.00] # 295.01 [+0.00] Examples: # 295.01 [+0.00] mausezahn -x 99 # 295.01 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 295.01 [+0.00] mausezahn -t cdp change -c 0 # 295.01 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 295.02 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 295.02 [+0.00] # 295.02 [+0.00] Note: # 295.02 [+0.00] This tool is targeted for network developers! You should # 295.02 [+0.00] be aware of what you are doing and what these options above # 295.02 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 295.03 [+0.00] # 295.03 [+0.00] Please report bugs to # 295.03 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 295.03 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 295.03 [+0.00] Swiss federal institute of technology (ETH Zurich) # 295.03 [+0.00] License: GNU GPL version 2.0 # 295.04 [+0.00] This is free software: you are free to change and redistribute it. # 295.04 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 295.04 [+0.00] # 296.21 [+1.17] mcast_max_groups # 303.60 [+7.40] # 303.61 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 303.61 [+0.00] http://www.netsniff-ng.org # 303.61 [+0.00] # 303.61 [+0.00] Usage: mausezahn [options] [interface] || # 303.61 [+0.00] Options: # 303.61 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 303.62 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 303.62 [+0.00] -4 IPv4 mode (default) # 303.62 [+0.00] -6 IPv6 mode # 303.62 [+0.00] -R Set socket priority # 303.62 [+0.00] -c Send packet count times, default:1, infinite:0 # 303.63 [+0.00] -d Apply delay between transmissions. The delay value can be # 303.63 [+0.00] specified in usec (default, no additional unit needed), or in # 303.63 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 303.63 [+0.00] -r Multiplies the specified delay with a random value # 303.64 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 303.64 [+0.00] -a Use specified source mac address, no matter what has # 303.64 [+0.00] been specified with other arguments; keywords see below, # 303.65 [+0.00] Default is own interface # 303.65 [+0.00] -b Same with destination mac address; keywords: # 303.65 [+0.00] rand Use a random MAC address # 303.65 [+0.00] bc Use a broadcast MAC address # 303.66 [+0.00] own Use own interface MAC address (default for source MAC) # 303.67 [+0.02] stp Use IEEE 802.1d STP multicast address # 303.68 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 303.68 [+0.00] -A Use specified source IP address (default is own interface IP) # 303.68 [+0.00] -B Send packet to specified destination IP or domain name # 303.69 [+0.00] -P Use the specified ASCII payload # 303.69 [+0.00] -f Read the ASCII payload from a file # 303.69 [+0.00] -F Read the hexadecimal payload from a file # 303.69 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 303.70 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 303.70 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 303.70 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 303.71 [+0.00] encapsulations in lower layers, most packet types allow/require # 303.71 [+0.00] additional packet-specific arguments in an ; # 303.71 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 303.71 [+0.00] dns, rtp, syslog, lldp and more; # 303.72 [+0.00] For context-help use 'help' as ! # 303.72 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 303.72 [+0.00] Enter -T help or -T rtp help for further information # 303.72 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 303.73 [+0.00] -V|VV|... Verbose and more verbose mode # 303.73 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 303.73 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 303.74 [+0.00] typically combined with one of the verbose modes (v or V) # 303.74 [+0.00] -v Show version # 303.74 [+0.00] -h Print this help # 303.74 [+0.00] # 303.74 [+0.00] Examples: # 303.74 [+0.00] mausezahn -x 99 # 303.74 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 303.74 [+0.00] mausezahn -t cdp change -c 0 # 303.74 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 303.75 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 303.75 [+0.00] # 303.75 [+0.00] Note: # 303.75 [+0.00] This tool is targeted for network developers! You should # 303.75 [+0.00] be aware of what you are doing and what these options above # 303.76 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 303.76 [+0.00] # 303.76 [+0.00] Please report bugs to # 303.76 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 303.76 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 303.76 [+0.00] Swiss federal institute of technology (ETH Zurich) # 303.76 [+0.00] License: GNU GPL version 2.0 # 303.77 [+0.00] This is free software: you are free to change and redistribute it. # 303.77 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 303.77 [+0.00] # 306.12 [+2.34] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 306.14 [+0.02] # 306.14 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 306.14 [+0.00] http://www.netsniff-ng.org # 306.14 [+0.00] # 306.14 [+0.00] Usage: mausezahn [options] [interface] || # 306.14 [+0.00] Options: # 306.14 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 306.14 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 306.15 [+0.00] -4 IPv4 mode (default) # 306.15 [+0.00] -6 IPv6 mode # 306.15 [+0.00] -R Set socket priority # 306.15 [+0.00] -c Send packet count times, default:1, infinite:0 # 306.16 [+0.00] -d Apply delay between transmissions. The delay value can be # 306.16 [+0.01] specified in usec (default, no additional unit needed), or in # 306.18 [+0.02] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 306.19 [+0.00] -r Multiplies the specified delay with a random value # 306.19 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 306.19 [+0.00] -a Use specified source mac address, no matter what has # 306.19 [+0.00] been specified with other arguments; keywords see below, # 306.20 [+0.00] Default is own interface # 306.20 [+0.00] -b Same with destination mac address; keywords: # 306.20 [+0.00] rand Use a random MAC address # 306.20 [+0.00] bc Use a broadcast MAC address # 306.20 [+0.00] own Use own interface MAC address (default for source MAC) # 306.21 [+0.00] stp Use IEEE 802.1d STP multicast address # 306.21 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 306.21 [+0.00] -A Use specified source IP address (default is own interface IP) # 306.21 [+0.00] -B Send packet to specified destination IP or domain name # 306.21 [+0.00] -P Use the specified ASCII payload # 306.22 [+0.00] -f Read the ASCII payload from a file # 306.22 [+0.00] -F Read the hexadecimal payload from a file # 306.22 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 306.22 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 306.23 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 306.23 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 306.23 [+0.00] encapsulations in lower layers, most packet types allow/require # 306.23 [+0.00] additional packet-specific arguments in an ; # 306.24 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 306.24 [+0.00] dns, rtp, syslog, lldp and more; # 306.24 [+0.00] For context-help use 'help' as ! # 306.24 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 306.25 [+0.00] Enter -T help or -T rtp help for further information # 306.25 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 306.25 [+0.00] -V|VV|... Verbose and more verbose mode # 306.25 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 306.25 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 306.26 [+0.00] typically combined with one of the verbose modes (v or V) # 306.26 [+0.00] -v Show version # 306.26 [+0.00] -h Print this help # 306.26 [+0.00] # 306.26 [+0.00] Examples: # 306.26 [+0.00] mausezahn -x 99 # 306.26 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 306.26 [+0.00] mausezahn -t cdp change -c 0 # 306.27 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 306.27 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 306.27 [+0.00] # 306.27 [+0.00] Note: # 306.27 [+0.00] This tool is targeted for network developers! You should # 306.27 [+0.00] be aware of what you are doing and what these options above # 306.27 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 306.28 [+0.00] # 306.28 [+0.00] Please report bugs to # 306.28 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 306.28 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 306.28 [+0.00] Swiss federal institute of technology (ETH Zurich) # 306.28 [+0.00] License: GNU GPL version 2.0 # 306.28 [+0.00] This is free software: you are free to change and redistribute it. # 306.29 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 306.29 [+0.00] # 307.35 [+1.06] mcast_max_groups # 308.32 [+0.97] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 308.33 [+0.01] # 308.33 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 308.33 [+0.00] http://www.netsniff-ng.org # 308.33 [+0.00] # 308.33 [+0.00] Usage: mausezahn [options] [interface] || # 308.33 [+0.00] Options: # 308.33 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 308.34 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 308.34 [+0.00] -4 IPv4 mode (default) # 308.34 [+0.00] -6 IPv6 mode # 308.34 [+0.00] -R Set socket priority # 308.34 [+0.00] -c Send packet count times, default:1, infinite:0 # 308.35 [+0.00] -d Apply delay between transmissions. The delay value can be # 308.35 [+0.00] specified in usec (default, no additional unit needed), or in # 308.35 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 308.36 [+0.00] -r Multiplies the specified delay with a random value # 308.36 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 308.36 [+0.00] -a Use specified source mac address, no matter what has # 308.37 [+0.00] been specified with other arguments; keywords see below, # 308.37 [+0.00] Default is own interface # 308.37 [+0.00] -b Same with destination mac address; keywords: # 308.38 [+0.00] rand Use a random MAC address # 308.38 [+0.00] bc Use a broadcast MAC address # 308.38 [+0.00] own Use own interface MAC address (default for source MAC) # 308.39 [+0.00] stp Use IEEE 802.1d STP multicast address # 308.39 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 308.39 [+0.00] -A Use specified source IP address (default is own interface IP) # 308.39 [+0.00] -B Send packet to specified destination IP or domain name # 308.40 [+0.00] -P Use the specified ASCII payload # 308.40 [+0.01] -f Read the ASCII payload from a file # 308.41 [+0.01] -F Read the hexadecimal payload from a file # 308.41 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 308.42 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 308.42 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 308.42 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 308.43 [+0.00] encapsulations in lower layers, most packet types allow/require # 308.43 [+0.00] additional packet-specific arguments in an ; # 308.43 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 308.43 [+0.00] dns, rtp, syslog, lldp and more; # 308.44 [+0.00] For context-help use 'help' as ! # 308.44 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 308.44 [+0.00] Enter -T help or -T rtp help for further information # 308.44 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 308.45 [+0.00] -V|VV|... Verbose and more verbose mode # 308.45 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 308.45 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 308.46 [+0.00] typically combined with one of the verbose modes (v or V) # 308.46 [+0.00] -v Show version # 308.46 [+0.00] -h Print this help # 308.46 [+0.00] # 308.46 [+0.00] Examples: # 308.46 [+0.00] mausezahn -x 99 # 308.46 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 308.46 [+0.00] mausezahn -t cdp change -c 0 # 308.46 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 308.47 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 308.47 [+0.00] # 308.47 [+0.00] Note: # 308.47 [+0.00] This tool is targeted for network developers! You should # 308.47 [+0.00] be aware of what you are doing and what these options above # 308.48 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 308.48 [+0.00] # 308.48 [+0.00] Please report bugs to # 308.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 308.48 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 308.48 [+0.00] Swiss federal institute of technology (ETH Zurich) # 308.49 [+0.00] License: GNU GPL version 2.0 # 308.49 [+0.00] This is free software: you are free to change and redistribute it. # 308.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 308.49 [+0.00] # 310.61 [+2.12] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 310.62 [+0.01] # 310.62 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 310.62 [+0.00] http://www.netsniff-ng.org # 310.62 [+0.00] # 310.62 [+0.00] Usage: mausezahn [options] [interface] || # 310.62 [+0.00] Options: # 310.63 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 310.63 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 310.63 [+0.00] -4 IPv4 mode (default) # 310.63 [+0.00] -6 IPv6 mode # 310.64 [+0.00] -R Set socket priority # 310.64 [+0.00] -c Send packet count times, default:1, infinite:0 # 310.64 [+0.00] -d Apply delay between transmissions. The delay value can be # 310.64 [+0.00] specified in usec (default, no additional unit needed), or in # 310.65 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 310.65 [+0.00] -r Multiplies the specified delay with a random value # 310.66 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 310.66 [+0.00] -a Use specified source mac address, no matter what has # 310.66 [+0.00] been specified with other arguments; keywords see below, # 310.67 [+0.00] Default is own interface # 310.67 [+0.01] -b Same with destination mac address; keywords: # 310.70 [+0.03] rand Use a random MAC address # 310.70 [+0.00] bc Use a broadcast MAC address # 310.70 [+0.00] own Use own interface MAC address (default for source MAC) # 310.70 [+0.00] stp Use IEEE 802.1d STP multicast address # 310.70 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 310.71 [+0.00] -A Use specified source IP address (default is own interface IP) # 310.71 [+0.00] -B Send packet to specified destination IP or domain name # 310.71 [+0.00] -P Use the specified ASCII payload # 310.71 [+0.00] -f Read the ASCII payload from a file # 310.72 [+0.00] -F Read the hexadecimal payload from a file # 310.72 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 310.72 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 310.73 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 310.73 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 310.73 [+0.00] encapsulations in lower layers, most packet types allow/require # 310.74 [+0.00] additional packet-specific arguments in an ; # 310.74 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 310.74 [+0.00] dns, rtp, syslog, lldp and more; # 310.74 [+0.00] For context-help use 'help' as ! # 310.75 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 310.75 [+0.00] Enter -T help or -T rtp help for further information # 310.75 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 310.75 [+0.00] -V|VV|... Verbose and more verbose mode # 310.75 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 310.76 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 310.76 [+0.00] typically combined with one of the verbose modes (v or V) # 310.76 [+0.00] -v Show version # 310.76 [+0.00] -h Print this help # 310.76 [+0.00] # 310.76 [+0.00] Examples: # 310.76 [+0.00] mausezahn -x 99 # 310.76 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 310.77 [+0.00] mausezahn -t cdp change -c 0 # 310.77 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 310.77 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 310.77 [+0.00] # 310.77 [+0.00] Note: # 310.77 [+0.00] This tool is targeted for network developers! You should # 310.77 [+0.00] be aware of what you are doing and what these options above # 310.77 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 310.78 [+0.00] # 310.78 [+0.00] Please report bugs to # 310.78 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 310.78 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 310.78 [+0.00] Swiss federal institute of technology (ETH Zurich) # 310.78 [+0.00] License: GNU GPL version 2.0 # 310.78 [+0.00] This is free software: you are free to change and redistribute it. # 310.79 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 310.79 [+0.00] # 312.10 [+1.31] TEST: ctl4: port_vlan maxgroups: isolation of port and per-VLAN ngroups [FAIL] # 312.11 [+0.01] dev veth1 vid 10: Adding 2 MDB entries failed, but should have passed # 313.52 [+1.41] TEST: cfg6: port_vlan maxgroups: reporting and treatment of 0 [ OK ] # 315.83 [+2.31] TEST: cfg6: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 318.54 [+2.72] TEST: cfg6: port_vlan maxgroups: configure below ngroups [ OK ] # 319.53 [+0.99] TEST: cfg6: port_vlan maxgroups: add too many MDB entries [ OK ] # 323.74 [+4.21] TEST: cfg6: port_vlan maxgroups: isolation of port and per-VLAN ngroups [ OK ] # 326.90 [+3.16] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 326.91 [+0.01] # 326.91 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 326.91 [+0.00] http://www.netsniff-ng.org # 326.91 [+0.00] # 326.91 [+0.00] Usage: mausezahn [options] [interface] || # 326.91 [+0.00] Options: # 326.91 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 326.91 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 326.92 [+0.00] -4 IPv4 mode (default) # 326.92 [+0.00] -6 IPv6 mode # 326.92 [+0.00] -R Set socket priority # 326.92 [+0.00] -c Send packet count times, default:1, infinite:0 # 326.92 [+0.00] -d Apply delay between transmissions. The delay value can be # 326.93 [+0.00] specified in usec (default, no additional unit needed), or in # 326.93 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 326.93 [+0.00] -r Multiplies the specified delay with a random value # 326.93 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 326.94 [+0.00] -a Use specified source mac address, no matter what has # 326.94 [+0.00] been specified with other arguments; keywords see below, # 326.94 [+0.00] Default is own interface # 326.94 [+0.00] -b Same with destination mac address; keywords: # 326.94 [+0.00] rand Use a random MAC address # 326.95 [+0.00] bc Use a broadcast MAC address # 326.95 [+0.00] own Use own interface MAC address (default for source MAC) # 326.95 [+0.00] stp Use IEEE 802.1d STP multicast address # 326.95 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 326.96 [+0.00] -A Use specified source IP address (default is own interface IP) # 326.96 [+0.00] -B Send packet to specified destination IP or domain name # 326.96 [+0.00] -P Use the specified ASCII payload # 326.96 [+0.00] -f Read the ASCII payload from a file # 326.96 [+0.00] -F Read the hexadecimal payload from a file # 326.97 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 326.97 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 326.97 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 326.97 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 326.98 [+0.00] encapsulations in lower layers, most packet types allow/require # 326.98 [+0.00] additional packet-specific arguments in an ; # 326.98 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 326.98 [+0.00] dns, rtp, syslog, lldp and more; # 326.99 [+0.00] For context-help use 'help' as ! # 326.99 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 326.99 [+0.00] Enter -T help or -T rtp help for further information # 326.99 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 327.00 [+0.00] -V|VV|... Verbose and more verbose mode # 327.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 327.00 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 327.00 [+0.00] typically combined with one of the verbose modes (v or V) # 327.00 [+0.00] -v Show version # 327.01 [+0.00] -h Print this help # 327.01 [+0.00] # 327.01 [+0.00] Examples: # 327.01 [+0.00] mausezahn -x 99 # 327.01 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 327.01 [+0.00] mausezahn -t cdp change -c 0 # 327.01 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 327.01 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 327.02 [+0.00] # 327.02 [+0.00] Note: # 327.02 [+0.00] This tool is targeted for network developers! You should # 327.02 [+0.00] be aware of what you are doing and what these options above # 327.02 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 327.02 [+0.00] # 327.02 [+0.00] Please report bugs to # 327.02 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 327.03 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 327.03 [+0.00] Swiss federal institute of technology (ETH Zurich) # 327.03 [+0.00] License: GNU GPL version 2.0 # 327.03 [+0.00] This is free software: you are free to change and redistribute it. # 327.03 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 327.03 [+0.00] # 328.24 [+1.20] mcast_max_groups # 330.03 [+1.80] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 330.05 [+0.02] # 330.05 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 330.05 [+0.00] http://www.netsniff-ng.org # 330.05 [+0.00] # 330.05 [+0.00] Usage: mausezahn [options] [interface] || # 330.05 [+0.00] Options: # 330.05 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 330.06 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 330.06 [+0.00] -4 IPv4 mode (default) # 330.06 [+0.00] -6 IPv6 mode # 330.06 [+0.00] -R Set socket priority # 330.06 [+0.00] -c Send packet count times, default:1, infinite:0 # 330.07 [+0.00] -d Apply delay between transmissions. The delay value can be # 330.07 [+0.00] specified in usec (default, no additional unit needed), or in # 330.07 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 330.07 [+0.00] -r Multiplies the specified delay with a random value # 330.07 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 330.08 [+0.00] -a Use specified source mac address, no matter what has # 330.08 [+0.00] been specified with other arguments; keywords see below, # 330.08 [+0.00] Default is own interface # 330.08 [+0.00] -b Same with destination mac address; keywords: # 330.09 [+0.00] rand Use a random MAC address # 330.09 [+0.00] bc Use a broadcast MAC address # 330.09 [+0.00] own Use own interface MAC address (default for source MAC) # 330.10 [+0.01] stp Use IEEE 802.1d STP multicast address # 330.10 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 330.10 [+0.00] -A Use specified source IP address (default is own interface IP) # 330.11 [+0.00] -B Send packet to specified destination IP or domain name # 330.11 [+0.00] -P Use the specified ASCII payload # 330.11 [+0.00] -f Read the ASCII payload from a file # 330.11 [+0.00] -F Read the hexadecimal payload from a file # 330.11 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 330.12 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 330.12 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 330.12 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 330.12 [+0.00] encapsulations in lower layers, most packet types allow/require # 330.12 [+0.00] additional packet-specific arguments in an ; # 330.13 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 330.13 [+0.00] dns, rtp, syslog, lldp and more; # 330.13 [+0.00] For context-help use 'help' as ! # 330.13 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 330.14 [+0.00] Enter -T help or -T rtp help for further information # 330.14 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 330.14 [+0.00] -V|VV|... Verbose and more verbose mode # 330.14 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 330.14 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 330.15 [+0.00] typically combined with one of the verbose modes (v or V) # 330.15 [+0.00] -v Show version # 330.15 [+0.00] -h Print this help # 330.15 [+0.00] # 330.15 [+0.00] Examples: # 330.15 [+0.00] mausezahn -x 99 # 330.15 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 330.15 [+0.00] mausezahn -t cdp change -c 0 # 330.15 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 330.16 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 330.16 [+0.00] # 330.16 [+0.00] Note: # 330.16 [+0.00] This tool is targeted for network developers! You should # 330.16 [+0.00] be aware of what you are doing and what these options above # 330.16 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 330.16 [+0.00] # 330.16 [+0.00] Please report bugs to # 330.17 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 330.17 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 330.17 [+0.00] Swiss federal institute of technology (ETH Zurich) # 330.17 [+0.00] License: GNU GPL version 2.0 # 330.17 [+0.00] This is free software: you are free to change and redistribute it. # 330.17 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 330.18 [+0.00] # 331.24 [+1.07] TEST: ctl6: port_vlan maxgroups: reporting and treatment of 0 [FAIL] # 331.25 [+0.00] Adding 5 MDB entries failed but should have passed # 333.39 [+2.15] TEST: ctl6: port_vlan maxgroups: isolation of port and per-VLAN maximums [ OK ] # 336.24 [+2.85] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 336.25 [+0.01] # 336.25 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 336.25 [+0.00] http://www.netsniff-ng.org # 336.25 [+0.00] # 336.25 [+0.00] Usage: mausezahn [options] [interface] || # 336.26 [+0.00] Options: # 336.26 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 336.26 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 336.27 [+0.00] -4 IPv4 mode (default) # 336.27 [+0.00] -6 IPv6 mode # 336.27 [+0.00] -R Set socket priority # 336.27 [+0.00] -c Send packet count times, default:1, infinite:0 # 336.27 [+0.00] -d Apply delay between transmissions. The delay value can be # 336.28 [+0.00] specified in usec (default, no additional unit needed), or in # 336.28 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 336.28 [+0.00] -r Multiplies the specified delay with a random value # 336.28 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 336.29 [+0.00] -a Use specified source mac address, no matter what has # 336.29 [+0.00] been specified with other arguments; keywords see below, # 336.29 [+0.01] Default is own interface # 336.31 [+0.01] -b Same with destination mac address; keywords: # 336.31 [+0.00] rand Use a random MAC address # 336.31 [+0.00] bc Use a broadcast MAC address # 336.31 [+0.00] own Use own interface MAC address (default for source MAC) # 336.31 [+0.00] stp Use IEEE 802.1d STP multicast address # 336.31 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 336.32 [+0.00] -A Use specified source IP address (default is own interface IP) # 336.32 [+0.00] -B Send packet to specified destination IP or domain name # 336.32 [+0.00] -P Use the specified ASCII payload # 336.32 [+0.00] -f Read the ASCII payload from a file # 336.32 [+0.00] -F Read the hexadecimal payload from a file # 336.33 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 336.33 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 336.33 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 336.33 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 336.34 [+0.00] encapsulations in lower layers, most packet types allow/require # 336.34 [+0.00] additional packet-specific arguments in an ; # 336.34 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 336.34 [+0.00] dns, rtp, syslog, lldp and more; # 336.34 [+0.00] For context-help use 'help' as ! # 336.35 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 336.35 [+0.00] Enter -T help or -T rtp help for further information # 336.35 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 336.35 [+0.00] -V|VV|... Verbose and more verbose mode # 336.35 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 336.36 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 336.36 [+0.00] typically combined with one of the verbose modes (v or V) # 336.36 [+0.00] -v Show version # 336.36 [+0.00] -h Print this help # 336.36 [+0.00] # 336.36 [+0.00] Examples: # 336.36 [+0.00] mausezahn -x 99 # 336.36 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 336.37 [+0.00] mausezahn -t cdp change -c 0 # 336.37 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 336.37 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 336.37 [+0.00] # 336.37 [+0.00] Note: # 336.37 [+0.00] This tool is targeted for network developers! You should # 336.37 [+0.00] be aware of what you are doing and what these options above # 336.38 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 336.38 [+0.00] # 336.38 [+0.00] Please report bugs to # 336.38 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 336.38 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 336.38 [+0.00] Swiss federal institute of technology (ETH Zurich) # 336.38 [+0.00] License: GNU GPL version 2.0 # 336.38 [+0.00] This is free software: you are free to change and redistribute it. # 336.39 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 336.39 [+0.00] # 337.47 [+1.09] mcast_max_groups # 343.31 [+5.84] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 343.32 [+0.01] # 343.32 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 343.32 [+0.00] http://www.netsniff-ng.org # 343.32 [+0.00] # 343.32 [+0.00] Usage: mausezahn [options] [interface] || # 343.33 [+0.00] Options: # 343.33 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 343.33 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 343.33 [+0.00] -4 IPv4 mode (default) # 343.33 [+0.00] -6 IPv6 mode # 343.33 [+0.00] -R Set socket priority # 343.34 [+0.00] -c Send packet count times, default:1, infinite:0 # 343.34 [+0.00] -d Apply delay between transmissions. The delay value can be # 343.34 [+0.00] specified in usec (default, no additional unit needed), or in # 343.34 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 343.34 [+0.00] -r Multiplies the specified delay with a random value # 343.35 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 343.35 [+0.00] -a Use specified source mac address, no matter what has # 343.35 [+0.00] been specified with other arguments; keywords see below, # 343.35 [+0.00] Default is own interface # 343.36 [+0.00] -b Same with destination mac address; keywords: # 343.37 [+0.01] rand Use a random MAC address # 343.37 [+0.00] bc Use a broadcast MAC address # 343.37 [+0.00] own Use own interface MAC address (default for source MAC) # 343.37 [+0.00] stp Use IEEE 802.1d STP multicast address # 343.37 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 343.38 [+0.00] -A Use specified source IP address (default is own interface IP) # 343.38 [+0.00] -B Send packet to specified destination IP or domain name # 343.38 [+0.00] -P Use the specified ASCII payload # 343.38 [+0.00] -f Read the ASCII payload from a file # 343.38 [+0.00] -F Read the hexadecimal payload from a file # 343.39 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 343.39 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 343.39 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 343.39 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 343.40 [+0.00] encapsulations in lower layers, most packet types allow/require # 343.40 [+0.00] additional packet-specific arguments in an ; # 343.40 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 343.40 [+0.00] dns, rtp, syslog, lldp and more; # 343.40 [+0.00] For context-help use 'help' as ! # 343.41 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 343.41 [+0.00] Enter -T help or -T rtp help for further information # 343.41 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 343.41 [+0.00] -V|VV|... Verbose and more verbose mode # 343.41 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 343.42 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 343.42 [+0.00] typically combined with one of the verbose modes (v or V) # 343.42 [+0.00] -v Show version # 343.42 [+0.00] -h Print this help # 343.42 [+0.00] # 343.42 [+0.00] Examples: # 343.42 [+0.00] mausezahn -x 99 # 343.42 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 343.43 [+0.00] mausezahn -t cdp change -c 0 # 343.43 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 343.43 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 343.43 [+0.00] # 343.43 [+0.00] Note: # 343.43 [+0.00] This tool is targeted for network developers! You should # 343.43 [+0.00] be aware of what you are doing and what these options above # 343.43 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 343.44 [+0.00] # 343.44 [+0.00] Please report bugs to # 343.44 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 343.44 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 343.44 [+0.00] Swiss federal institute of technology (ETH Zurich) # 343.44 [+0.00] License: GNU GPL version 2.0 # 343.44 [+0.00] This is free software: you are free to change and redistribute it. # 343.45 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 343.45 [+0.00] # 346.86 [+3.41] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 346.87 [+0.01] # 346.87 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 346.87 [+0.00] http://www.netsniff-ng.org # 346.87 [+0.00] # 346.87 [+0.00] Usage: mausezahn [options] [interface] || # 346.87 [+0.00] Options: # 346.87 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 346.87 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 346.88 [+0.00] -4 IPv4 mode (default) # 346.88 [+0.00] -6 IPv6 mode # 346.88 [+0.00] -R Set socket priority # 346.88 [+0.00] -c Send packet count times, default:1, infinite:0 # 346.88 [+0.00] -d Apply delay between transmissions. The delay value can be # 346.88 [+0.00] specified in usec (default, no additional unit needed), or in # 346.89 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 346.89 [+0.00] -r Multiplies the specified delay with a random value # 346.89 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 346.89 [+0.00] -a Use specified source mac address, no matter what has # 346.90 [+0.00] been specified with other arguments; keywords see below, # 346.90 [+0.00] Default is own interface # 346.90 [+0.00] -b Same with destination mac address; keywords: # 346.90 [+0.00] rand Use a random MAC address # 346.90 [+0.00] bc Use a broadcast MAC address # 346.90 [+0.00] own Use own interface MAC address (default for source MAC) # 346.91 [+0.00] stp Use IEEE 802.1d STP multicast address # 346.91 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 346.91 [+0.00] -A Use specified source IP address (default is own interface IP) # 346.91 [+0.00] -B Send packet to specified destination IP or domain name # 346.92 [+0.00] -P Use the specified ASCII payload # 346.92 [+0.00] -f Read the ASCII payload from a file # 346.92 [+0.00] -F Read the hexadecimal payload from a file # 346.92 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 346.92 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 346.93 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 346.93 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 346.93 [+0.00] encapsulations in lower layers, most packet types allow/require # 346.94 [+0.01] additional packet-specific arguments in an ; # 346.94 [+0.01] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 346.95 [+0.00] dns, rtp, syslog, lldp and more; # 346.95 [+0.00] For context-help use 'help' as ! # 346.95 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 346.95 [+0.00] Enter -T help or -T rtp help for further information # 346.96 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 346.96 [+0.00] -V|VV|... Verbose and more verbose mode # 346.96 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 346.96 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 346.96 [+0.00] typically combined with one of the verbose modes (v or V) # 346.97 [+0.00] -v Show version # 346.97 [+0.00] -h Print this help # 346.97 [+0.00] # 346.97 [+0.00] Examples: # 346.97 [+0.00] mausezahn -x 99 # 346.97 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 346.97 [+0.00] mausezahn -t cdp change -c 0 # 346.97 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 346.97 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 346.98 [+0.00] # 346.98 [+0.00] Note: # 346.98 [+0.00] This tool is targeted for network developers! You should # 346.98 [+0.00] be aware of what you are doing and what these options above # 346.98 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 346.98 [+0.00] # 346.98 [+0.00] Please report bugs to # 346.98 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 346.99 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 346.99 [+0.00] Swiss federal institute of technology (ETH Zurich) # 346.99 [+0.00] License: GNU GPL version 2.0 # 346.99 [+0.00] This is free software: you are free to change and redistribute it. # 346.99 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 346.99 [+0.00] # 348.12 [+1.12] mcast_max_groups # 350.04 [+1.93] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 350.05 [+0.01] # 350.05 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 350.06 [+0.00] http://www.netsniff-ng.org # 350.06 [+0.00] # 350.06 [+0.00] Usage: mausezahn [options] [interface] || # 350.06 [+0.00] Options: # 350.06 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 350.07 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 350.07 [+0.00] -4 IPv4 mode (default) # 350.07 [+0.00] -6 IPv6 mode # 350.07 [+0.00] -R Set socket priority # 350.07 [+0.00] -c Send packet count times, default:1, infinite:0 # 350.08 [+0.00] -d Apply delay between transmissions. The delay value can be # 350.08 [+0.00] specified in usec (default, no additional unit needed), or in # 350.09 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 350.09 [+0.00] -r Multiplies the specified delay with a random value # 350.09 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 350.10 [+0.00] -a Use specified source mac address, no matter what has # 350.10 [+0.00] been specified with other arguments; keywords see below, # 350.10 [+0.00] Default is own interface # 350.11 [+0.01] -b Same with destination mac address; keywords: # 350.12 [+0.01] rand Use a random MAC address # 350.12 [+0.00] bc Use a broadcast MAC address # 350.12 [+0.00] own Use own interface MAC address (default for source MAC) # 350.13 [+0.00] stp Use IEEE 802.1d STP multicast address # 350.13 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 350.13 [+0.00] -A Use specified source IP address (default is own interface IP) # 350.13 [+0.00] -B Send packet to specified destination IP or domain name # 350.14 [+0.00] -P Use the specified ASCII payload # 350.14 [+0.00] -f Read the ASCII payload from a file # 350.14 [+0.00] -F Read the hexadecimal payload from a file # 350.14 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 350.14 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 350.15 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 350.15 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 350.15 [+0.00] encapsulations in lower layers, most packet types allow/require # 350.15 [+0.00] additional packet-specific arguments in an ; # 350.16 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 350.16 [+0.00] dns, rtp, syslog, lldp and more; # 350.16 [+0.00] For context-help use 'help' as ! # 350.16 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 350.17 [+0.00] Enter -T help or -T rtp help for further information # 350.17 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 350.17 [+0.00] -V|VV|... Verbose and more verbose mode # 350.17 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 350.18 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 350.18 [+0.00] typically combined with one of the verbose modes (v or V) # 350.18 [+0.00] -v Show version # 350.18 [+0.00] -h Print this help # 350.18 [+0.00] # 350.18 [+0.00] Examples: # 350.18 [+0.00] mausezahn -x 99 # 350.18 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 350.18 [+0.00] mausezahn -t cdp change -c 0 # 350.19 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 350.19 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 350.19 [+0.00] # 350.19 [+0.00] Note: # 350.19 [+0.00] This tool is targeted for network developers! You should # 350.19 [+0.00] be aware of what you are doing and what these options above # 350.19 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 350.20 [+0.00] # 350.20 [+0.00] Please report bugs to # 350.20 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 350.20 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 350.20 [+0.00] Swiss federal institute of technology (ETH Zurich) # 350.20 [+0.00] License: GNU GPL version 2.0 # 350.20 [+0.00] This is free software: you are free to change and redistribute it. # 350.20 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 350.21 [+0.00] # 351.41 [+1.20] TEST: ctl6: port_vlan maxgroups: configure below ngroups [FAIL] # 351.41 [+0.00] dev veth1 vid 10: Adding more entries failed # 357.67 [+6.26] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 357.67 [+0.01] # 357.68 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 357.68 [+0.00] http://www.netsniff-ng.org # 357.68 [+0.00] # 357.68 [+0.00] Usage: mausezahn [options] [interface] || # 357.68 [+0.00] Options: # 357.68 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 357.68 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 357.69 [+0.00] -4 IPv4 mode (default) # 357.69 [+0.00] -6 IPv6 mode # 357.69 [+0.00] -R Set socket priority # 357.69 [+0.00] -c Send packet count times, default:1, infinite:0 # 357.69 [+0.00] -d Apply delay between transmissions. The delay value can be # 357.70 [+0.00] specified in usec (default, no additional unit needed), or in # 357.70 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 357.70 [+0.00] -r Multiplies the specified delay with a random value # 357.71 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 357.71 [+0.00] -a Use specified source mac address, no matter what has # 357.71 [+0.00] been specified with other arguments; keywords see below, # 357.71 [+0.00] Default is own interface # 357.72 [+0.00] -b Same with destination mac address; keywords: # 357.72 [+0.00] rand Use a random MAC address # 357.72 [+0.00] bc Use a broadcast MAC address # 357.72 [+0.00] own Use own interface MAC address (default for source MAC) # 357.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 357.73 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 357.73 [+0.00] -A Use specified source IP address (default is own interface IP) # 357.73 [+0.00] -B Send packet to specified destination IP or domain name # 357.74 [+0.00] -P Use the specified ASCII payload # 357.74 [+0.00] -f Read the ASCII payload from a file # 357.74 [+0.00] -F Read the hexadecimal payload from a file # 357.74 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 357.74 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 357.75 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 357.75 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 357.75 [+0.00] encapsulations in lower layers, most packet types allow/require # 357.76 [+0.00] additional packet-specific arguments in an ; # 357.76 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 357.76 [+0.00] dns, rtp, syslog, lldp and more; # 357.76 [+0.00] For context-help use 'help' as ! # 357.77 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 357.77 [+0.00] Enter -T help or -T rtp help for further information # 357.77 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 357.77 [+0.00] -V|VV|... Verbose and more verbose mode # 357.78 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 357.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 357.78 [+0.00] typically combined with one of the verbose modes (v or V) # 357.78 [+0.00] -v Show version # 357.79 [+0.00] -h Print this help # 357.79 [+0.00] # 357.79 [+0.00] Examples: # 357.79 [+0.00] mausezahn -x 99 # 357.79 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 357.79 [+0.00] mausezahn -t cdp change -c 0 # 357.79 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 357.79 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 357.80 [+0.00] # 357.80 [+0.00] Note: # 357.80 [+0.00] This tool is targeted for network developers! You should # 357.80 [+0.00] be aware of what you are doing and what these options above # 357.80 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 357.80 [+0.00] # 357.80 [+0.00] Please report bugs to # 357.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 357.81 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 357.81 [+0.00] Swiss federal institute of technology (ETH Zurich) # 357.81 [+0.00] License: GNU GPL version 2.0 # 357.81 [+0.00] This is free software: you are free to change and redistribute it. # 357.81 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 357.82 [+0.00] # 359.26 [+1.44] TEST: ctl6: port_vlan maxgroups: add too many MDB entries [ OK ] # 362.33 [+3.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 362.33 [+0.01] # 362.33 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 362.34 [+0.00] http://www.netsniff-ng.org # 362.34 [+0.00] # 362.34 [+0.00] Usage: mausezahn [options] [interface] || # 362.34 [+0.00] Options: # 362.34 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 362.34 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 362.35 [+0.00] -4 IPv4 mode (default) # 362.35 [+0.00] -6 IPv6 mode # 362.35 [+0.00] -R Set socket priority # 362.35 [+0.00] -c Send packet count times, default:1, infinite:0 # 362.35 [+0.00] -d Apply delay between transmissions. The delay value can be # 362.36 [+0.00] specified in usec (default, no additional unit needed), or in # 362.36 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 362.36 [+0.00] -r Multiplies the specified delay with a random value # 362.37 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 362.37 [+0.00] -a Use specified source mac address, no matter what has # 362.37 [+0.00] been specified with other arguments; keywords see below, # 362.37 [+0.00] Default is own interface # 362.38 [+0.00] -b Same with destination mac address; keywords: # 362.38 [+0.00] rand Use a random MAC address # 362.38 [+0.00] bc Use a broadcast MAC address # 362.38 [+0.00] own Use own interface MAC address (default for source MAC) # 362.38 [+0.00] stp Use IEEE 802.1d STP multicast address # 362.39 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 362.39 [+0.00] -A Use specified source IP address (default is own interface IP) # 362.39 [+0.00] -B Send packet to specified destination IP or domain name # 362.40 [+0.00] -P Use the specified ASCII payload # 362.40 [+0.00] -f Read the ASCII payload from a file # 362.41 [+0.01] -F Read the hexadecimal payload from a file # 362.41 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 362.41 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 362.42 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 362.42 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 362.42 [+0.00] encapsulations in lower layers, most packet types allow/require # 362.43 [+0.00] additional packet-specific arguments in an ; # 362.43 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 362.43 [+0.00] dns, rtp, syslog, lldp and more; # 362.43 [+0.00] For context-help use 'help' as ! # 362.44 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 362.44 [+0.00] Enter -T help or -T rtp help for further information # 362.44 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 362.45 [+0.00] -V|VV|... Verbose and more verbose mode # 362.45 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 362.45 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 362.45 [+0.00] typically combined with one of the verbose modes (v or V) # 362.46 [+0.00] -v Show version # 362.46 [+0.00] -h Print this help # 362.46 [+0.00] # 362.46 [+0.00] Examples: # 362.46 [+0.00] mausezahn -x 99 # 362.46 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 362.46 [+0.00] mausezahn -t cdp change -c 0 # 362.46 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 362.47 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 362.47 [+0.00] # 362.47 [+0.00] Note: # 362.47 [+0.00] This tool is targeted for network developers! You should # 362.47 [+0.00] be aware of what you are doing and what these options above # 362.47 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 362.47 [+0.00] # 362.47 [+0.00] Please report bugs to # 362.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 362.48 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 362.48 [+0.00] Swiss federal institute of technology (ETH Zurich) # 362.48 [+0.00] License: GNU GPL version 2.0 # 362.48 [+0.00] This is free software: you are free to change and redistribute it. # 362.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 362.49 [+0.00] # 363.60 [+1.11] mcast_max_groups # 374.10 [+10.50] # 374.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 374.11 [+0.00] http://www.netsniff-ng.org # 374.11 [+0.00] # 374.11 [+0.00] Usage: mausezahn [options] [interface] || # 374.11 [+0.00] Options: # 374.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 374.12 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 374.12 [+0.00] -4 IPv4 mode (default) # 374.12 [+0.00] -6 IPv6 mode # 374.12 [+0.00] -R Set socket priority # 374.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 374.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 374.13 [+0.00] specified in usec (default, no additional unit needed), or in # 374.13 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 374.13 [+0.00] -r Multiplies the specified delay with a random value # 374.14 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 374.14 [+0.00] -a Use specified source mac address, no matter what has # 374.14 [+0.00] been specified with other arguments; keywords see below, # 374.14 [+0.00] Default is own interface # 374.14 [+0.00] -b Same with destination mac address; keywords: # 374.15 [+0.00] rand Use a random MAC address # 374.15 [+0.00] bc Use a broadcast MAC address # 374.15 [+0.00] own Use own interface MAC address (default for source MAC) # 374.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 374.16 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 374.16 [+0.00] -A Use specified source IP address (default is own interface IP) # 374.16 [+0.01] -B Send packet to specified destination IP or domain name # 374.18 [+0.02] -P Use the specified ASCII payload # 374.18 [+0.00] -f Read the ASCII payload from a file # 374.19 [+0.00] -F Read the hexadecimal payload from a file # 374.19 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 374.19 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 374.19 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 374.20 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 374.20 [+0.00] encapsulations in lower layers, most packet types allow/require # 374.20 [+0.00] additional packet-specific arguments in an ; # 374.21 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 374.21 [+0.00] dns, rtp, syslog, lldp and more; # 374.21 [+0.00] For context-help use 'help' as ! # 374.21 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 374.22 [+0.00] Enter -T help or -T rtp help for further information # 374.22 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 374.22 [+0.00] -V|VV|... Verbose and more verbose mode # 374.23 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 374.23 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 374.23 [+0.00] typically combined with one of the verbose modes (v or V) # 374.23 [+0.00] -v Show version # 374.24 [+0.00] -h Print this help # 374.24 [+0.00] # 374.24 [+0.00] Examples: # 374.24 [+0.00] mausezahn -x 99 # 374.24 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 374.24 [+0.00] mausezahn -t cdp change -c 0 # 374.24 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 374.24 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 374.25 [+0.00] # 374.25 [+0.00] Note: # 374.25 [+0.00] This tool is targeted for network developers! You should # 374.25 [+0.00] be aware of what you are doing and what these options above # 374.25 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 374.25 [+0.00] # 374.25 [+0.00] Please report bugs to # 374.25 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 374.26 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 374.26 [+0.00] Swiss federal institute of technology (ETH Zurich) # 374.26 [+0.00] License: GNU GPL version 2.0 # 374.26 [+0.00] This is free software: you are free to change and redistribute it. # 374.26 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 374.26 [+0.00] # 377.68 [+3.41] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 377.68 [+0.01] # 377.68 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 377.68 [+0.00] http://www.netsniff-ng.org # 377.68 [+0.00] # 377.68 [+0.00] Usage: mausezahn [options] [interface] || # 377.69 [+0.00] Options: # 377.69 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 377.69 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 377.69 [+0.00] -4 IPv4 mode (default) # 377.69 [+0.00] -6 IPv6 mode # 377.69 [+0.00] -R Set socket priority # 377.70 [+0.00] -c Send packet count times, default:1, infinite:0 # 377.70 [+0.00] -d Apply delay between transmissions. The delay value can be # 377.70 [+0.00] specified in usec (default, no additional unit needed), or in # 377.70 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 377.71 [+0.00] -r Multiplies the specified delay with a random value # 377.71 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 377.71 [+0.00] -a Use specified source mac address, no matter what has # 377.71 [+0.00] been specified with other arguments; keywords see below, # 377.71 [+0.00] Default is own interface # 377.72 [+0.00] -b Same with destination mac address; keywords: # 377.72 [+0.00] rand Use a random MAC address # 377.72 [+0.00] bc Use a broadcast MAC address # 377.72 [+0.00] own Use own interface MAC address (default for source MAC) # 377.72 [+0.00] stp Use IEEE 802.1d STP multicast address # 377.73 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 377.73 [+0.00] -A Use specified source IP address (default is own interface IP) # 377.73 [+0.00] -B Send packet to specified destination IP or domain name # 377.73 [+0.00] -P Use the specified ASCII payload # 377.75 [+0.01] -f Read the ASCII payload from a file # 377.75 [+0.00] -F Read the hexadecimal payload from a file # 377.75 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 377.75 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 377.76 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 377.76 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 377.76 [+0.00] encapsulations in lower layers, most packet types allow/require # 377.76 [+0.00] additional packet-specific arguments in an ; # 377.76 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 377.77 [+0.00] dns, rtp, syslog, lldp and more; # 377.77 [+0.00] For context-help use 'help' as ! # 377.77 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 377.77 [+0.00] Enter -T help or -T rtp help for further information # 377.77 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 377.78 [+0.00] -V|VV|... Verbose and more verbose mode # 377.78 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 377.78 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 377.79 [+0.00] typically combined with one of the verbose modes (v or V) # 377.79 [+0.00] -v Show version # 377.79 [+0.00] -h Print this help # 377.79 [+0.00] # 377.79 [+0.00] Examples: # 377.79 [+0.00] mausezahn -x 99 # 377.79 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 377.79 [+0.00] mausezahn -t cdp change -c 0 # 377.79 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 377.80 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 377.80 [+0.00] # 377.80 [+0.00] Note: # 377.80 [+0.00] This tool is targeted for network developers! You should # 377.80 [+0.00] be aware of what you are doing and what these options above # 377.80 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 377.80 [+0.00] # 377.80 [+0.00] Please report bugs to # 377.81 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 377.81 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 377.81 [+0.00] Swiss federal institute of technology (ETH Zurich) # 377.81 [+0.00] License: GNU GPL version 2.0 # 377.81 [+0.00] This is free software: you are free to change and redistribute it. # 377.81 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 377.81 [+0.00] # 378.92 [+1.10] mcast_max_groups # 380.87 [+1.95] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 380.88 [+0.01] # 380.88 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 380.88 [+0.00] http://www.netsniff-ng.org # 380.88 [+0.00] # 380.88 [+0.00] Usage: mausezahn [options] [interface] || # 380.88 [+0.00] Options: # 380.88 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 380.89 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 380.89 [+0.00] -4 IPv4 mode (default) # 380.89 [+0.00] -6 IPv6 mode # 380.89 [+0.00] -R Set socket priority # 380.90 [+0.00] -c Send packet count times, default:1, infinite:0 # 380.90 [+0.00] -d Apply delay between transmissions. The delay value can be # 380.90 [+0.00] specified in usec (default, no additional unit needed), or in # 380.90 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 380.91 [+0.00] -r Multiplies the specified delay with a random value # 380.91 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 380.91 [+0.00] -a Use specified source mac address, no matter what has # 380.91 [+0.00] been specified with other arguments; keywords see below, # 380.92 [+0.00] Default is own interface # 380.92 [+0.00] -b Same with destination mac address; keywords: # 380.92 [+0.00] rand Use a random MAC address # 380.92 [+0.00] bc Use a broadcast MAC address # 380.93 [+0.00] own Use own interface MAC address (default for source MAC) # 380.93 [+0.00] stp Use IEEE 802.1d STP multicast address # 380.93 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 380.93 [+0.00] -A Use specified source IP address (default is own interface IP) # 380.94 [+0.00] -B Send packet to specified destination IP or domain name # 380.94 [+0.00] -P Use the specified ASCII payload # 380.94 [+0.00] -f Read the ASCII payload from a file # 380.94 [+0.00] -F Read the hexadecimal payload from a file # 380.95 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 380.95 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 380.96 [+0.01] via a comma or a period (e.g. '5:10,20,2:30') # 380.97 [+0.01] -t Specify packet type for autobuild (you don't need to care for # 380.97 [+0.00] encapsulations in lower layers, most packet types allow/require # 380.97 [+0.00] additional packet-specific arguments in an ; # 380.98 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 380.98 [+0.00] dns, rtp, syslog, lldp and more; # 380.98 [+0.00] For context-help use 'help' as ! # 380.98 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 380.99 [+0.00] Enter -T help or -T rtp help for further information # 380.99 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 380.99 [+0.00] -V|VV|... Verbose and more verbose mode # 381.00 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 381.00 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 381.00 [+0.00] typically combined with one of the verbose modes (v or V) # 381.01 [+0.00] -v Show version # 381.01 [+0.00] -h Print this help # 381.01 [+0.00] # 381.01 [+0.00] Examples: # 381.01 [+0.00] mausezahn -x 99 # 381.01 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 381.01 [+0.00] mausezahn -t cdp change -c 0 # 381.01 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 381.02 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 381.02 [+0.00] # 381.02 [+0.00] Note: # 381.02 [+0.00] This tool is targeted for network developers! You should # 381.02 [+0.00] be aware of what you are doing and what these options above # 381.02 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 381.03 [+0.00] # 381.03 [+0.00] Please report bugs to # 381.03 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 381.03 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 381.03 [+0.00] Swiss federal institute of technology (ETH Zurich) # 381.03 [+0.00] License: GNU GPL version 2.0 # 381.03 [+0.00] This is free software: you are free to change and redistribute it. # 381.04 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 381.04 [+0.00] # 384.03 [+2.99] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 384.03 [+0.01] # 384.03 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 384.04 [+0.00] http://www.netsniff-ng.org # 384.04 [+0.00] # 384.04 [+0.00] Usage: mausezahn [options] [interface] || # 384.04 [+0.00] Options: # 384.04 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 384.04 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 384.05 [+0.00] -4 IPv4 mode (default) # 384.05 [+0.00] -6 IPv6 mode # 384.05 [+0.00] -R Set socket priority # 384.05 [+0.00] -c Send packet count times, default:1, infinite:0 # 384.05 [+0.00] -d Apply delay between transmissions. The delay value can be # 384.06 [+0.00] specified in usec (default, no additional unit needed), or in # 384.06 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 384.06 [+0.00] -r Multiplies the specified delay with a random value # 384.07 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 384.07 [+0.00] -a Use specified source mac address, no matter what has # 384.07 [+0.00] been specified with other arguments; keywords see below, # 384.07 [+0.00] Default is own interface # 384.08 [+0.00] -b Same with destination mac address; keywords: # 384.08 [+0.00] rand Use a random MAC address # 384.08 [+0.00] bc Use a broadcast MAC address # 384.08 [+0.00] own Use own interface MAC address (default for source MAC) # 384.08 [+0.00] stp Use IEEE 802.1d STP multicast address # 384.09 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 384.09 [+0.00] -A Use specified source IP address (default is own interface IP) # 384.09 [+0.00] -B Send packet to specified destination IP or domain name # 384.10 [+0.00] -P Use the specified ASCII payload # 384.10 [+0.00] -f Read the ASCII payload from a file # 384.10 [+0.00] -F Read the hexadecimal payload from a file # 384.10 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 384.11 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 384.11 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 384.11 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 384.11 [+0.00] encapsulations in lower layers, most packet types allow/require # 384.12 [+0.00] additional packet-specific arguments in an ; # 384.12 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 384.12 [+0.00] dns, rtp, syslog, lldp and more; # 384.13 [+0.00] For context-help use 'help' as ! # 384.13 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 384.13 [+0.00] Enter -T help or -T rtp help for further information # 384.13 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 384.14 [+0.00] -V|VV|... Verbose and more verbose mode # 384.14 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 384.14 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 384.14 [+0.00] typically combined with one of the verbose modes (v or V) # 384.15 [+0.00] -v Show version # 384.15 [+0.00] -h Print this help # 384.15 [+0.00] # 384.15 [+0.00] Examples: # 384.15 [+0.00] mausezahn -x 99 # 384.15 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 384.15 [+0.00] mausezahn -t cdp change -c 0 # 384.15 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 384.16 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 384.16 [+0.00] # 384.16 [+0.00] Note: # 384.16 [+0.00] This tool is targeted for network developers! You should # 384.16 [+0.00] be aware of what you are doing and what these options above # 384.16 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 384.17 [+0.00] # 384.17 [+0.00] Please report bugs to # 384.17 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 384.17 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 384.17 [+0.00] Swiss federal institute of technology (ETH Zurich) # 384.18 [+0.00] License: GNU GPL version 2.0 # 384.18 [+0.00] This is free software: you are free to change and redistribute it. # 384.18 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 384.18 [+0.00] # 385.61 [+1.43] TEST: ctl6: port_vlan maxgroups: isolation of port and per-VLAN ngroups [FAIL] # 385.61 [+0.01] dev veth1 vid 10: Adding 2 MDB entries failed, but should have passed # 388.10 [+2.49] TEST: cfg4: port_vlan: temp: mcast_vlan_snooping toggle [ OK ] # 390.46 [+2.35] 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__->