aboutsummaryrefslogtreecommitdiff
path: root/pcap-rpcap.c
AgeCommit message (Expand)Author
2017-03-20Move the RPCAP-specific functions to pcap-rpcap.h.Guy Harris
2017-03-20Clean up some comments.Guy Harris
2017-03-20Get rid of unnecessary brackets and an unnecessary semicolon.Guy Harris
2017-03-14Make rpcap_sendauth() static.Guy Harris
2017-03-14Move the active-mode stuff to pcap-rpcap.c.Guy Harris
2017-03-14Clean up comments.Guy Harris
2017-03-13Name the argument to pcap_setsampling_remote() "fp".Guy Harris
2017-03-13Don't export pcap_opensource_remote() or pcap_startcapture_remote().Guy Harris
2017-03-13Fix remote opening and remote open error string return.Guy Harris
2017-03-13Make some functions used only in pcap-rpcap.c static.Guy Harris
2017-03-13Compare against INVALID_SOCKET when checking the result of accept().Guy Harris
2017-03-13Move rpcap-protocol.h to the top-level directory.Guy Harris
2017-03-13Rename pcap-rpcap.h to pcap-rpcap-int.h.Guy Harris
2017-03-13Add a space for better readability.Guy Harris
2017-03-12Standardize the format of network addresses sent over the wire.Guy Harris
2017-03-11Don't treat non-AF_INET addresses as AF_INET6 addresses.Guy Harris
2017-03-10Support pcap_breakloop() for rpcap.Guy Harris
2017-03-10Put rpcap protocol definitions into rpcap/rpcap-protocol.h.Guy Harris
2017-03-10Move the pcap_findalldevs_ex code for rpcap into pcap-rpcap.cGuy Harris
2017-03-09Put back the greasy "save the capture filter string so we can tweak it" hack.Guy Harris
2017-03-09Don't crash in the case of no current filter.Joerg Mayer
2017-03-08Start the capture as soon as we start reading packets.Guy Harris
2017-03-08More whitespace cleanup.Guy Harris
2017-03-08Add some length checks.Guy Harris
2017-03-08Use "#if 0"/"#endif" to "comment out" code.Guy Harris
2017-03-08Clean up a comment, clean up whitespace.Guy Harris
2017-03-08Rename some more ops functions to ..._rpcap.Guy Harris
2017-03-08Whitespace/style cleanups.Guy Harris
2017-03-08Use PACKET_COUNT_IS_UNLIMITED() in the read loop.Guy Harris
2017-03-08And another ops function.Guy Harris
2017-03-08Rename ops functions to end with _rpcap.Guy Harris
2017-03-08Clean up some comments.Guy Harris
2017-03-08Clean up remote capture.Guy Harris
2017-03-01Fix some build warnings.Guy Harris
2017-01-25fix a few typosDenis Ovsienko
2017-01-20Call the timeout the "packet buffer timeout" rather than the "read timeout".Guy Harris
2016-10-27Don't set non-existent structure members.Guy Harris
2016-08-20Remove trailing spaces/tabsFrancois-Xavier Le Bail
2016-07-31Check against INVALID_SOCKET when checking for sock_open() errors.Guy Harris
2016-07-30Rename pcap-remote.[ch] to pcap-rpcap.[ch].Guy Harris