Search Results

Search: Posts Made By: MrTuxor
8,624
Posted By Corona688
If it's in the current directory, they don't need...
If it's in the current directory, they don't need to give the path. If it's not, they do need to give the path.
8,624
Posted By Yoda
#!/bin/bash echo -n "What is the name of...
#!/bin/bash

echo -n "What is the name of your PCAP input file? "
read in_pcap

echo -n "What is the name of your CSV output file? "
read out_csv

tshark -r "$in_pcap" -T fields -e...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy