File: pcapobj.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 (20 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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: pcapobj.h,v 1.3 2003/10/23 20:00:53 jkohen Exp $
 */

#ifndef __pcapobj__
#define __pcapobj__


PyObject*
new_pcapobject(pcap_t *pcap, bpf_u_int32 net=0, bpf_u_int32 mask=0);

extern PyTypeObject Pcaptype;

#endif // __pcapobj__