File: bpfobj.h

package info (click to toggle)
pcapy 0.10.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 237
  • sloc: xml: 868; cpp: 823; python: 60; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2003 CORE Security Technologies
 *
 * This software is provided under under a slightly modified version
 * of the Apache Software License. See the accompanying LICENSE file
 * for more information.
 *
 * $Id: bpfobj.h 24 2003-10-24 18:49:33Z jkohen $
 */

#ifndef __bpfobj__
#define __bpfobj__

PyObject*
new_bpfobject(const struct bpf_program &bpf);

extern PyTypeObject Pcaptype;

#endif // __bpfobj__