File: ChangeLog

package info (click to toggle)
pcapy 0.10.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 188 kB
  • ctags: 147
  • sloc: xml: 860; cpp: 765; python: 50; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

2005-09-14  Max Caceres <max@coresecurity.com>
	* pcapobj.cc: fixed bug where exceptions thrown inside a callback where not handled properly. Fix relies on fairly new pcap_breakloop function.
	* pcapy.cc: in Windows uses findalldevs() packaged with new Winpcap 3.1
	
2005-08-15  Max Caceres <max@coresecurity.com>
	* pcapy.cc: fixed bug where getnet() and getmask() always returned 0.0.0.0 (reported by Jeff Connelly)

2005-07-28  Max Caceres <max@coresecurity.com>
	* pcapobj.cc: fixed a memory leak in PythonCallback (reported by fraca7 _at_ free.fr).
	
2004-01-05  Javier Kohen  <jkohen@coresecurity.com>

	* setup.py: force linking with G++ when using GCC, to avoid a missing symbol in some setups.

2003-11-28  Javier Kohen  <jkohen@coresecurity.com>

	* dcerpc_v4.py: Fixed self.bind variable having the same name than a method.