X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpcap-file.h;h=5d79ccbeaf70d5e9862142d203740013551b453e;hb=HEAD;hp=ef491e547a783834ccc59faf7fffdb52e5d351e6;hpb=4b0424809b823101c969a0691fc1db0c880ae64a;p=sliver-openvswitch.git diff --git a/lib/pcap-file.h b/lib/pcap-file.h index ef491e547..5d79ccbea 100644 --- a/lib/pcap-file.h +++ b/lib/pcap-file.h @@ -23,11 +23,11 @@ struct flow; struct ofpbuf; /* PCAP file reading and writing. */ -FILE *pcap_open(const char *file_name, const char *mode); -int pcap_read_header(FILE *); -void pcap_write_header(FILE *); -int pcap_read(FILE *, struct ofpbuf **, long long int *when); -void pcap_write(FILE *, struct ofpbuf *); +FILE *ovs_pcap_open(const char *file_name, const char *mode); +int ovs_pcap_read_header(FILE *); +void ovs_pcap_write_header(FILE *); +int ovs_pcap_read(FILE *, struct ofpbuf **, long long int *when); +void ovs_pcap_write(FILE *, struct ofpbuf *); /* Extracting TCP stream data from an Ethernet packet capture. */