File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ RUN dnf install -y dnf-plugins-core && \
44 dnf copr -y enable @CESNET/NEMEA && \
55 dnf copr -y enable @CESNET/ipfixprobe && \
66 dnf install -y epel-release && \
7- dnf install -y ipfixprobe-nemea ipfixprobe-nemea-output-unirec nemea && \
7+ dnf install -y ipfixprobe-nemea ipfixprobe-input-pcap ipfixprobe- nemea-output-unirec nemea && \
88 dnf clean all
99
1010RUN mkdir -p /output
1111WORKDIR /output
1212ENTRYPOINT ["/bin/bash" , "-c" ]
1313
1414VOLUME ["/output" ]
15+
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ FILE=$1 # input file
44cd /output # workdir
55
66
7- ipfixprobe -i " pcap;file=$FILE " -p " pstats" -p " nettisa " - o " unirec;i=f:$FILE .trapcap:timeout=WAIT;p=(pstats,nettisa )"
7+ ipfixprobe -i " pcap;file=$FILE " -p " pstats" -o " unirec;i=f:$FILE .trapcap:timeout=WAIT;p=(pstats)"
88/usr/bin/nemea/logger -t -i " f:$FILE .trapcap" -w " $FILE .csv"
99rm $FILE .trapcap
You can’t perform that action at this time.
0 commit comments