Use correct syntax markup for shell
Approved by: carlavilla
This commit is contained in:
parent
55c95407aa
commit
a9a9e66105
666 changed files with 17924 additions and 17924 deletions
|
|
@ -55,7 +55,7 @@ We also need a way to capture the raw network data. A program called man:tcpdump
|
|||
|
||||
The command:
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
tcpdump -c 4000 -s 10000 -w dumpfile.bin
|
||||
....
|
||||
|
|
@ -74,7 +74,7 @@ Here is the experiment:
|
|||
. In the "secure" window, run the UNIX(R) command man:yes[1], which will stream the `y` character. After a while, stop this. Switch to the insecure window, and repeat. After a while, stop.
|
||||
. Now run <<code>> on the captured packets. You should see something like the following. The important thing to note is that the secure connection has 93% (6.7) of the expected value (7.18), and the "normal" connection has 29% (2.1) of the expected value.
|
||||
+
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% tcpdump -c 4000 -s 10000 -w ipsecdemo.bin
|
||||
% uliscan ipsecdemo.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue