File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1796,7 +1796,7 @@ v2.0.1 Sun Jan 26 21:10:10 PDT
1796
1796
- Ultrix 4.0 is supported (also thanks to Jeff Mogul).
1797
1797
1798
1798
- IBM RT and Stanford Enetfilter support has been added by
1799
- Rayan Zachariassen <
[email protected] >.
Tcpdump has been tested under
1799
+ Rayan Zachariassen <
[email protected] >.
tcpdump has been tested under
1800
1800
both the vanilla Enetfilter interface, and the extended interface
1801
1801
(#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
1802
1802
Original file line number Diff line number Diff line change @@ -1397,7 +1397,7 @@ add_custom_target(uninstall
1397
1397
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /cmake_uninstall.cmake )
1398
1398
1399
1399
#
1400
- # Tcpdump tests
1400
+ # tcpdump tests
1401
1401
# We try to find the Perl interpreter and, if we do, we have the check
1402
1402
# rule run tests/TESTrun with it, because just trying to run the TESTrun
1403
1403
# script as a command won't work on Windows.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ and ask!
39
39
1 ) Check that there isn't a pull request already opened for the changes you
40
40
intend to make.
41
41
42
- 2 ) [ Fork] ( https://help.github.com/articles/fork-a-repo/ ) the Tcpdump
42
+ 2 ) [ Fork] ( https://help.github.com/articles/fork-a-repo/ ) the tcpdump
43
43
[ repository] ( https://github.com/the-tcpdump-group/tcpdump ) .
44
44
45
45
3 ) The easiest way to test your changes on multiple operating systems and
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ In the past tcpdump certainly or likely worked on the following platforms:
51
51
* UnixWare
52
52
53
53
### Dependency on libpcap
54
- Tcpdump uses libpcap, a system-independent interface for user-level
54
+ tcpdump uses libpcap, a system-independent interface for user-level
55
55
packet capture. Before building tcpdump, you must first retrieve and
56
56
build libpcap.
57
57
Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ tstamp_precision_to_string(int precision)
997
997
* that requires that it be able to do an F_GETFL fcntl() to read
998
998
* the O_ flags.
999
999
*
1000
- * Tcpdump uses ftell() to determine how much data has been written
1000
+ * tcpdump uses ftell() to determine how much data has been written
1001
1001
* to a file in order to, when used with -C, determine when it's time
1002
1002
* to rotate capture files. ftell() therefore needs to do an lseek()
1003
1003
* to find out the file offset and must, thanks to the aforementioned
@@ -2397,7 +2397,7 @@ DIAG_ON_WARN_UNUSED_RESULT
2397
2397
* devices, and can't just give users that permission,
2398
2398
* you'd make tcpdump set-UID or set-GID).
2399
2399
*
2400
- * Tcpdump doesn't necessarily write only to one savefile;
2400
+ * tcpdump doesn't necessarily write only to one savefile;
2401
2401
* the general only way to allow a -Z instance to write to
2402
2402
* savefiles as the user under whose UID it's run, rather
2403
2403
* than as the user specified with -Z, would thus be to switch
You can’t perform that action at this time.
0 commit comments