Explain what each of the following commands would do once ex…

Explain what each of the following commands would do once executed. Also, what the output would be like and what kind of filtering would take place. (NOTE: Make sure to pay attention to each parameter in the commands when answering.)   [5pts] tshark -n -r a.pcap       [5pts] tshark -n -r a.pcap -w b.pcap -Y ‘http’       [5pts] tshark -n -r a.pcap -T fields -e ip.ttl -Y ‘ip.src’