Deleted Added
full compact
README (313537) README (327234)
1# tcpdump
2
3[![Build
4Status](https://travis-ci.org/the-tcpdump-group/tcpdump.png)](https://travis-ci.org/the-tcpdump-group/tcpdump)
5
1# tcpdump
2
3[![Build
4Status](https://travis-ci.org/the-tcpdump-group/tcpdump.png)](https://travis-ci.org/the-tcpdump-group/tcpdump)
5
6TCPDUMP 4.x.y
7Now maintained by "The Tcpdump Group"
8See www.tcpdump.org
6To report a security issue please send an e-mail to security@tcpdump.org.
9
7
10Please send inquiries/comments/reports to:
8To report bugs and other problems, contribute patches, request a
9feature, provide generic feedback etc please see the file
10CONTRIBUTING in the tcpdump source tree root.
11
11
12* tcpdump-workers@lists.tcpdump.org
12TCPDUMP 4.x.y
13Now maintained by "The Tcpdump Group"
14See www.tcpdump.org
13
14Anonymous Git is available via:
15
16 git clone git://bpf.tcpdump.org/tcpdump
17
15
16Anonymous Git is available via:
17
18 git clone git://bpf.tcpdump.org/tcpdump
19
18Please submit patches by forking the branch on GitHub at:
19
20* http://github.com/the-tcpdump-group/tcpdump/tree/master
21
22and issuing a pull request.
23
24formerly from Lawrence Berkeley National Laboratory
20formerly from Lawrence Berkeley National Laboratory
25 Network Research Group <tcpdump@ee.lbl.gov>
26 ftp://ftp.ee.lbl.gov/old/tcpdump.tar.Z (3.4)
27
28This directory contains source code for tcpdump, a tool for network
29monitoring and data acquisition. This software was originally
30developed by the Network Research Group at the Lawrence Berkeley
31National Laboratory. The original distribution is available via
32anonymous ftp to `ftp.ee.lbl.gov`, in `tcpdump.tar.Z`. More recent

--- 33 unchanged lines hidden (view full) ---

66Another tool that tcpdump users might find useful is tcpslice:
67
68* https://github.com/the-tcpdump-group/tcpslice
69
70It is a program that can be used to extract portions of tcpdump binary
71trace files. See the above distribution for further details and
72documentation.
73
21 Network Research Group <tcpdump@ee.lbl.gov>
22 ftp://ftp.ee.lbl.gov/old/tcpdump.tar.Z (3.4)
23
24This directory contains source code for tcpdump, a tool for network
25monitoring and data acquisition. This software was originally
26developed by the Network Research Group at the Lawrence Berkeley
27National Laboratory. The original distribution is available via
28anonymous ftp to `ftp.ee.lbl.gov`, in `tcpdump.tar.Z`. More recent

--- 33 unchanged lines hidden (view full) ---

62Another tool that tcpdump users might find useful is tcpslice:
63
64* https://github.com/the-tcpdump-group/tcpslice
65
66It is a program that can be used to extract portions of tcpdump binary
67trace files. See the above distribution for further details and
68documentation.
69
74Problems, bugs, questions, desirable enhancements, etc. should be sent
75to the address "tcpdump-workers@lists.tcpdump.org". Bugs, support
76requests, and feature requests may also be submitted on the GitHub issue
77tracker for tcpdump at:
78
79* https://github.com/the-tcpdump-group/tcpdump/issues
80
81Source code contributions, etc. should be sent to the email address
82above or submitted by forking the branch on GitHub at:
83
84* http://github.com/the-tcpdump-group/tcpdump/tree/master
85
86and issuing a pull request.
87
88Current versions can be found at www.tcpdump.org.
89
90 - The TCPdump team
91
92original text by: Steve McCanne, Craig Leres, Van Jacobson
93
94-------------------------------------
95```

--- 148 unchanged lines hidden ---
70Current versions can be found at www.tcpdump.org.
71
72 - The TCPdump team
73
74original text by: Steve McCanne, Craig Leres, Van Jacobson
75
76-------------------------------------
77```

--- 148 unchanged lines hidden ---