You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core/main.lua:26: unknown input type
file not found: core/main.lua: No such file or directory
file not found: program/ipfix/probe/probe.lua: No such file or directory
file not found: core/main.lua: No such file or directory
I gave input file as .pcap, not sure why getting unknown input type error. If I have missed something in my command, pls let me know.
Cheers!
The text was updated successfully, but these errors were encountered:
@nishantambastha Hi there, I think the issue here is just in the syntax of the command.
In particular, the -i flag takes the type of input to use to interpret the <input> position of the command. In the case of a pcap file it should be pcap rather than a file path.
For example, you can try a command like this instead:
Hello,
I'm trying to generate ipfix streams using 'snabb ipfix probe'
src/snabb ipfix probe -m 08:xx:27:xx:f2:08 -a 10.0.0.1 -c 10.0.0.2 -p 8080 --active-timeout 90 --transport udp --idle-timeout 90 -i /home/n/ipfix/bigFlows.pcap -o raw --cpu 1
However I'm getting below error :
I gave input file as .pcap, not sure why getting unknown input type error. If I have missed something in my command, pls let me know.
Cheers!
The text was updated successfully, but these errors were encountered: