Hi, I want to bypass the interface list in Capture option in wireshark gui,where can i do that in wireshark source code 1.12.6 release.ie i didn't keep any ethernet cable to my pc even i uninstalled the network adapter and i tried to open wireshark Capture and then by clicking on Interfaces.. icon i am getting "There are no interfaces on which a capture can be done" message is popping.where i can bypass this thing so that i can start capturing and see my own packet which was already hardcoded in winpcap driver(which was working fine even though ethernet cable is not connected). Thanks, Karun. asked 08 Jul '15, 22:29 karun256 edited 09 Jul '15, 06:36 JeffMorriss ♦ |
One Answer:
Simply grep for that string in the source. For current dev master I came up with:
but 1.12.6 is likely to be a little different in the number of places. Basically the code calls answered 17 Jul '15, 02:25 grahamb ♦ |
Hello All, Can any one tell me the functions in wireshark 1.12.6 source code which will detect out network interface card and capture packets.
Thanks, Karun.