Which is the correct “fw monitor” syntax for creating a capture file for loading it into WireShark?
Which is the correct “fw monitor” syntax for creating a capture file for loading it into WireShark?
To create a capture file for loading into WireShark using the 'fw monitor' command, the correct syntax is to use the '-o' option for specifying the output file. This ensures the captured data is written to 'Output.cap', which can then be loaded into WireShark. Therefore, the correct syntax is 'fw monitor -e “accept<FILTER EXPRESSION>;” -o Output.cap'.
Correct answer is D. https://support.checkpoint.com/results/sk/sk30583
Answer: D