where in the sources of Wireshark I can see the calls to the pcap? -
where in the sources of Wireshark I can see the calls to the pcap? -
i want find place in code wireshark takes packets arrive driver.
i guess done using libpcap or other api capturing packet. looked @ source code didn't find phone call function libpcap.
so searching place wireshark communicates pcap interface or driver directly. want know functions called (especially linux).
thanks
most of calls in dumpcap.c, capture-pcap-util-unix.c, capture-pcap-util.c, , capture-wpcap.c.
wireshark pcap libpcap
Comments
Post a Comment