pcap-netfilter-linux.h revision 252281
1169689Skan/*
2169689Skan * Copyright (c) 2011 Jakub Zawadzki
3169689Skan * All rights reserved.
4169689Skan *
5169689Skan * Redistribution and use in source and binary forms, with or without
6169689Skan * modification, are permitted provided that the following conditions
7169689Skan * are met:
8169689Skan *
9169689Skan * 1. Redistributions of source code must retain the above copyright
10169689Skan * notice, this list of conditions and the following disclaimer.
11169689Skan * 2. Redistributions in binary form must reproduce the above copyright
12169689Skan * notice, this list of conditions and the following disclaimer in the
13169689Skan * documentation and/or other materials provided with the distribution.
14169689Skan * 3. The name of the author may not be used to endorse or promote
15169689Skan * products derived from this software without specific prior written
16169689Skan * permission.
17169689Skan *
18169689Skan * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19169689Skan * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20169689Skan * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21169689Skan * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22169689Skan * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23169689Skan * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24169689Skan * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25169689Skan * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26169689Skan * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27169689Skan * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28169689Skan * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29169689Skan */
30169689Skan
31169689Skan/*
32169689Skan * Prototypes for netlink-related functions
33169689Skan */
34169689Skanint netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
35169689Skanpcap_t *netfilter_create(const char *device, char *ebuf, int *is_ours);
36169689Skan