Hi All,<br><br>After I finish the compiling, I tried to run the first example from examples directory.<br>If I run as my regular user privilege, then I'm getting a permission error as below:<br><br>sajang@ubuntu64:~/Documents/netexpect/src/examples$ ./ping.nexp <a href="http://www.google.com">www.google.com</a><br>
pcap_open_live(): eth1: You don't have permission to capture on that device (socket: Operation not permitted)<br>    while executing<br>"spawn_network -i [outif $target] icmp and src host $target"<br>    (file "./ping.nexp" line 17)<br>
<br>If I switch user to root, then I'm getting wireshark error as below: <br>(It looks wireshark configuration should be modified from /etc/wireshark/init.lua )<br>
<br>Lua: Error during loading:<br> [string "/usr/share/wireshark/init.lua"]:45: dofile has been disabled<br><br>May I change /etc/wireshark/init.lua? or is there any desirable way to avoid?<br><br>Thanks,<br>Sajang<br>