File: ChangeLog

package info (click to toggle)
python-libpcap 0.6.1%2Bcvs.2007.07.28-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 128 kB
  • ctags: 116
  • sloc: ansic: 616; python: 375; makefile: 34
file content (60 lines) | stat: -rw-r--r-- 1,933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2007-07-25  Wim Lewis  <wiml@hhhh.org>

  pylibpcap-0.6.1, 25 July 2007

  Clarified the license terms. Rewrote some of the module initialization
  to hopefully make it less fragile when SWIG changes. Added a bunch of
  new DLT_* constants. Made a few changes to the syntax in pcap.i to match
  with the current SWIG-1.3.x syntax.

2007-02-14  Noah Spurrier  <noah>

  pylibpcap-0.6, 2007-02-14

  To install run:
      python ./setup.py install

  For Ubuntu/Debian systems you will probably need to install
  the libpcap development package:
     apt-get install libpcap-dev

  Had to manually add SWIG_PY_INT to mk-constants.py to support
  swig-1.3.31

  Normalized indentation to Python semi-standard 4 spaces.

  Changed #!/usr/bin/env lines from python2 to python, since
  no distros use python2 anymore.

2005-07-05  Wim Lewis  <wiml@hhhh.org>

  pylibpcap-0.5, released 7/3/2005

  This release contains the patches that have been accumulating in CVS,
  and supports some features of newer libpcaps. It should build for
  libpcap bersions >= 0.8.3. It can be built for earlier versions by
  uncommenting lines in setup.py according to which features your version
  of libpcap supports.  [wiml]

2004-04-25  Wim Lewis <wiml@hhhh.org>

  Apr 25, 2004 [wiml]:

  There is a bug in libpcap and/or OpenBSD3.4 which results in a SEGV
  if you call findalldevs() and you have a gif tunnel configured.
  (See libpcap bug #941924 for details:
    http://sourceforge.net/tracker/index.php?
	func=detail&aid=941924&group_id=53067&atid=469577 )

2002-06-14  David Margrave  <davidma@eskimo.com>

  pylibpcap-0.4, released 6/14/02

  Thanks to the following people who supplied patches:

  - PC Drew for a fix to exception handling in callbacks.
  - Gustavo Carneiro for various fixes to pcap_next() and to handling of
    packet capture lengths. 
  - Jon Nelson for distutil patch.
  - T. Meyarivan for finding and fixing memory leaks