Skip to content

Commit 5ee91ef

Browse files
committed
Replace some command name 'Tcpdump' with 'tcpdump'
[skip ci]
1 parent c3d01cd commit 5ee91ef

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ v2.0.1 Sun Jan 26 21:10:10 PDT
17961796
- Ultrix 4.0 is supported (also thanks to Jeff Mogul).
17971797

17981798
- 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
18001800
both the vanilla Enetfilter interface, and the extended interface
18011801
(#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
18021802

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ add_custom_target(uninstall
13971397
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
13981398

13991399
#
1400-
# Tcpdump tests
1400+
# tcpdump tests
14011401
# We try to find the Perl interpreter and, if we do, we have the check
14021402
# rule run tests/TESTrun with it, because just trying to run the TESTrun
14031403
# script as a command won't work on Windows.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and ask!
3939
1) Check that there isn't a pull request already opened for the changes you
4040
intend to make.
4141

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
4343
[repository](https://github.com/the-tcpdump-group/tcpdump).
4444

4545
3) The easiest way to test your changes on multiple operating systems and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the past tcpdump certainly or likely worked on the following platforms:
5151
* UnixWare
5252

5353
### 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
5555
packet capture. Before building tcpdump, you must first retrieve and
5656
build libpcap.
5757

tcpdump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ tstamp_precision_to_string(int precision)
997997
* that requires that it be able to do an F_GETFL fcntl() to read
998998
* the O_ flags.
999999
*
1000-
* Tcpdump uses ftell() to determine how much data has been written
1000+
* tcpdump uses ftell() to determine how much data has been written
10011001
* to a file in order to, when used with -C, determine when it's time
10021002
* to rotate capture files. ftell() therefore needs to do an lseek()
10031003
* to find out the file offset and must, thanks to the aforementioned
@@ -2397,7 +2397,7 @@ DIAG_ON_WARN_UNUSED_RESULT
23972397
* devices, and can't just give users that permission,
23982398
* you'd make tcpdump set-UID or set-GID).
23992399
*
2400-
* Tcpdump doesn't necessarily write only to one savefile;
2400+
* tcpdump doesn't necessarily write only to one savefile;
24012401
* the general only way to allow a -Z instance to write to
24022402
* savefiles as the user under whose UID it's run, rather
24032403
* than as the user specified with -Z, would thus be to switch

0 commit comments

Comments
 (0)