summaryrefslogtreecommitdiff
path: root/pcap-sita.c
Commit message (Expand)AuthorAgeFilesLines
* Fix errors introduced by my previous change.Bill Parker2015-09-021-2/+2
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-4/+4
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-38/+48
* Add sanity checking for malloc, etcBill Parker2012-09-041-8/+39
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-2/+2
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-3/+4
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-23/+26
* The SITA code in pcap-linux.c shares very little with the Linux code;guy2008-01-061-28/+99
* SITA ACN support, from Fulko Hew.guy2007-10-201-0/+905