Skip to content

Commit

Permalink
Merge pull request #295 from pilfg/pmacctd2
Browse files Browse the repository at this point in the history
Pmacctd2
  • Loading branch information
kthare10 authored Jul 22, 2024
2 parents 8abef46 + c8f13b8 commit 67a4364
Show file tree
Hide file tree
Showing 24 changed files with 2,638 additions and 0 deletions.
21 changes: 21 additions & 0 deletions fabric_examples/complex_recipes/pmacctd/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 FABRIC Testbed

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemonize: false
debug: true
pcap_interface: any
aggregate: src_host, dst_host, src_port, dst_port, proto
plugin_buffer_size: 4096
plugins: print
print_output: csv
print_output_file: result_iperf.csv
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
plugins: nfprobe, print
nfprobe_version: 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
plugins: nfprobe, print
nfprobe_version: 10
print_output_file: ipfix_2.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
plugins: nfprobe
nfprobe_receiver: 127.0.0.1:4739
nfprobe_version: 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
plugins: nfprobe
nfprobe_receiver: 127.0.0.2:4739
nfprobe_version: 9
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_interface: any
plugins: nfprobe, print
nfprobe_version: 10
nfprobe_receiver: localhost:4739
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_interface: any
plugins: nfprobe, print
nfprobe_version: 10
print_output_file: ipfix_live_2.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_interface: any
plugins: nfprobe
nfprobe_receiver: 127.0.0.4:4738
nfprobe_version: 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
daemonize: false
debug: true
pcap_interface: any
plugins: nfprobe
nfprobe_receiver: 127.0.0.6:4739
nfprobe_version: 9
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemonize: false
debug: true
pcap_interface: any
aggregate: src_host, dst_host, src_port, dst_port, proto
plugin_buffer_size: 4096
plugins: print
print_output: formatted
print_output_file: result_live.txt
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
daemonize: false
debug: true
pcap_interface: any
pcap_filter: icmp6 and src host fd3f:f209:c712::2
aggregate: src_port, dst_port, etype, in_iface, out_iface,
plugin_buffer_size: 4096
plugins: print
print_output: csv
print_output_file: result_live_filter.csv
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
aggregate: src_host, dst_host, src_port, dst_port, proto,
plugin_buffer_size: 4096
plugins: print
print_output: csv
print_output_file: result.txt
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
aggregate: src_host, dst_host, src_port, dst_port, proto,
plugin_buffer_size: 4096
plugins: print
print_output: csv
print_output_file: result_pcap_csv.csv
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
aggregate: src_host, dst_host, src_port, dst_port, proto, src_mac, dst_mac, etype, in_iface, out_iface,
plugin_buffer_size: 4096
plugins: print
print_output_file: result_custom.txt
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
pcap_filter: tcp
aggregate: src_host, dst_host, src_port, dst_port, proto,
plugin_buffer_size: 4096
plugins: print
print_output: csv
print_output_file: result_pcap_filter.csv
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
aggregate: src_host, dst_host, src_port, dst_port, proto,
plugin_buffer_size: 4096
plugins: print
print_output_file: result_pcap_formatted.txt
print_history_roundoff: m
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daemonize: false
debug: true
pcap_savefile: gmail.pcapng.cap
aggregate: src_host, dst_host, src_port, dst_port, proto,
plugin_buffer_size: 4096
plugins: print
print_output: json
print_output_file: result_pcap_json.json
print_history_roundoff: m
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 67a4364

Please sign in to comment.