aboutsummaryrefslogtreecommitdiff
path: root/lib/pcap-file.c
AgeCommit message (Collapse)Author
2013-10-09pcap-file: Add support for append mode to pcap_open().Ben Pfaff
Signed-off-by: Ben Pfaff <blp@nicira.com>
2013-10-09pcap-file: Improve error logging.Ben Pfaff
There is no reason to log end of file as an error, but that's what this code was doing. Signed-off-by: Ben Pfaff <blp@nicira.com>
2013-03-15lib: Rename lib/pcap.h to avoid inclusion conflicts.Stephane A. Sezer
lib/pcap.h has a name that conflicts with /usr/include/pcap.h. When one wants to include pcap.h from libpcap (i.e.: the one from /usr/include), one may end up with pcap.h from openvswitch. This change renames this header to pcap-file.h and updates all references to this file. This change was tested with `make distcheck`. Signed-off-by: Stephane A. Sezer <sas@cd80.net> Signed-off-by: Ben Pfaff <blp@nicira.com>