Skip to content

Commit f0b1147

Browse files
committed
Delete trailing spaces/tabs
1 parent a08c110 commit f0b1147

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+629
-629
lines changed

CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Additional people who have contributed patches:
4646
David Young <dyoung at ojctech dot com>
4747
Dean Gaudet <dean at arctic dot org>
4848
dhruv <rsrivat at sourceforge dot net>
49-
Don Ebright <Don dot Ebright at compuware dot com>
49+
Don Ebright <Don dot Ebright at compuware dot com>
5050
Dug Song <dugsong at monkey dot org>
5151
Dustin Spicuzza <dustin at virtualroadside dot com>
5252
dzejarczech <dzejarczech at sourceforge dot net>

INSTALL.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ packet timestamps aren't very good. This appears to be due to haphazard
178178
handling of the timestamp in the kernel.
179179

180180
Note well: there is rumoured to be a version of tcpdump floating around
181-
called 3.0.3 that includes libpcap and is supposed to support Linux.
181+
called 3.0.3 that includes libpcap and is supposed to support Linux.
182182
You should be advised that neither the Network Research Group at LBNL
183-
nor the Tcpdump Group ever generated a release with this version number.
183+
nor the Tcpdump Group ever generated a release with this version number.
184184
The LBNL Network Research Group notes with interest that a standard
185185
cracker trick to get people to install trojans is to distribute bogus
186-
packages that have a version number higher than the current release.
186+
packages that have a version number higher than the current release.
187187
They also noted with annoyance that 90% of the Linux related bug reports
188-
they got are due to changes made to unofficial versions of their page.
188+
they got are due to changes made to unofficial versions of their page.
189189
If you are having trouble but aren't using a version that came from
190190
tcpdump.org, please try that before submitting a bug report!
191191

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
License: BSD
2-
2+
33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions
55
are met:
6-
6+
77
1. Redistributions of source code must retain the above copyright
88
notice, this list of conditions and the following disclaimer.
99
2. Redistributions in binary form must reproduce the above copyright
@@ -13,7 +13,7 @@ are met:
1313
3. The names of the authors may not be used to endorse or promote
1414
products derived from this software without specific prior
1515
written permission.
16-
16+
1717
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1818
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1919
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ information on configuring that option.
7676

7777
Note to Linux distributions and *BSD systems that include libpcap:
7878

79-
There's now a rule to make a shared library, which should work on Linux
79+
There's now a rule to make a shared library, which should work on Linux
8080
and *BSD, among other platforms.
8181

82-
It sets the soname of the library to "libpcap.so.1"; this is what it
83-
should be, *NOT* libpcap.so.1.x or libpcap.so.1.x.y or something such as
82+
It sets the soname of the library to "libpcap.so.1"; this is what it
83+
should be, *NOT* libpcap.so.1.x or libpcap.so.1.x.y or something such as
8484
that.
8585

86-
We've been maintaining binary compatibility between libpcap releases for
87-
quite a while; there's no reason to tie a binary linked with libpcap to
86+
We've been maintaining binary compatibility between libpcap releases for
87+
quite a while; there's no reason to tie a binary linked with libpcap to
8888
a particular release of libpcap.
8989

9090
Problems, bugs, questions, desirable enhancements, etc. should be sent

README.Win32

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Under Win32, libpcap is integrated in the WinPcap packet capture system.
2-
WinPcap provides a framework that allows libpcap to capture the packets
3-
under Windows 95, Windows 98, Windows ME, Windows NT 4, Windows 2000
1+
Under Win32, libpcap is integrated in the WinPcap packet capture system.
2+
WinPcap provides a framework that allows libpcap to capture the packets
3+
under Windows 95, Windows 98, Windows ME, Windows NT 4, Windows 2000
44
and Windows XP.
5-
WinPcap binaries and source code can be found at http://winpcap.polito.it:
6-
they include also a developer's pack with all the necessary to compile
5+
WinPcap binaries and source code can be found at http://winpcap.polito.it:
6+
they include also a developer's pack with all the necessary to compile
77
libpcap-based applications under Windows.
88

99
How to compile libpcap with Visual Studio
@@ -12,35 +12,35 @@ How to compile libpcap with Visual Studio
1212
In order to compile libpcap you will need:
1313

1414
- version 6 (or higher) of Microsoft Visual Studio
15-
- The November 2001 (or later) edition of Microsoft Platform
16-
Software Development Kit (SDK), that contains some necessary includes
15+
- The November 2001 (or later) edition of Microsoft Platform
16+
Software Development Kit (SDK), that contains some necessary includes
1717
for IPv6 support. You can download it from http://www.microsoft.com/sdk
18-
- the latest WinPcap sources from http://winpcap.polito.it/install
18+
- the latest WinPcap sources from http://winpcap.polito.it/install
1919

20-
The WinPcap source code already contains a recent (usually the latest
21-
stable) version of libpcap. If you need to compile a different one,
22-
simply download it from www.tcpdump.org and copy the sources in the
20+
The WinPcap source code already contains a recent (usually the latest
21+
stable) version of libpcap. If you need to compile a different one,
22+
simply download it from www.tcpdump.org and copy the sources in the
2323
winpcap\wpcap\libpcap folder of the WinPcap distribution. If you want to
24-
compile a libpcap source retrieved from the tcpdump.org Git, you will
25-
have to create the scanner and the grammar by hand (with lex and yacc)
24+
compile a libpcap source retrieved from the tcpdump.org Git, you will
25+
have to create the scanner and the grammar by hand (with lex and yacc)
2626
or with the cygnus makefile, since The Visual Studio project is not able
2727
to build them.
2828

29-
Open the project file winpcap\wpcap\prj\wpcap.dsw with Visual Studio and
30-
build wpcap.dll. wpcap.lib, the library file to link with the applications,
31-
will be generated in winpcap\wpcap\lib\. wpcap.dll will be generated in
32-
winpcap\wpcap\prj\release or winpcap\wpcap\prj\debug depending on the type
29+
Open the project file winpcap\wpcap\prj\wpcap.dsw with Visual Studio and
30+
build wpcap.dll. wpcap.lib, the library file to link with the applications,
31+
will be generated in winpcap\wpcap\lib\. wpcap.dll will be generated in
32+
winpcap\wpcap\prj\release or winpcap\wpcap\prj\debug depending on the type
3333
of binary that is being created.
3434

3535
How to compile libpcap with Cygnus
3636
----------------------------------
3737

38-
To build wpcap.dll, cd to the directory WPCAP/PRJ of the WinPcap source code
39-
distribution and type "make". libwpcap.a, the library file to link with the
40-
applications, will be generated in winpcap\wpcap\lib\. wpcap.dll will be
38+
To build wpcap.dll, cd to the directory WPCAP/PRJ of the WinPcap source code
39+
distribution and type "make". libwpcap.a, the library file to link with the
40+
applications, will be generated in winpcap\wpcap\lib\. wpcap.dll will be
4141
generated in winpcap\wpcap\prj.
4242

43-
Remember, you CANNOT use the MSVC-generated .lib files with gcc, use
43+
Remember, you CANNOT use the MSVC-generated .lib files with gcc, use
4444
libwpcap.a instead.
4545

4646
"make install" installs wpcap.dll in the Windows system folder.

README.aix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ If you use DLPI:
7676
Then you need to type:
7777

7878
strload -f /etc/dlpi.conf
79-
80-
Check again with strload -q -d dlpi that the dlpi driver is loaded.
79+
80+
Check again with strload -q -d dlpi that the dlpi driver is loaded.
8181

8282
Alternatively, you can uncomment the lines for DLPI in
8383
/etc/pse.conf and reboot the machine; this way DLPI will always

README.hpux

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ HP-UX and cannot upgrade, please continue reading.
55
HP-UX patches to fix packet capture problems
66

77
Note that packet-capture programs such as tcpdump may, on HP-UX, not be
8-
able to see packets sent from the machine on which they're running.
8+
able to see packets sent from the machine on which they're running.
99
Some articles on groups.google.com discussing this are:
1010

1111
http://groups.google.com/groups?selm=82ld3v%2480i%241%40mamenchi.zrz.TU-Berlin.DE
1212

1313
which says:
1414

15-
Newsgroups: comp.sys.hp.hpux
15+
Newsgroups: comp.sys.hp.hpux
1616
Subject: Re: Did someone made tcpdump working on 10.20 ?
1717
Date: 12/08/1999
1818
From: Lutz Jaenicke <[email protected]>
@@ -27,14 +27,14 @@ which says:
2727
>must me "patched" (poked) in order to see outbound data in promiscuous mode.
2828
>Many things to do .... So the question is : did someone has already this
2929
>"ready to use" PHNE_**** patch ?
30-
30+
3131
Two things:
3232
1. You do need a late "LAN products cumulative patch" (e.g. PHNE_18173
3333
for s700/10.20).
3434
2. You must use
3535
echo 'lanc_outbound_promisc_flag/W1' | /usr/bin/adb -w /stand/vmunix /dev/kmem
3636
You can insert this e.g. into /sbin/init.d/lan
37-
37+
3838
Best regards,
3939
Lutz
4040

@@ -44,7 +44,7 @@ and
4444

4545
which says:
4646

47-
Newsgroups: comp.sys.hp.hpux
47+
Newsgroups: comp.sys.hp.hpux
4848
Subject: Re: tcpdump only shows incoming packets
4949
Date: 02/15/2000
5050
From: Rick Jones <[email protected]>
@@ -56,12 +56,12 @@ which says:
5656
> outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
5757
> same thing happens. Could someone please give me a hint on how to
5858
> get this right?
59-
59+
6060
Search/Read the archives ?-)
61-
61+
6262
What you are seeing is expected, un-patched, behaviour for an HP-UX
6363
system. On 11.00, you need to install the latest lancommon/DLPI
64-
patches, and then the latest driver patch for the interface(s) in use.
64+
patches, and then the latest driver patch for the interface(s) in use.
6565
At that point, a miracle happens and you should start seeing outbound
6666
traffic.
6767

