File: Changelog

package info (click to toggle)
mlpcap 0.9-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: sh: 1,302; ansic: 143; ml: 94; makefile: 48
file content (36 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (9)
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
release 0.9:
	o added libpcap 0.8 compatibility with 
	  libpcap 0.7 backward compatibility
	o added following new API functions:
		pcap_list_datalinks
		pcap_set_datalink
		pcap_datalink_name_to_val
		pcap_datalink_val_to_name
		pcap_datalink_val_to_description
		pcap_breakloop
		pcap_dump_flush
		pcap_lib_version
		pcap_get_selectable
	o license fix, changed from GPL to LGPL 
        o more configure arguments for enhanced 
          configurability

release 0.8:
        o added autoconf support for library and tests
        o split the C functions in a different file
        o some compatibility fixes
        o fixing configure.in and pcap.idl syntax 
        o makefile bug fixes
        o various bugfixes and patches from Sylvain Le Gall

release 0.7:
	o added function pcap_findalldevs
	o changed pcap_datalink so that it returns
	  directly a value of type datalink (e.g. DLT_EN10MB)
	o IDL file is now included to generate the stub code
	o changed Makefiles
	o fixed example bugs

release 0.5:
	o initial release