~ubuntu-branches/ubuntu/lucid/ptunnel/lucid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-02-25 03:06:53 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20090225030653-hjv6doebv1m7ug50
Tags: upstream-0.70
ImportĀ upstreamĀ versionĀ 0.70

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Contact details
12
12
---------------
13
13
You can the author, Daniel Stoedle, here:
14
 
   daniels@cs.uit.no
 
14
   <daniels@cs.uit.no>
15
15
The official ptunnel website is located here:
16
 
   http://www.cs.uit.no/~daniels/PingTunnel/
 
16
   <http://www.cs.uit.no/~daniels/PingTunnel/>
 
17
The Windows port was created by Mike Miller:
 
18
   <mike@mikeage.net>
17
19
 
18
20
 
19
21
Compiling
20
22
---------
21
23
To compile ptunnel, simply run make. If everything goes well, you should end up
22
24
with a binary called ptunnel. This serves as both the client and proxy. You can
23
 
optionally install it using "make install".
 
25
optionally install it using "make install". On Windows, run "make ptunnel.exe"
 
26
to compile the Windows binary. You will need mingw installed, as well as the
 
27
WinPcap library. WinPcap is available here:
 
28
  <http://www.winpcap.org/install/bin/WpdPack_4_0_2.zip>
24
29
 
25
30
 
26
31
Running
84
89
---------------------------
85
90
Ptunnel supports most operating systems with libpcap, the usual POSIX functions
86
91
and a BSD sockets compatible API. In particular, it has been tested on Linux
87
 
Fedora Core 2 and Mac OS X 10.3.6 and above.
88
 
 
89
 
There is also a Windows version of ptunnel available, though you currently need
90
 
to download it separately. It may not necessarily be in sync with the current
91
 
version of ptunnel:
92
 
http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-Windows.zip
 
92
Fedora Core 2 and Mac OS X 10.3.6 and above. As of version 0.7, ptunnel can also
 
93
be compiled on Windows, courtesy of Mike Miller, assuming mingw and WinPcap is
 
94
installed.
93
95
 
94
96
 
95
97
Credits
98
100
ptunnel, but also available here:
99
101
http://sourceforge.net/projects/libmd5-rfc/
100
102
 
 
103
Many thanks also to Mike Miller <mike@mikeage.net> for his work on creating a
 
104
Windows port of ptunnel.
 
105
 
101
106
 
102
107
License
103
108
-------
104
 
Ping Tunnel is Copyright (c) 2004-2005, Daniel Stoedle <daniels@cs.uit.no>,
 
109
Ping Tunnel is Copyright (c) 2004-2009, Daniel Stoedle <daniels@cs.uit.no>,
105
110
Yellow Lemon Software. All rights reserved. Ping Tunnel is licensed under the
106
111
BSD License. Please see the LICENSE file for details.