Skip to content

Commit

Permalink
Move small things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Sep 13, 2024
1 parent d2675de commit ae59828
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packetflow-slides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ \subsection{Protocol Statistics Counter}

\subsection{pf States}
\begin{frame}[fragile]{pf State}
pfctl -ss
pfctl -s states
\scriptsize
\begin{verbatim}
em0 tcp 80.154.94.48:22 <- 84.191.39.187:60436
Expand Down Expand Up @@ -457,7 +457,7 @@ \subsection{Protocol Stack}
rectangle ++(.4,.4) rectangle ++(.4,-.4)
rectangle ++(.4,.4) rectangle ++(.4,-.4) ++(0,.2)
node (rb) [right] {receive} ++(-.5,.8)
node (iso) [right] {socket} ++(3,0)
node (iso) [right] {socket} ++(3.2,0)

node (oso) [right] {socket} ++(.1,-.6)
rectangle ++(.4,-.4) rectangle ++(.4,.4)
Expand Down Expand Up @@ -525,7 +525,7 @@ \subsection{IP Forwarding}
rectangle ++(.4,.4) rectangle ++(.4,-.4)
rectangle ++(.4,.4) rectangle ++(.4,-.4) ++(0,.2)
node (rb) [right] {receive} ++(-.5,.8)
node (iso) [right] {socket} ++(3,0)
node (iso) [right] {socket} ++(3.2,0)

node (oso) [right] {socket} ++(.1,-.6)
rectangle ++(.4,-.4) rectangle ++(.4,.4)
Expand Down Expand Up @@ -597,7 +597,7 @@ \subsection{UDP}
rectangle ++(.4,.4) rectangle ++(.4,-.4)
rectangle ++(.4,.4) rectangle ++(.4,-.4) ++(0,.2)
node (rb) [right] {receive buffer} ++(-.5,.8)
node (iso) [right] {socket} ++(4,0)
node (iso) [right] {socket} ++(4.4,0)

node (oso) [right] {socket} ++(0,-1.6)
node (uo) [right] {udp\_output()} ++(0,-1.2)
Expand Down Expand Up @@ -663,7 +663,7 @@ \subsection{IPv6}
rectangle ++(.4,.4) rectangle ++(.4,-.4)
rectangle ++(.4,.4) rectangle ++(.4,-.4) ++(0,.2)
node (rb) [right] {receive} ++(-.5,.8)
node (iso) [right] {socket} ++(3.1,0)
node (iso) [right] {socket} ++(3.2,0)

node (oso) [right] {socket} ++(.1,-.6)
rectangle ++(.4,-.4) rectangle ++(.4,.4)
Expand Down Expand Up @@ -758,7 +758,7 @@ \subsection{pf Test}
node (ei) [right] {ether\_input()} ++(0.4,1)
node (pi) [right] {pf\_test(IN)} ++(-0.4,.9)
node (ii) [right] {ip\_input()} ++(0,1.2)
node (ti) [right] {tcp\_input()} ++(5,0)
node (ti) [right] {tcp\_input()} ++(5.6,0)

node (to) [right] {tcp\_output()} ++(0,-1.2)
node (io) [right] {ip\_output()} ++(0.4,-.9)
Expand Down Expand Up @@ -818,7 +818,7 @@ \subsection{pf IPv6}
node (ei) [right] {ether\_input()} ++(0.4,1)
node (pi) [right] {pf\_test(IN)} ++(-0.4,.9)
node (ii) [right] {ip6\_input()} ++(0,1.2)
node (ti) [right] {tcp\_input()} ++(5.3,0)
node (ti) [right] {tcp\_input()} ++(5.6,0)

node (to) [right] {tcp\_output()} ++(0,-1.2)
node (io) [right] {ip6\_output()} ++(0.4,-.9)
Expand Down Expand Up @@ -871,7 +871,7 @@ \subsection{pf IPv6}

\subsection{pf Rules}
\begin{frame}[fragile]{pf Rules}
pfctl -sr
pfctl -s rules
\scriptsize
\begin{verbatim}
block return all
Expand Down

0 comments on commit ae59828

Please sign in to comment.