Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dugsong committed Oct 16, 2005
1 parent ff9887c commit 35c6709
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
@@ -1,4 +1,14 @@

pypcap-1.1:

- better lookupdev() on win32, as requested by Zack Payton
<zack@tek-pros.com>

- add Linux SLL datalink type

- better threading support from Olaf Matuschek
<olaf.matuschek@uni-freiburg.de>

pypcap-1.0:

- API CHANGE: require 'cnt' as first parameter to pcap.dispatch(),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -92,7 +92,7 @@ def run(self):
pcap_cmds = { 'config':config_pcap, 'clean':clean_pcap }

setup(name='pcap',
version='1.0',
version='1.1',
author='Dug Song',
author_email='dugsong@monkey.org',
url='http://monkey.org/~dugsong/pypcap/',
Expand Down

0 comments on commit 35c6709

Please sign in to comment.