about summary refs log tree commit diff stats
path: root/tools/tcpdump.html
blob: ef15b591cbe0d88c8366fd2ee1eee8175c2ab118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>TCPDump</title>
    </head>
    <body>
        <h1>TCPDump</h1>

        <pre>
        tcpdump -vvv -s 0 -l -n port 53
        </pre>

    </body>
</html>