I have written a Java program using JnetPcap library that reads from an offline Pcap file generated from Wireshark and develop statistics for my data(Web traffic) . But I need a way to automate the whole process of capturing(from different websites),saving the file(after the capture is completed), Running my program. I am a novice to Scripting languages. Can anyone please tell me if Watir helps me accomplishing my task ? Else Please suggest the a scripting language that best suits my requirement.
Thank You