Hi Everybody, This command is used with command line correctly: C:\Program Files\Wireshark>tshark -i 1 -w "C:\workspace\runExternal\myTestCap.pcap" -T text -V > "C:\workspace\runExternal\myTestCap.txt" But I cannot run this with my Java Application. Can you help me how I can use this? asked 04 Dec '12, 00:27 kilicelli |
One Answer:
Please share your code which is executing the above command to analyze. you could try waitFor() function of Process process.waitFor() after executing the command. answered 04 Dec '12, 04:15 manojdeoli |
Here is the code; I want to listen my network and see the bytes like text format, and with continuousFileReader method I read the this("textCap.txt") text file...
public class ReadChangingFile {
}