@@ -79,15 +79,15 @@ which says:
7979
From: Harald Skotnes <[email protected]>
8080

8181
Rick Jones wrote:
82-
82+
8383
...
8484

8585
> What you are seeing is expected, un-patched, behaviour for an HP-UX
8686
> system. On 11.00, you need to install the latest lancommon/DLPI
8787
> patches, and then the latest driver patch for the interface(s) in
8888
> use. At that point, a miracle happens and you should start seeing
8989
> outbound traffic.
90-
90+
9191
Thanks a lot. I have this problem on several machines running HPUX
9292
10.20 and 11.00. The machines where patched up before y2k so did not
9393
know what to think. Anyway I have now installed PHNE_19766,
@@ -101,7 +101,7 @@ And another message to [email protected], from Rick Jones:
101101

102102
Date: Mon, 29 Apr 2002 15:59:55 -0700
103103
From: Rick Jones
104-
104+
105105
Subject: Re: [tcpdump-workers] I Can't Capture the Outbound Traffic
106106

107107
...
@@ -130,21 +130,21 @@ captures on HP-UX 9.x:
130130

131131
Dave Barr ([email protected]) wrote:
132132
: Has anyone ported tcpdump (or something similar) to HP/UX 9.x?
133-
133+
134134
I'm reasonably confident that any port of tcpdump to 9.X would require
135135
the (then optional) STREAMS product. This would bring DLPI, which is
136136
what one uses to access interfaces in promiscuous mode.
137-
137+
138138
I'm not sure that HP even sells the 9.X STREAMS product any longer,
139139
since HP-UX 9.X is off the pricelist (well, maybe 9.10 for the old 68K
140-
devices).
141-
140+
devices).
141+
142142
Your best bet is to be up on 10.20 or better if that is at all
143-
possible. If your hardware is supported by it, I'd go with HP-UX 11.
143+
possible. If your hardware is supported by it, I'd go with HP-UX 11.
144144
If you want to see the system's own outbound traffic, you'll never get
145145
that functionality on 9.X, but it might happen at some point for 10.20
146-
and 11.X.
147-
146+
and 11.X.
147+
148148
rick jones
149149

150150
(as per other messages cited here, the ability to see the system's own
@@ -178,12 +178,12 @@ An additional note, from Jost Martin, for HP-UX 10.20:
178178
(thanks to [email protected] (Ralf Hildebrandt) who
179179
posted the security-part some time ago)
180180

181-
<<hack_ip_stack>>
181+
<<hack_ip_stack>>
182182

183183
(Don't switch IP-forwarding off, if you need it !)
184184
Install the hack as /sbin/init.d/hacl_ip_stack (adjust
185185
permissions !) and make a sequencing-symlink
186-
/sbin/rc2.d/S350hack_ip_stack pointing to this script.
186+
/sbin/rc2.d/S350hack_ip_stack pointing to this script.
187187
Now all this is done on every reboot.
188188

189189
According to Rick Jones, the global promiscuous switch also has to be

README.linux

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ the 2.0[.x] kernel:
1919
The Packet protocol is used by applications which communicate
2020
directly with network devices without an intermediate network
2121
protocol implemented in the kernel, e.g. tcpdump. If you want them
22-
to work, choose Y.
22+
to work, choose Y.
2323

2424
This driver is also available as a module called af_packet.o ( =
2525
code which can be inserted in and removed from the running kernel
2626
whenever you want). If you want to compile it as a module, say M
2727
here and read Documentation/modules.txt; if you use modprobe or
28-
kmod, you may also want to add "alias net-pf-17 af_packet" to
28+
kmod, you may also want to add "alias net-pf-17 af_packet" to
2929
/etc/modules.conf.
3030

3131
and the note for the 2.2[.x] kernel says:
@@ -47,7 +47,7 @@ In addition, there is an option that, in 2.2 and later kernels, will
4747
allow packet capture filters specified to programs such as tcpdump to be
4848
executed in the kernel, so that packets that don't pass the filter won't
4949
be copied from the kernel to the program, rather than having all packets
50-
copied to the program and libpcap doing the filtering in user mode.
50+
copied to the program and libpcap doing the filtering in user mode.
5151

5252
Copying packets from the kernel to the program consumes a significant
5353
amount of CPU, so filtering in the kernel can reduce the overhead of

README.septel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ where DIR is the root of the Septel software distribution, for example
1414
/var/src/septel.
1515

1616
By default (if you write only ./configure --with-septel) it takes
17-
./../septel as argument for DIR.
17+
./../septel as argument for DIR.
1818

1919
If the Septel software is correctly detected 'configure' will
2020
report:

README.tru64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The following instructions are applicable to Tru64 UNIX
1+
The following instructions are applicable to Tru64 UNIX
22
(formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, and
33
probably to later versions as well; at least some options apply to
44
Digital UNIX 3.2 - perhaps all do.

0 commit comments

Comments
 (0)