lib: Rename lib/pcap.h to avoid inclusion conflicts.
authorStephane A. Sezer <sas@cd80.net>
Fri, 15 Mar 2013 09:19:31 +0000 (02:19 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 15 Mar 2013 15:18:11 +0000 (08:18 -0700)
commit2c78a3e62f282cb7f999ac84e035c29cd8b68d08
treed5ed4a128042c1b61ff2849f18c3642a7d06c7b7
parentc58a0a6b329100b258e43c79aa4ea10f962bc47e
lib: Rename lib/pcap.h to avoid inclusion conflicts.

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>
AUTHORS
lib/automake.mk
lib/ofp-print.c
lib/pcap-file.c [moved from lib/pcap.c with 99% similarity]
lib/pcap-file.h [moved from lib/pcap.h with 92% similarity]
tests/test-flows.c