]> The Tcpdump Group git mirrors - tcpdump/commitdiff
test case from dean gaudet <[email protected]>
authormcr <mcr>
Wed, 6 Jul 2005 19:29:41 +0000 (19:29 +0000)
committermcr <mcr>
Wed, 6 Jul 2005 19:29:41 +0000 (19:29 +0000)
tests/print-A.out [new file with mode: 0644]
tests/print-AA.out [new file with mode: 0644]
tests/print-X.out [new file with mode: 0644]
tests/print-XX.out [new file with mode: 0644]
tests/print-flags.pcap [new file with mode: 0644]
tests/print-flags.puu [new file with mode: 0644]
tests/print-flags.sh [new file with mode: 0755]
tests/print-x.out [new file with mode: 0644]
tests/print-xx.out [new file with mode: 0644]

diff --git a/tests/print-A.out b/tests/print-A.out
new file mode 100644 (file)
index 0000000..0cef5d4
--- /dev/null
@@ -0,0 +1,193 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+E..<.h@.@.!R.........p.P7X.~.........!....@....
+M...........
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+E..<..@.@.<..........P.p7z..7X......n.....@....
+M...M.......
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+E..4.j@.@.!X.........p.P7X..7z.... .7......
+M...M...
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+E....l@.@. ..........p.P7X..7z.... ........
+M...M...GET / HTTP/1.1\r
+Host: localhost\r
+User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)\r
+Accept: */*\r
+Accept-Encoding: gzip\r
+Accept-Language: en\r
+Connection: Keep-Alive\r
+\r
+
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+E..4..@[email protected].. .7......
+M...M...
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+E.....@.@..%.........P.p7z..7X.I.. ........
+M...M...HTTP/1.1 200 OK\r
+Date: Wed, 06 Jul 2005 03:57:35 GMT\r
+Server: Apache/1.3.33\r
+Last-Modified: Sun, 15 Aug 2004 00:43:41 GMT\r
+ETag: "6e80f0-148a-411eb1bd"\r
+Accept-Ranges: bytes\r
+Content-Length: 5258\r
+Keep-Alive: timeout=15, max=100\r
+Connection: Keep-Alive\r
+Content-Type: text/html; charset=iso-8859-1\r
+\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <META NAME="Description" CONTENT="The initial installation of Debian apache.">
+   <TITLE>Placeholder page</TITLE>
+</HEAD>
+<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
+
+<H1>Placeholder page</H1>
+<H2>If you are just browsing the web</h2>
+
+<P>The owner of this web site has not put up any web pages yet.
+Please come back later.</P>
+
+<P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
+
+<H2>If you are trying to locate the administrator of this machine</H2>
+
+<P>If you want to report something about this host's behavior, please
+contact the Internet Service Provider (ISP) involved directly.</P>
+
+<P>See the <A href="http://www.abuse.net/">Network Abuse
+Clearinghouse</A> for how to do this.</P>
+
+<H2>If you are the administrator of this machine</H2>
+
+<P>The initial installation of <A href="http://www.debian.org/">Debian's
+apache</A> web server package was successful.</P>
+
+<P><STRONG>You should replace this page with your own web pages as
+soon as possible.</STRONG></P>
+
+<P>Unless you changed its configuration, your new server is configured as follows:
+<UL>
+<LI>
+Configuration files can be found in <TT>/etc/apache</TT>.</LI>
+
+<LI>
+The <TT>DocumentRoot</TT>, which is the directory under which all your
+HTML files should exist, is set to <TT>/var/www</TT>.</LI>
+
+<LI>
+CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
+Debian packages will place their scripts.</LI>
+
+<LI>
+Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
+weekly.  The frequency of rotation can be easily changed by editing
+<TT>/etc/logrotate.d/apache</TT>.</LI>
+
+<LI>
+The default directory index is <TT>index.html</TT>, meaning that requests
+for a directory <TT>/foo/bar/</TT> will give the contents of the file <TT>/var/www/foo/bar/index.html</TT>
+if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
+
+<LI>
+User directories are enabled, and user documents will be looked for
+in the <TT>public_html</TT> directory of the users' homes.  These dirs
+should be under <TT>/home</TT>, and users will not be able to symlink
+to files they don't own.</LI>
+
+</UL>
+All the standard apache modules are available with this release and are
+now managed with debconf.  Type <TT>dpkg-reconfigure apache</TT> to
+select which modules you want enabled.  Many other modules are available
+through the Debian package system with the names <TT>libapache-mod-*</TT>.
+If you need to compile a module yourself, you will need to install the
+<TT>apache-dev</TT> package.
+
+<P>More documentation on Apache can be found on:
+<UL>
+<LI>
+The <A HREF="/doc/apache-doc/manual/">Apache documentation</A> stored on your server.</LI>
+
+<LI>
+The <A HREF="http://www.apache.org/">Apache Project</A> home site.</LI>
+
+<LI>
+The <A HREF="http://www.apache-ssl.org/">Apache-SSL</A> home site.</LI>
+
+<LI>
+The <A HREF="http://perl.apache.org/">mod perl</A> home site.</LI>
+
+<LI>
+The <A HREF="http://www.apacheweek.com/">ApacheWeek</A> newsletter.</LI>
+
+<LI>
+The <A HREF="http://www.debian.org/doc/">Debian Project
+Documentation</A> which contains HOWTOs, FAQs, and software updates.</LI>
+</UL>
+
+<P>You can also consult the list of <A HREF="http://www.boutell.com/faq/">World
+Wide Web Frequently Asked Questions</A> for information.
+
+<H2>Let other people know about this server</H2>
+
+<A HREF="http://netcraft.com/">Netcraft</A> provides an interesting free
+service for web site monitoring and statistic collection.
+You can let them know about your server using their
+<A HREF="http://uptime.netcraft.com/">interface</A>.
+Enabling the monitoring of your server will provide a better global overview
+of who is using what and where, and it would give Debian a better
+overview of the apache package usage.
+
+<H2>About this page</H2>
+
+<IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
+
+<P>This is a placeholder page installed by the <A
+HREF="http://www.debian.org/">Debian</A>
+release of the apache Web server package.
+
+<P>This computer has installed the Debian GNU/Linux operating system,
+but it has <strong>nothing to do with the Debian
+Project</strong>. Please do <strong>not</strong> contact the Debian
+Project about it.</P>
+
+<P>If you find a bug in this apache package, or in Apache itself,
+please file a bug report on it.  Instructions on doing this, and the
+list of <A HREF="http://bugs.debian.org/src:apache">known bugs</A> of this
+package, can be found in the 
+<A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
+
+<P>Thanks for using this package, and congratulations for your choice of
+a Debian system!</P>
+
+<DIV align="center">
+<a href="http://www.debian.org/">
+<IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
+</a>
+<a href="http://www.apache.org/">
+<IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
+</a>
+</DIV>
+
+<!--
+  This page was initially created by Johnie Ingram (http://netgod.net/)
+  It was later edited by Matthew Wilcox and Josip Rodin.
+  Last modified: $Date: 2004/06/20 15:33:57 $.
+  -->
+
+</BODY>
+</HTML>
+
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+E..4.n@.@.!T.........p.P7X.I7z....0_.......
+M...M...
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+E..4.p@.@.!R.........p.P7X.I7z....0_.......
+M..!M...
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+E..4..@[email protected].. ..5.....
+M..#M..!
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+E..4.r@.@.!P.........p.P7X.J7z....0_.......
+M..#M..#
diff --git a/tests/print-AA.out b/tests/print-AA.out
new file mode 100644 (file)
index 0000000..78b2c2a
--- /dev/null
@@ -0,0 +1,193 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+..............E..<.h@.@.!R.........p.P7X.~.........!....@....
+M...........
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+..............E..<..@.@.<..........P.p7z..7X......n.....@....
+M...M.......
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+..............E..4.j@.@.!X.........p.P7X..7z.... .7......
+M...M...
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+..............E....l@.@. ..........p.P7X..7z.... ........
+M...M...GET / HTTP/1.1\r
+Host: localhost\r
+User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)\r
+Accept: */*\r
+Accept-Encoding: gzip\r
+Accept-Language: en\r
+Connection: Keep-Alive\r
+\r
+
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+..............E..4..@[email protected].. .7......
+M...M...
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+..............E.....@.@..%.........P.p7z..7X.I.. ........
+M...M...HTTP/1.1 200 OK\r
+Date: Wed, 06 Jul 2005 03:57:35 GMT\r
+Server: Apache/1.3.33\r
+Last-Modified: Sun, 15 Aug 2004 00:43:41 GMT\r
+ETag: "6e80f0-148a-411eb1bd"\r
+Accept-Ranges: bytes\r
+Content-Length: 5258\r
+Keep-Alive: timeout=15, max=100\r
+Connection: Keep-Alive\r
+Content-Type: text/html; charset=iso-8859-1\r
+\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <META NAME="Description" CONTENT="The initial installation of Debian apache.">
+   <TITLE>Placeholder page</TITLE>
+</HEAD>
+<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
+
+<H1>Placeholder page</H1>
+<H2>If you are just browsing the web</h2>
+
+<P>The owner of this web site has not put up any web pages yet.
+Please come back later.</P>
+
+<P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
+
+<H2>If you are trying to locate the administrator of this machine</H2>
+
+<P>If you want to report something about this host's behavior, please
+contact the Internet Service Provider (ISP) involved directly.</P>
+
+<P>See the <A href="http://www.abuse.net/">Network Abuse
+Clearinghouse</A> for how to do this.</P>
+
+<H2>If you are the administrator of this machine</H2>
+
+<P>The initial installation of <A href="http://www.debian.org/">Debian's
+apache</A> web server package was successful.</P>
+
+<P><STRONG>You should replace this page with your own web pages as
+soon as possible.</STRONG></P>
+
+<P>Unless you changed its configuration, your new server is configured as follows:
+<UL>
+<LI>
+Configuration files can be found in <TT>/etc/apache</TT>.</LI>
+
+<LI>
+The <TT>DocumentRoot</TT>, which is the directory under which all your
+HTML files should exist, is set to <TT>/var/www</TT>.</LI>
+
+<LI>
+CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
+Debian packages will place their scripts.</LI>
+
+<LI>
+Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
+weekly.  The frequency of rotation can be easily changed by editing
+<TT>/etc/logrotate.d/apache</TT>.</LI>
+
+<LI>
+The default directory index is <TT>index.html</TT>, meaning that requests
+for a directory <TT>/foo/bar/</TT> will give the contents of the file <TT>/var/www/foo/bar/index.html</TT>
+if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
+
+<LI>
+User directories are enabled, and user documents will be looked for
+in the <TT>public_html</TT> directory of the users' homes.  These dirs
+should be under <TT>/home</TT>, and users will not be able to symlink
+to files they don't own.</LI>
+
+</UL>
+All the standard apache modules are available with this release and are
+now managed with debconf.  Type <TT>dpkg-reconfigure apache</TT> to
+select which modules you want enabled.  Many other modules are available
+through the Debian package system with the names <TT>libapache-mod-*</TT>.
+If you need to compile a module yourself, you will need to install the
+<TT>apache-dev</TT> package.
+
+<P>More documentation on Apache can be found on:
+<UL>
+<LI>
+The <A HREF="/doc/apache-doc/manual/">Apache documentation</A> stored on your server.</LI>
+
+<LI>
+The <A HREF="http://www.apache.org/">Apache Project</A> home site.</LI>
+
+<LI>
+The <A HREF="http://www.apache-ssl.org/">Apache-SSL</A> home site.</LI>
+
+<LI>
+The <A HREF="http://perl.apache.org/">mod perl</A> home site.</LI>
+
+<LI>
+The <A HREF="http://www.apacheweek.com/">ApacheWeek</A> newsletter.</LI>
+
+<LI>
+The <A HREF="http://www.debian.org/doc/">Debian Project
+Documentation</A> which contains HOWTOs, FAQs, and software updates.</LI>
+</UL>
+
+<P>You can also consult the list of <A HREF="http://www.boutell.com/faq/">World
+Wide Web Frequently Asked Questions</A> for information.
+
+<H2>Let other people know about this server</H2>
+
+<A HREF="http://netcraft.com/">Netcraft</A> provides an interesting free
+service for web site monitoring and statistic collection.
+You can let them know about your server using their
+<A HREF="http://uptime.netcraft.com/">interface</A>.
+Enabling the monitoring of your server will provide a better global overview
+of who is using what and where, and it would give Debian a better
+overview of the apache package usage.
+
+<H2>About this page</H2>
+
+<IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
+
+<P>This is a placeholder page installed by the <A
+HREF="http://www.debian.org/">Debian</A>
+release of the apache Web server package.
+
+<P>This computer has installed the Debian GNU/Linux operating system,
+but it has <strong>nothing to do with the Debian
+Project</strong>. Please do <strong>not</strong> contact the Debian
+Project about it.</P>
+
+<P>If you find a bug in this apache package, or in Apache itself,
+please file a bug report on it.  Instructions on doing this, and the
+list of <A HREF="http://bugs.debian.org/src:apache">known bugs</A> of this
+package, can be found in the 
+<A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
+
+<P>Thanks for using this package, and congratulations for your choice of
+a Debian system!</P>
+
+<DIV align="center">
+<a href="http://www.debian.org/">
+<IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
+</a>
+<a href="http://www.apache.org/">
+<IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
+</a>
+</DIV>
+
+<!--
+  This page was initially created by Johnie Ingram (http://netgod.net/)
+  It was later edited by Matthew Wilcox and Josip Rodin.
+  Last modified: $Date: 2004/06/20 15:33:57 $.
+  -->
+
+</BODY>
+</HTML>
+
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+..............E..4.n@.@.!T.........p.P7X.I7z....0_.......
+M...M...
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+..............E..4.p@.@.!R.........p.P7X.I7z....0_.......
+M..!M...
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+..............E..4..@[email protected].. ..5.....
+M..#M..!
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+..............E..4.r@.@.!P.........p.P7X.J7z....0_.......
+M..#M..#
diff --git a/tests/print-X.out b/tests/print-X.out
new file mode 100644 (file)
index 0000000..6963169
--- /dev/null
@@ -0,0 +1,409 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+       0x0000:  4500 003c 1b68 4000 4006 2152 7f00 0001  E..<.h@.@.!R....
+       0x0010:  7f00 0001 da70 0050 3758 897e 0000 0000  .....p.P7X.~....
+       0x0020:  a002 7fff 1421 0000 0204 400c 0402 080a  .....!....@.....
+       0x0030:  4ddc 9216 0000 0000 0103 0302            M...........
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+       0x0000:  4500 003c 0000 4000 4006 3cba 7f00 0001  E..<..@.@.<.....
+       0x0010:  7f00 0001 0050 da70 377a 8df1 3758 897f  .....P.p7z..7X..
+       0x0020:  a012 7fff 6eb1 0000 0204 400c 0402 080a  ....n.....@.....
+       0x0030:  4ddc 9216 4ddc 9216 0103 0302            M...M.......
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+       0x0000:  4500 0034 1b6a 4000 4006 2158 7f00 0001  E..4.j@.@.!X....
+       0x0010:  7f00 0001 da70 0050 3758 897f 377a 8df2  .....p.P7X..7z..
+       0x0020:  8010 2000 37d0 0000 0101 080a 4ddc 9216  ....7.......M...
+       0x0030:  4ddc 9216                                M...
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+       0x0000:  4500 00fe 1b6c 4000 4006 208c 7f00 0001  E....l@.@.......
+       0x0010:  7f00 0001 da70 0050 3758 897f 377a 8df2  .....p.P7X..7z..
+       0x0020:  8018 2000 fef2 0000 0101 080a 4ddc 9217  ............M...
+       0x0030:  4ddc 9216 4745 5420 2f20 4854 5450 2f31  M...GET./.HTTP/1
+       0x0040:  2e31 0d0a 486f 7374 3a20 6c6f 6361 6c68  .1..Host:.localh
+       0x0050:  6f73 740d 0a55 7365 722d 4167 656e 743a  ost..User-Agent:
+       0x0060:  2045 4c69 6e6b 732f 302e 3130 2e34 2d37  .ELinks/0.10.4-7
+       0x0070:  2d64 6562 6961 6e20 2874 6578 746d 6f64  -debian.(textmod
+       0x0080:  653b 204c 696e 7578 2032 2e36 2e31 312d  e;.Linux.2.6.11-
+       0x0090:  312d 3638 362d 736d 7020 6936 3836 3b20  1-686-smp.i686;.
+       0x00a0:  3133 3278 3536 2d32 290d 0a41 6363 6570  132x56-2)..Accep
+       0x00b0:  743a 202a 2f2a 0d0a 4163 6365 7074 2d45  t:.*/*..Accept-E
+       0x00c0:  6e63 6f64 696e 673a 2067 7a69 700d 0a41  ncoding:.gzip..A
+       0x00d0:  6363 6570 742d 4c61 6e67 7561 6765 3a20  ccept-Language:.
+       0x00e0:  656e 0d0a 436f 6e6e 6563 7469 6f6e 3a20  en..Connection:.
+       0x00f0:  4b65 6570 2d41 6c69 7665 0d0a 0d0a       Keep-Alive....
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+       0x0000:  4500 0034 1fe4 4000 4006 1cde 7f00 0001  E..4..@.@.......
+       0x0010:  7f00 0001 0050 da70 377a 8df2 3758 8a49  .....P.p7z..7X.I
+       0x0020:  8010 2000 3703 0000 0101 080a 4ddc 9218  ....7.......M...
+       0x0030:  4ddc 9217                                M...
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+       0x0000:  4500 15eb 1fe6 4000 4006 0725 7f00 0001  E.....@.@..%....
+       0x0010:  7f00 0001 0050 da70 377a 8df2 3758 8a49  .....P.p7z..7X.I
+       0x0020:  8018 2000 13e0 0000 0101 080a 4ddc 9219  ............M...
+       0x0030:  4ddc 9217 4854 5450 2f31 2e31 2032 3030  M...HTTP/1.1.200
+       0x0040:  204f 4b0d 0a44 6174 653a 2057 6564 2c20  .OK..Date:.Wed,.
+       0x0050:  3036 204a 756c 2032 3030 3520 3033 3a35  06.Jul.2005.03:5
+       0x0060:  373a 3335 2047 4d54 0d0a 5365 7276 6572  7:35.GMT..Server
+       0x0070:  3a20 4170 6163 6865 2f31 2e33 2e33 330d  :.Apache/1.3.33.
+       0x0080:  0a4c 6173 742d 4d6f 6469 6669 6564 3a20  .Last-Modified:.
+       0x0090:  5375 6e2c 2031 3520 4175 6720 3230 3034  Sun,.15.Aug.2004
+       0x00a0:  2030 303a 3433 3a34 3120 474d 540d 0a45  .00:43:41.GMT..E
+       0x00b0:  5461 673a 2022 3665 3830 6630 2d31 3438  Tag:."6e80f0-148
+       0x00c0:  612d 3431 3165 6231 6264 220d 0a41 6363  a-411eb1bd"..Acc
+       0x00d0:  6570 742d 5261 6e67 6573 3a20 6279 7465  ept-Ranges:.byte
+       0x00e0:  730d 0a43 6f6e 7465 6e74 2d4c 656e 6774  s..Content-Lengt
+       0x00f0:  683a 2035 3235 380d 0a4b 6565 702d 416c  h:.5258..Keep-Al
+       0x0100:  6976 653a 2074 696d 656f 7574 3d31 352c  ive:.timeout=15,
+       0x0110:  206d 6178 3d31 3030 0d0a 436f 6e6e 6563  .max=100..Connec
+       0x0120:  7469 6f6e 3a20 4b65 6570 2d41 6c69 7665  tion:.Keep-Alive
+       0x0130:  0d0a 436f 6e74 656e 742d 5479 7065 3a20  ..Content-Type:.
+       0x0140:  7465 7874 2f68 746d 6c3b 2063 6861 7273  text/html;.chars
+       0x0150:  6574 3d69 736f 2d38 3835 392d 310d 0a0d  et=iso-8859-1...
+       0x0160:  0a3c 2144 4f43 5459 5045 2048 544d 4c20  .<!DOCTYPE.HTML.
+       0x0170:  5055 424c 4943 2022 2d2f 2f57 3343 2f2f  PUBLIC."-//W3C//
+       0x0180:  4454 4420 4854 4d4c 2034 2e30 3120 5472  DTD.HTML.4.01.Tr
+       0x0190:  616e 7369 7469 6f6e 616c 2f2f 454e 223e  ansitional//EN">
+       0x01a0:  0a3c 4854 4d4c 3e0a 3c48 4541 443e 0a20  .<HTML>.<HEAD>..
+       0x01b0:  2020 3c4d 4554 4120 4854 5450 2d45 5155  ..<META.HTTP-EQU
+       0x01c0:  4956 3d22 436f 6e74 656e 742d 5479 7065  IV="Content-Type
+       0x01d0:  2220 434f 4e54 454e 543d 2274 6578 742f  ".CONTENT="text/
+       0x01e0:  6874 6d6c 3b20 6368 6172 7365 743d 6973  html;.charset=is
+       0x01f0:  6f2d 3838 3539 2d31 223e 0a20 2020 3c4d  o-8859-1">....<M
+       0x0200:  4554 4120 4e41 4d45 3d22 4465 7363 7269  ETA.NAME="Descri
+       0x0210:  7074 696f 6e22 2043 4f4e 5445 4e54 3d22  ption".CONTENT="
+       0x0220:  5468 6520 696e 6974 6961 6c20 696e 7374  The.initial.inst
+       0x0230:  616c 6c61 7469 6f6e 206f 6620 4465 6269  allation.of.Debi
+       0x0240:  616e 2061 7061 6368 652e 223e 0a20 2020  an.apache.">....
+       0x0250:  3c54 4954 4c45 3e50 6c61 6365 686f 6c64  <TITLE>Placehold
+       0x0260:  6572 2070 6167 653c 2f54 4954 4c45 3e0a  er.page</TITLE>.
+       0x0270:  3c2f 4845 4144 3e0a 3c42 4f44 5920 5445  </HEAD>.<BODY.TE
+       0x0280:  5854 3d22 2330 3030 3030 3022 2042 4743  XT="#000000".BGC
+       0x0290:  4f4c 4f52 3d22 2346 4646 4646 4622 204c  OLOR="#FFFFFF".L
+       0x02a0:  494e 4b3d 2223 3030 3030 4546 2220 564c  INK="#0000EF".VL
+       0x02b0:  494e 4b3d 2223 3535 3138 3841 2220 414c  INK="#55188A".AL
+       0x02c0:  494e 4b3d 2223 4646 3030 3030 223e 0a0a  INK="#FF0000">..
+       0x02d0:  3c48 313e 506c 6163 6568 6f6c 6465 7220  <H1>Placeholder.
+       0x02e0:  7061 6765 3c2f 4831 3e0a 3c48 323e 4966  page</H1>.<H2>If
+       0x02f0:  2079 6f75 2061 7265 206a 7573 7420 6272  .you.are.just.br
+       0x0300:  6f77 7369 6e67 2074 6865 2077 6562 3c2f  owsing.the.web</
+       0x0310:  6832 3e0a 0a3c 503e 5468 6520 6f77 6e65  h2>..<P>The.owne
+       0x0320:  7220 6f66 2074 6869 7320 7765 6220 7369  r.of.this.web.si
+       0x0330:  7465 2068 6173 206e 6f74 2070 7574 2075  te.has.not.put.u
+       0x0340:  7020 616e 7920 7765 6220 7061 6765 7320  p.any.web.pages.
+       0x0350:  7965 742e 0a50 6c65 6173 6520 636f 6d65  yet..Please.come
+       0x0360:  2062 6163 6b20 6c61 7465 722e 3c2f 503e  .back.later.</P>
+       0x0370:  0a0a 3c50 3e3c 534d 414c 4c3e 3c43 4954  ..<P><SMALL><CIT
+       0x0380:  453e 4d6f 7665 2061 6c6f 6e67 2c20 6e6f  E>Move.along,.no
+       0x0390:  7468 696e 6720 746f 2073 6565 2068 6572  thing.to.see.her
+       0x03a0:  652e 2e2e 3c2f 4349 5445 3e20 3a2d 293c  e...</CITE>.:-)<
+       0x03b0:  2f53 4d41 4c4c 3e3c 2f50 3e0a 0a3c 4832  /SMALL></P>..<H2
+       0x03c0:  3e49 6620 796f 7520 6172 6520 7472 7969  >If.you.are.tryi
+       0x03d0:  6e67 2074 6f20 6c6f 6361 7465 2074 6865  ng.to.locate.the
+       0x03e0:  2061 646d 696e 6973 7472 6174 6f72 206f  .administrator.o
+       0x03f0:  6620 7468 6973 206d 6163 6869 6e65 3c2f  f.this.machine</
+       0x0400:  4832 3e0a 0a3c 503e 4966 2079 6f75 2077  H2>..<P>If.you.w
+       0x0410:  616e 7420 746f 2072 6570 6f72 7420 736f  ant.to.report.so
+       0x0420:  6d65 7468 696e 6720 6162 6f75 7420 7468  mething.about.th
+       0x0430:  6973 2068 6f73 7427 7320 6265 6861 7669  is.host's.behavi
+       0x0440:  6f72 2c20 706c 6561 7365 0a63 6f6e 7461  or,.please.conta
+       0x0450:  6374 2074 6865 2049 6e74 6572 6e65 7420  ct.the.Internet.
+       0x0460:  5365 7276 6963 6520 5072 6f76 6964 6572  Service.Provider
+       0x0470:  2028 4953 5029 2069 6e76 6f6c 7665 6420  .(ISP).involved.
+       0x0480:  6469 7265 6374 6c79 2e3c 2f50 3e0a 0a3c  directly.</P>..<
+       0x0490:  503e 5365 6520 7468 6520 3c41 2068 7265  P>See.the.<A.hre
+       0x04a0:  663d 2268 7474 703a 2f2f 7777 772e 6162  f="http://www.ab
+       0x04b0:  7573 652e 6e65 742f 223e 4e65 7477 6f72  use.net/">Networ
+       0x04c0:  6b20 4162 7573 650a 436c 6561 7269 6e67  k.Abuse.Clearing
+       0x04d0:  686f 7573 653c 2f41 3e20 666f 7220 686f  house</A>.for.ho
+       0x04e0:  7720 746f 2064 6f20 7468 6973 2e3c 2f50  w.to.do.this.</P
+       0x04f0:  3e0a 0a3c 4832 3e49 6620 796f 7520 6172  >..<H2>If.you.ar
+       0x0500:  6520 7468 6520 6164 6d69 6e69 7374 7261  e.the.administra
+       0x0510:  746f 7220 6f66 2074 6869 7320 6d61 6368  tor.of.this.mach
+       0x0520:  696e 653c 2f48 323e 0a0a 3c50 3e54 6865  ine</H2>..<P>The
+       0x0530:  2069 6e69 7469 616c 2069 6e73 7461 6c6c  .initial.install
+       0x0540:  6174 696f 6e20 6f66 203c 4120 6872 6566  ation.of.<A.href
+       0x0550:  3d22 6874 7470 3a2f 2f77 7777 2e64 6562  ="http://www.deb
+       0x0560:  6961 6e2e 6f72 672f 223e 4465 6269 616e  ian.org/">Debian
+       0x0570:  2773 0a61 7061 6368 653c 2f41 3e20 7765  's.apache</A>.we
+       0x0580:  6220 7365 7276 6572 2070 6163 6b61 6765  b.server.package
+       0x0590:  2077 6173 2073 7563 6365 7373 6675 6c2e  .was.successful.
+       0x05a0:  3c2f 503e 0a0a 3c50 3e3c 5354 524f 4e47  </P>..<P><STRONG
+       0x05b0:  3e59 6f75 2073 686f 756c 6420 7265 706c  >You.should.repl
+       0x05c0:  6163 6520 7468 6973 2070 6167 6520 7769  ace.this.page.wi
+       0x05d0:  7468 2079 6f75 7220 6f77 6e20 7765 6220  th.your.own.web.
+       0x05e0:  7061 6765 7320 6173 0a73 6f6f 6e20 6173  pages.as.soon.as
+       0x05f0:  2070 6f73 7369 626c 652e 3c2f 5354 524f  .possible.</STRO
+       0x0600:  4e47 3e3c 2f50 3e0a 0a3c 503e 556e 6c65  NG></P>..<P>Unle
+       0x0610:  7373 2079 6f75 2063 6861 6e67 6564 2069  ss.you.changed.i
+       0x0620:  7473 2063 6f6e 6669 6775 7261 7469 6f6e  ts.configuration
+       0x0630:  2c20 796f 7572 206e 6577 2073 6572 7665  ,.your.new.serve
+       0x0640:  7220 6973 2063 6f6e 6669 6775 7265 6420  r.is.configured.
+       0x0650:  6173 2066 6f6c 6c6f 7773 3a0a 3c55 4c3e  as.follows:.<UL>
+       0x0660:  0a3c 4c49 3e0a 436f 6e66 6967 7572 6174  .<LI>.Configurat
+       0x0670:  696f 6e20 6669 6c65 7320 6361 6e20 6265  ion.files.can.be
+       0x0680:  2066 6f75 6e64 2069 6e20 3c54 543e 2f65  .found.in.<TT>/e
+       0x0690:  7463 2f61 7061 6368 653c 2f54 543e 2e3c  tc/apache</TT>.<
+       0x06a0:  2f4c 493e 0a0a 3c4c 493e 0a54 6865 203c  /LI>..<LI>.The.<
+       0x06b0:  5454 3e44 6f63 756d 656e 7452 6f6f 743c  TT>DocumentRoot<
+       0x06c0:  2f54 543e 2c20 7768 6963 6820 6973 2074  /TT>,.which.is.t
+       0x06d0:  6865 2064 6972 6563 746f 7279 2075 6e64  he.directory.und
+       0x06e0:  6572 2077 6869 6368 2061 6c6c 2079 6f75  er.which.all.you
+       0x06f0:  720a 4854 4d4c 2066 696c 6573 2073 686f  r.HTML.files.sho
+       0x0700:  756c 6420 6578 6973 742c 2069 7320 7365  uld.exist,.is.se
+       0x0710:  7420 746f 203c 5454 3e2f 7661 722f 7777  t.to.<TT>/var/ww
+       0x0720:  773c 2f54 543e 2e3c 2f4c 493e 0a0a 3c4c  w</TT>.</LI>..<L
+       0x0730:  493e 0a43 4749 2073 6372 6970 7473 2061  I>.CGI.scripts.a
+       0x0740:  7265 206c 6f6f 6b65 6420 666f 7220 696e  re.looked.for.in
+       0x0750:  203c 5454 3e2f 7573 722f 6c69 622f 6367  .<TT>/usr/lib/cg
+       0x0760:  692d 6269 6e3c 2f54 543e 2c20 7768 6963  i-bin</TT>,.whic
+       0x0770:  6820 6973 2077 6865 7265 0a44 6562 6961  h.is.where.Debia
+       0x0780:  6e20 7061 636b 6167 6573 2077 696c 6c20  n.packages.will.
+       0x0790:  706c 6163 6520 7468 6569 7220 7363 7269  place.their.scri
+       0x07a0:  7074 732e 3c2f 4c49 3e0a 0a3c 4c49 3e0a  pts.</LI>..<LI>.
+       0x07b0:  4c6f 6720 6669 6c65 7320 6172 6520 706c  Log.files.are.pl
+       0x07c0:  6163 6564 2069 6e20 3c54 543e 2f76 6172  aced.in.<TT>/var
+       0x07d0:  2f6c 6f67 2f61 7061 6368 653c 2f54 543e  /log/apache</TT>
+       0x07e0:  2c20 616e 6420 7769 6c6c 2062 6520 726f  ,.and.will.be.ro
+       0x07f0:  7461 7465 640a 7765 656b 6c79 2e20 2054  tated.weekly...T
+       0x0800:  6865 2066 7265 7175 656e 6379 206f 6620  he.frequency.of.
+       0x0810:  726f 7461 7469 6f6e 2063 616e 2062 6520  rotation.can.be.
+       0x0820:  6561 7369 6c79 2063 6861 6e67 6564 2062  easily.changed.b
+       0x0830:  7920 6564 6974 696e 670a 3c54 543e 2f65  y.editing.<TT>/e
+       0x0840:  7463 2f6c 6f67 726f 7461 7465 2e64 2f61  tc/logrotate.d/a
+       0x0850:  7061 6368 653c 2f54 543e 2e3c 2f4c 493e  pache</TT>.</LI>
+       0x0860:  0a0a 3c4c 493e 0a54 6865 2064 6566 6175  ..<LI>.The.defau
+       0x0870:  6c74 2064 6972 6563 746f 7279 2069 6e64  lt.directory.ind
+       0x0880:  6578 2069 7320 3c54 543e 696e 6465 782e  ex.is.<TT>index.
+       0x0890:  6874 6d6c 3c2f 5454 3e2c 206d 6561 6e69  html</TT>,.meani
+       0x08a0:  6e67 2074 6861 7420 7265 7175 6573 7473  ng.that.requests
+       0x08b0:  0a66 6f72 2061 2064 6972 6563 746f 7279  .for.a.directory
+       0x08c0:  203c 5454 3e2f 666f 6f2f 6261 722f 3c2f  .<TT>/foo/bar/</
+       0x08d0:  5454 3e20 7769 6c6c 2067 6976 6520 7468  TT>.will.give.th
+       0x08e0:  6520 636f 6e74 656e 7473 206f 6620 7468  e.contents.of.th
+       0x08f0:  6520 6669 6c65 203c 5454 3e2f 7661 722f  e.file.<TT>/var/
+       0x0900:  7777 772f 666f 6f2f 6261 722f 696e 6465  www/foo/bar/inde
+       0x0910:  782e 6874 6d6c 3c2f 5454 3e0a 6966 2069  x.html</TT>.if.i
+       0x0920:  7420 6578 6973 7473 2028 6173 7375 6d69  t.exists.(assumi
+       0x0930:  6e67 2074 6861 7420 3c54 543e 2f76 6172  ng.that.<TT>/var
+       0x0940:  2f77 7777 3c2f 5454 3e20 6973 2079 6f75  /www</TT>.is.you
+       0x0950:  7220 3c54 543e 446f 6375 6d65 6e74 526f  r.<TT>DocumentRo
+       0x0960:  6f74 3c2f 5454 3e29 2e3c 2f4c 493e 0a0a  ot</TT>).</LI>..
+       0x0970:  3c4c 493e 0a55 7365 7220 6469 7265 6374  <LI>.User.direct
+       0x0980:  6f72 6965 7320 6172 6520 656e 6162 6c65  ories.are.enable
+       0x0990:  642c 2061 6e64 2075 7365 7220 646f 6375  d,.and.user.docu
+       0x09a0:  6d65 6e74 7320 7769 6c6c 2062 6520 6c6f  ments.will.be.lo
+       0x09b0:  6f6b 6564 2066 6f72 0a69 6e20 7468 6520  oked.for.in.the.
+       0x09c0:  3c54 543e 7075 626c 6963 5f68 746d 6c3c  <TT>public_html<
+       0x09d0:  2f54 543e 2064 6972 6563 746f 7279 206f  /TT>.directory.o
+       0x09e0:  6620 7468 6520 7573 6572 7327 2068 6f6d  f.the.users'.hom
+       0x09f0:  6573 2e20 2054 6865 7365 2064 6972 730a  es...These.dirs.
+       0x0a00:  7368 6f75 6c64 2062 6520 756e 6465 7220  should.be.under.
+       0x0a10:  3c54 543e 2f68 6f6d 653c 2f54 543e 2c20  <TT>/home</TT>,.
+       0x0a20:  616e 6420 7573 6572 7320 7769 6c6c 206e  and.users.will.n
+       0x0a30:  6f74 2062 6520 6162 6c65 2074 6f20 7379  ot.be.able.to.sy
+       0x0a40:  6d6c 696e 6b0a 746f 2066 696c 6573 2074  mlink.to.files.t
+       0x0a50:  6865 7920 646f 6e27 7420 6f77 6e2e 3c2f  hey.don't.own.</
+       0x0a60:  4c49 3e0a 0a3c 2f55 4c3e 0a41 6c6c 2074  LI>..</UL>.All.t
+       0x0a70:  6865 2073 7461 6e64 6172 6420 6170 6163  he.standard.apac
+       0x0a80:  6865 206d 6f64 756c 6573 2061 7265 2061  he.modules.are.a
+       0x0a90:  7661 696c 6162 6c65 2077 6974 6820 7468  vailable.with.th
+       0x0aa0:  6973 2072 656c 6561 7365 2061 6e64 2061  is.release.and.a
+       0x0ab0:  7265 0a6e 6f77 206d 616e 6167 6564 2077  re.now.managed.w
+       0x0ac0:  6974 6820 6465 6263 6f6e 662e 2020 5479  ith.debconf...Ty
+       0x0ad0:  7065 203c 5454 3e64 706b 672d 7265 636f  pe.<TT>dpkg-reco
+       0x0ae0:  6e66 6967 7572 6520 6170 6163 6865 3c2f  nfigure.apache</
+       0x0af0:  5454 3e20 746f 0a73 656c 6563 7420 7768  TT>.to.select.wh
+       0x0b00:  6963 6820 6d6f 6475 6c65 7320 796f 7520  ich.modules.you.
+       0x0b10:  7761 6e74 2065 6e61 626c 6564 2e20 204d  want.enabled...M
+       0x0b20:  616e 7920 6f74 6865 7220 6d6f 6475 6c65  any.other.module
+       0x0b30:  7320 6172 6520 6176 6169 6c61 626c 650a  s.are.available.
+       0x0b40:  7468 726f 7567 6820 7468 6520 4465 6269  through.the.Debi
+       0x0b50:  616e 2070 6163 6b61 6765 2073 7973 7465  an.package.syste
+       0x0b60:  6d20 7769 7468 2074 6865 206e 616d 6573  m.with.the.names
+       0x0b70:  203c 5454 3e6c 6962 6170 6163 6865 2d6d  .<TT>libapache-m
+       0x0b80:  6f64 2d2a 3c2f 5454 3e2e 0a49 6620 796f  od-*</TT>..If.yo
+       0x0b90:  7520 6e65 6564 2074 6f20 636f 6d70 696c  u.need.to.compil
+       0x0ba0:  6520 6120 6d6f 6475 6c65 2079 6f75 7273  e.a.module.yours
+       0x0bb0:  656c 662c 2079 6f75 2077 696c 6c20 6e65  elf,.you.will.ne
+       0x0bc0:  6564 2074 6f20 696e 7374 616c 6c20 7468  ed.to.install.th
+       0x0bd0:  650a 3c54 543e 6170 6163 6865 2d64 6576  e.<TT>apache-dev
+       0x0be0:  3c2f 5454 3e20 7061 636b 6167 652e 0a0a  </TT>.package...
+       0x0bf0:  3c50 3e4d 6f72 6520 646f 6375 6d65 6e74  <P>More.document
+       0x0c00:  6174 696f 6e20 6f6e 2041 7061 6368 6520  ation.on.Apache.
+       0x0c10:  6361 6e20 6265 2066 6f75 6e64 206f 6e3a  can.be.found.on:
+       0x0c20:  0a3c 554c 3e0a 3c4c 493e 0a54 6865 203c  .<UL>.<LI>.The.<
+       0x0c30:  4120 4852 4546 3d22 2f64 6f63 2f61 7061  A.HREF="/doc/apa
+       0x0c40:  6368 652d 646f 632f 6d61 6e75 616c 2f22  che-doc/manual/"
+       0x0c50:  3e41 7061 6368 6520 646f 6375 6d65 6e74  >Apache.document
+       0x0c60:  6174 696f 6e3c 2f41 3e20 7374 6f72 6564  ation</A>.stored
+       0x0c70:  206f 6e20 796f 7572 2073 6572 7665 722e  .on.your.server.
+       0x0c80:  3c2f 4c49 3e0a 0a3c 4c49 3e0a 5468 6520  </LI>..<LI>.The.
+       0x0c90:  3c41 2048 5245 463d 2268 7474 703a 2f2f  <A.HREF="http://
+       0x0ca0:  7777 772e 6170 6163 6865 2e6f 7267 2f22  www.apache.org/"
+       0x0cb0:  3e41 7061 6368 6520 5072 6f6a 6563 743c  >Apache.Project<
+       0x0cc0:  2f41 3e20 686f 6d65 2073 6974 652e 3c2f  /A>.home.site.</
+       0x0cd0:  4c49 3e0a 0a3c 4c49 3e0a 5468 6520 3c41  LI>..<LI>.The.<A
+       0x0ce0:  2048 5245 463d 2268 7474 703a 2f2f 7777  .HREF="http://ww
+       0x0cf0:  772e 6170 6163 6865 2d73 736c 2e6f 7267  w.apache-ssl.org
+       0x0d00:  2f22 3e41 7061 6368 652d 5353 4c3c 2f41  /">Apache-SSL</A
+       0x0d10:  3e20 686f 6d65 2073 6974 652e 3c2f 4c49  >.home.site.</LI
+       0x0d20:  3e0a 0a3c 4c49 3e0a 5468 6520 3c41 2048  >..<LI>.The.<A.H
+       0x0d30:  5245 463d 2268 7474 703a 2f2f 7065 726c  REF="http://perl
+       0x0d40:  2e61 7061 6368 652e 6f72 672f 223e 6d6f  .apache.org/">mo
+       0x0d50:  6420 7065 726c 3c2f 413e 2068 6f6d 6520  d.perl</A>.home.
+       0x0d60:  7369 7465 2e3c 2f4c 493e 0a0a 3c4c 493e  site.</LI>..<LI>
+       0x0d70:  0a54 6865 203c 4120 4852 4546 3d22 6874  .The.<A.HREF="ht
+       0x0d80:  7470 3a2f 2f77 7777 2e61 7061 6368 6577  tp://www.apachew
+       0x0d90:  6565 6b2e 636f 6d2f 223e 4170 6163 6865  eek.com/">Apache
+       0x0da0:  5765 656b 3c2f 413e 206e 6577 736c 6574  Week</A>.newslet
+       0x0db0:  7465 722e 3c2f 4c49 3e0a 0a3c 4c49 3e0a  ter.</LI>..<LI>.
+       0x0dc0:  5468 6520 3c41 2048 5245 463d 2268 7474  The.<A.HREF="htt
+       0x0dd0:  703a 2f2f 7777 772e 6465 6269 616e 2e6f  p://www.debian.o
+       0x0de0:  7267 2f64 6f63 2f22 3e44 6562 6961 6e20  rg/doc/">Debian.
+       0x0df0:  5072 6f6a 6563 740a 446f 6375 6d65 6e74  Project.Document
+       0x0e00:  6174 696f 6e3c 2f41 3e20 7768 6963 6820  ation</A>.which.
+       0x0e10:  636f 6e74 6169 6e73 2048 4f57 544f 732c  contains.HOWTOs,
+       0x0e20:  2046 4151 732c 2061 6e64 2073 6f66 7477  .FAQs,.and.softw
+       0x0e30:  6172 6520 7570 6461 7465 732e 3c2f 4c49  are.updates.</LI
+       0x0e40:  3e0a 3c2f 554c 3e0a 0a3c 503e 596f 7520  >.</UL>..<P>You.
+       0x0e50:  6361 6e20 616c 736f 2063 6f6e 7375 6c74  can.also.consult
+       0x0e60:  2074 6865 206c 6973 7420 6f66 203c 4120  .the.list.of.<A.
+       0x0e70:  4852 4546 3d22 6874 7470 3a2f 2f77 7777  HREF="http://www
+       0x0e80:  2e62 6f75 7465 6c6c 2e63 6f6d 2f66 6171  .boutell.com/faq
+       0x0e90:  2f22 3e57 6f72 6c64 0a57 6964 6520 5765  /">World.Wide.We
+       0x0ea0:  6220 4672 6571 7565 6e74 6c79 2041 736b  b.Frequently.Ask
+       0x0eb0:  6564 2051 7565 7374 696f 6e73 3c2f 413e  ed.Questions</A>
+       0x0ec0:  2066 6f72 2069 6e66 6f72 6d61 7469 6f6e  .for.information
+       0x0ed0:  2e0a 0a3c 4832 3e4c 6574 206f 7468 6572  ...<H2>Let.other
+       0x0ee0:  2070 656f 706c 6520 6b6e 6f77 2061 626f  .people.know.abo
+       0x0ef0:  7574 2074 6869 7320 7365 7276 6572 3c2f  ut.this.server</
+       0x0f00:  4832 3e0a 0a3c 4120 4852 4546 3d22 6874  H2>..<A.HREF="ht
+       0x0f10:  7470 3a2f 2f6e 6574 6372 6166 742e 636f  tp://netcraft.co
+       0x0f20:  6d2f 223e 4e65 7463 7261 6674 3c2f 413e  m/">Netcraft</A>
+       0x0f30:  2070 726f 7669 6465 7320 616e 2069 6e74  .provides.an.int
+       0x0f40:  6572 6573 7469 6e67 2066 7265 650a 7365  eresting.free.se
+       0x0f50:  7276 6963 6520 666f 7220 7765 6220 7369  rvice.for.web.si
+       0x0f60:  7465 206d 6f6e 6974 6f72 696e 6720 616e  te.monitoring.an
+       0x0f70:  6420 7374 6174 6973 7469 6320 636f 6c6c  d.statistic.coll
+       0x0f80:  6563 7469 6f6e 2e0a 596f 7520 6361 6e20  ection..You.can.
+       0x0f90:  6c65 7420 7468 656d 206b 6e6f 7720 6162  let.them.know.ab
+       0x0fa0:  6f75 7420 796f 7572 2073 6572 7665 7220  out.your.server.
+       0x0fb0:  7573 696e 6720 7468 6569 720a 3c41 2048  using.their.<A.H
+       0x0fc0:  5245 463d 2268 7474 703a 2f2f 7570 7469  REF="http://upti
+       0x0fd0:  6d65 2e6e 6574 6372 6166 742e 636f 6d2f  me.netcraft.com/
+       0x0fe0:  223e 696e 7465 7266 6163 653c 2f41 3e2e  ">interface</A>.
+       0x0ff0:  0a45 6e61 626c 696e 6720 7468 6520 6d6f  .Enabling.the.mo
+       0x1000:  6e69 746f 7269 6e67 206f 6620 796f 7572  nitoring.of.your
+       0x1010:  2073 6572 7665 7220 7769 6c6c 2070 726f  .server.will.pro
+       0x1020:  7669 6465 2061 2062 6574 7465 7220 676c  vide.a.better.gl
+       0x1030:  6f62 616c 206f 7665 7276 6965 770a 6f66  obal.overview.of
+       0x1040:  2077 686f 2069 7320 7573 696e 6720 7768  .who.is.using.wh
+       0x1050:  6174 2061 6e64 2077 6865 7265 2c20 616e  at.and.where,.an
+       0x1060:  6420 6974 2077 6f75 6c64 2067 6976 6520  d.it.would.give.
+       0x1070:  4465 6269 616e 2061 2062 6574 7465 720a  Debian.a.better.
+       0x1080:  6f76 6572 7669 6577 206f 6620 7468 6520  overview.of.the.
+       0x1090:  6170 6163 6865 2070 6163 6b61 6765 2075  apache.package.u
+       0x10a0:  7361 6765 2e0a 0a3c 4832 3e41 626f 7574  sage...<H2>About
+       0x10b0:  2074 6869 7320 7061 6765 3c2f 4832 3e0a  .this.page</H2>.
+       0x10c0:  0a3c 494d 4720 414c 4947 4e3d 2272 6967  .<IMG.ALIGN="rig
+       0x10d0:  6874 2220 414c 543d 2222 2048 4549 4748  ht".ALT="".HEIGH
+       0x10e0:  543d 2232 3437 2220 5749 4454 483d 2232  T="247".WIDTH="2
+       0x10f0:  3738 2220 5352 433d 2269 636f 6e73 2f6a  78".SRC="icons/j
+       0x1100:  6865 3036 312e 706e 6722 3e0a 0a3c 503e  he061.png">..<P>
+       0x1110:  5468 6973 2069 7320 6120 706c 6163 6568  This.is.a.placeh
+       0x1120:  6f6c 6465 7220 7061 6765 2069 6e73 7461  older.page.insta
+       0x1130:  6c6c 6564 2062 7920 7468 6520 3c41 0a48  lled.by.the.<A.H
+       0x1140:  5245 463d 2268 7474 703a 2f2f 7777 772e  REF="http://www.
+       0x1150:  6465 6269 616e 2e6f 7267 2f22 3e44 6562  debian.org/">Deb
+       0x1160:  6961 6e3c 2f41 3e0a 7265 6c65 6173 6520  ian</A>.release.
+       0x1170:  6f66 2074 6865 2061 7061 6368 6520 5765  of.the.apache.We
+       0x1180:  6220 7365 7276 6572 2070 6163 6b61 6765  b.server.package
+       0x1190:  2e0a 0a3c 503e 5468 6973 2063 6f6d 7075  ...<P>This.compu
+       0x11a0:  7465 7220 6861 7320 696e 7374 616c 6c65  ter.has.installe
+       0x11b0:  6420 7468 6520 4465 6269 616e 2047 4e55  d.the.Debian.GNU
+       0x11c0:  2f4c 696e 7578 206f 7065 7261 7469 6e67  /Linux.operating
+       0x11d0:  2073 7973 7465 6d2c 0a62 7574 2069 7420  .system,.but.it.
+       0x11e0:  6861 7320 3c73 7472 6f6e 673e 6e6f 7468  has.<strong>noth
+       0x11f0:  696e 6720 746f 2064 6f20 7769 7468 2074  ing.to.do.with.t
+       0x1200:  6865 2044 6562 6961 6e0a 5072 6f6a 6563  he.Debian.Projec
+       0x1210:  743c 2f73 7472 6f6e 673e 2e20 506c 6561  t</strong>..Plea
+       0x1220:  7365 2064 6f20 3c73 7472 6f6e 673e 6e6f  se.do.<strong>no
+       0x1230:  743c 2f73 7472 6f6e 673e 2063 6f6e 7461  t</strong>.conta
+       0x1240:  6374 2074 6865 2044 6562 6961 6e0a 5072  ct.the.Debian.Pr
+       0x1250:  6f6a 6563 7420 6162 6f75 7420 6974 2e3c  oject.about.it.<
+       0x1260:  2f50 3e0a 0a3c 503e 4966 2079 6f75 2066  /P>..<P>If.you.f
+       0x1270:  696e 6420 6120 6275 6720 696e 2074 6869  ind.a.bug.in.thi
+       0x1280:  7320 6170 6163 6865 2070 6163 6b61 6765  s.apache.package
+       0x1290:  2c20 6f72 2069 6e20 4170 6163 6865 2069  ,.or.in.Apache.i
+       0x12a0:  7473 656c 662c 0a70 6c65 6173 6520 6669  tself,.please.fi
+       0x12b0:  6c65 2061 2062 7567 2072 6570 6f72 7420  le.a.bug.report.
+       0x12c0:  6f6e 2069 742e 2020 496e 7374 7275 6374  on.it...Instruct
+       0x12d0:  696f 6e73 206f 6e20 646f 696e 6720 7468  ions.on.doing.th
+       0x12e0:  6973 2c20 616e 6420 7468 650a 6c69 7374  is,.and.the.list
+       0x12f0:  206f 6620 3c41 2048 5245 463d 2268 7474  .of.<A.HREF="htt
+       0x1300:  703a 2f2f 6275 6773 2e64 6562 6961 6e2e  p://bugs.debian.
+       0x1310:  6f72 672f 7372 633a 6170 6163 6865 223e  org/src:apache">
+       0x1320:  6b6e 6f77 6e20 6275 6773 3c2f 413e 206f  known.bugs</A>.o
+       0x1330:  6620 7468 6973 0a70 6163 6b61 6765 2c20  f.this.package,.
+       0x1340:  6361 6e20 6265 2066 6f75 6e64 2069 6e20  can.be.found.in.
+       0x1350:  7468 6520 0a3c 4120 4852 4546 3d22 6874  the..<A.HREF="ht
+       0x1360:  7470 3a2f 2f77 7777 2e64 6562 6961 6e2e  tp://www.debian.
+       0x1370:  6f72 672f 4275 6773 2f52 6570 6f72 7469  org/Bugs/Reporti
+       0x1380:  6e67 223e 4465 6269 616e 2042 7567 2054  ng">Debian.Bug.T
+       0x1390:  7261 636b 696e 6720 5379 7374 656d 3c2f  racking.System</
+       0x13a0:  413e 2e0a 0a3c 503e 5468 616e 6b73 2066  A>...<P>Thanks.f
+       0x13b0:  6f72 2075 7369 6e67 2074 6869 7320 7061  or.using.this.pa
+       0x13c0:  636b 6167 652c 2061 6e64 2063 6f6e 6772  ckage,.and.congr
+       0x13d0:  6174 756c 6174 696f 6e73 2066 6f72 2079  atulations.for.y
+       0x13e0:  6f75 7220 6368 6f69 6365 206f 660a 6120  our.choice.of.a.
+       0x13f0:  4465 6269 616e 2073 7973 7465 6d21 3c2f  Debian.system!</
+       0x1400:  503e 0a0a 3c44 4956 2061 6c69 676e 3d22  P>..<DIV.align="
+       0x1410:  6365 6e74 6572 223e 0a3c 6120 6872 6566  center">.<a.href
+       0x1420:  3d22 6874 7470 3a2f 2f77 7777 2e64 6562  ="http://www.deb
+       0x1430:  6961 6e2e 6f72 672f 223e 0a3c 494d 4720  ian.org/">.<IMG.
+       0x1440:  616c 6967 6e3d 226d 6964 646c 6522 2068  align="middle".h
+       0x1450:  6569 6768 743d 2233 3022 2077 6964 7468  eight="30".width
+       0x1460:  3d22 3235 2220 7372 633d 2269 636f 6e73  ="25".src="icons
+       0x1470:  2f64 6562 6961 6e2f 6f70 656e 6c6f 676f  /debian/openlogo
+       0x1480:  2d32 352e 6a70 6722 2061 6c74 3d22 4465  -25.jpg".alt="De
+       0x1490:  6269 616e 223e 0a3c 2f61 3e0a 3c61 2068  bian">.</a>.<a.h
+       0x14a0:  7265 663d 2268 7474 703a 2f2f 7777 772e  ref="http://www.
+       0x14b0:  6170 6163 6865 2e6f 7267 2f22 3e0a 3c49  apache.org/">.<I
+       0x14c0:  4d47 2061 6c69 676e 3d22 6d69 6464 6c65  MG.align="middle
+       0x14d0:  2220 6865 6967 6874 3d22 3332 2220 7769  ".height="32".wi
+       0x14e0:  6474 683d 2232 3539 2220 7372 633d 2269  dth="259".src="i
+       0x14f0:  636f 6e73 2f61 7061 6368 655f 7062 2e70  cons/apache_pb.p
+       0x1500:  6e67 2220 616c 743d 2241 7061 6368 6522  ng".alt="Apache"
+       0x1510:  3e0a 3c2f 613e 0a3c 2f44 4956 3e0a 0a3c  >.</a>.</DIV>..<
+       0x1520:  212d 2d0a 2020 5468 6973 2070 6167 6520  !--...This.page.
+       0x1530:  7761 7320 696e 6974 6961 6c6c 7920 6372  was.initially.cr
+       0x1540:  6561 7465 6420 6279 204a 6f68 6e69 6520  eated.by.Johnie.
+       0x1550:  496e 6772 616d 2028 6874 7470 3a2f 2f6e  Ingram.(http://n
+       0x1560:  6574 676f 642e 6e65 742f 290a 2020 4974  etgod.net/)...It
+       0x1570:  2077 6173 206c 6174 6572 2065 6469 7465  .was.later.edite
+       0x1580:  6420 6279 204d 6174 7468 6577 2057 696c  d.by.Matthew.Wil
+       0x1590:  636f 7820 616e 6420 4a6f 7369 7020 526f  cox.and.Josip.Ro
+       0x15a0:  6469 6e2e 0a20 204c 6173 7420 6d6f 6469  din....Last.modi
+       0x15b0:  6669 6564 3a20 2444 6174 653a 2032 3030  fied:.$Date:.200
+       0x15c0:  342f 3036 2f32 3020 3135 3a33 333a 3537  4/06/20.15:33:57
+       0x15d0:  2024 2e0a 2020 2d2d 3e0a 0a3c 2f42 4f44  .$....-->..</BOD
+       0x15e0:  593e 0a3c 2f48 544d 4c3e 0a              Y>.</HTML>.
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+       0x0000:  4500 0034 1b6e 4000 4006 2154 7f00 0001  E..4.n@.@.!T....
+       0x0010:  7f00 0001 da70 0050 3758 8a49 377a a3a9  .....p.P7X.I7z..
+       0x0020:  8010 305f 10ea 0000 0101 080a 4ddc 9219  ..0_........M...
+       0x0030:  4ddc 9219                                M...
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+       0x0000:  4500 0034 1b70 4000 4006 2152 7f00 0001  E..4.p@.@.!R....
+       0x0010:  7f00 0001 da70 0050 3758 8a49 377a a3a9  .....p.P7X.I7z..
+       0x0020:  8011 305f 0be1 0000 0101 080a 4ddc 9721  ..0_........M..!
+       0x0030:  4ddc 9219                                M...
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+       0x0000:  4500 0034 1fe8 4000 4006 1cda 7f00 0001  E..4..@.@.......
+       0x0010:  7f00 0001 0050 da70 377a a3a9 3758 8a4a  .....P.p7z..7X.J
+       0x0020:  8011 2000 1735 0000 0101 080a 4ddc 9723  .....5......M..#
+       0x0030:  4ddc 9721                                M..!
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+       0x0000:  4500 0034 1b72 4000 4006 2150 7f00 0001  E..4.r@.@.!P....
+       0x0010:  7f00 0001 da70 0050 3758 8a4a 377a a3aa  .....p.P7X.J7z..
+       0x0020:  8010 305f 06d4 0000 0101 080a 4ddc 9723  ..0_........M..#
+       0x0030:  4ddc 9723                                M..#
diff --git a/tests/print-XX.out b/tests/print-XX.out
new file mode 100644 (file)
index 0000000..7c57e0c
--- /dev/null
@@ -0,0 +1,419 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  003c 1b68 4000 4006 2152 7f00 0001 7f00  .<.h@.@.!R......
+       0x0020:  0001 da70 0050 3758 897e 0000 0000 a002  ...p.P7X.~......
+       0x0030:  7fff 1421 0000 0204 400c 0402 080a 4ddc  [email protected].
+       0x0040:  9216 0000 0000 0103 0302                 ..........
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  003c 0000 4000 4006 3cba 7f00 0001 7f00  .<..@.@.<.......
+       0x0020:  0001 0050 da70 377a 8df1 3758 897f a012  ...P.p7z..7X....
+       0x0030:  7fff 6eb1 0000 0204 400c 0402 080a 4ddc  [email protected].
+       0x0040:  9216 4ddc 9216 0103 0302                 ..M.......
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1b6a 4000 4006 2158 7f00 0001 7f00  .4.j@.@.!X......
+       0x0020:  0001 da70 0050 3758 897f 377a 8df2 8010  ...p.P7X..7z....
+       0x0030:  2000 37d0 0000 0101 080a 4ddc 9216 4ddc  ..7.......M...M.
+       0x0040:  9216                                     ..
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  00fe 1b6c 4000 4006 208c 7f00 0001 7f00  ...l@.@.........
+       0x0020:  0001 da70 0050 3758 897f 377a 8df2 8018  ...p.P7X..7z....
+       0x0030:  2000 fef2 0000 0101 080a 4ddc 9217 4ddc  ..........M...M.
+       0x0040:  9216 4745 5420 2f20 4854 5450 2f31 2e31  ..GET./.HTTP/1.1
+       0x0050:  0d0a 486f 7374 3a20 6c6f 6361 6c68 6f73  ..Host:.localhos
+       0x0060:  740d 0a55 7365 722d 4167 656e 743a 2045  t..User-Agent:.E
+       0x0070:  4c69 6e6b 732f 302e 3130 2e34 2d37 2d64  Links/0.10.4-7-d
+       0x0080:  6562 6961 6e20 2874 6578 746d 6f64 653b  ebian.(textmode;
+       0x0090:  204c 696e 7578 2032 2e36 2e31 312d 312d  .Linux.2.6.11-1-
+       0x00a0:  3638 362d 736d 7020 6936 3836 3b20 3133  686-smp.i686;.13
+       0x00b0:  3278 3536 2d32 290d 0a41 6363 6570 743a  2x56-2)..Accept:
+       0x00c0:  202a 2f2a 0d0a 4163 6365 7074 2d45 6e63  .*/*..Accept-Enc
+       0x00d0:  6f64 696e 673a 2067 7a69 700d 0a41 6363  oding:.gzip..Acc
+       0x00e0:  6570 742d 4c61 6e67 7561 6765 3a20 656e  ept-Language:.en
+       0x00f0:  0d0a 436f 6e6e 6563 7469 6f6e 3a20 4b65  ..Connection:.Ke
+       0x0100:  6570 2d41 6c69 7665 0d0a 0d0a            ep-Alive....
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1fe4 4000 4006 1cde 7f00 0001 7f00  .4..@.@.........
+       0x0020:  0001 0050 da70 377a 8df2 3758 8a49 8010  ...P.p7z..7X.I..
+       0x0030:  2000 3703 0000 0101 080a 4ddc 9218 4ddc  ..7.......M...M.
+       0x0040:  9217                                     ..
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  15eb 1fe6 4000 4006 0725 7f00 0001 7f00  ....@.@..%......
+       0x0020:  0001 0050 da70 377a 8df2 3758 8a49 8018  ...P.p7z..7X.I..
+       0x0030:  2000 13e0 0000 0101 080a 4ddc 9219 4ddc  ..........M...M.
+       0x0040:  9217 4854 5450 2f31 2e31 2032 3030 204f  ..HTTP/1.1.200.O
+       0x0050:  4b0d 0a44 6174 653a 2057 6564 2c20 3036  K..Date:.Wed,.06
+       0x0060:  204a 756c 2032 3030 3520 3033 3a35 373a  .Jul.2005.03:57:
+       0x0070:  3335 2047 4d54 0d0a 5365 7276 6572 3a20  35.GMT..Server:.
+       0x0080:  4170 6163 6865 2f31 2e33 2e33 330d 0a4c  Apache/1.3.33..L
+       0x0090:  6173 742d 4d6f 6469 6669 6564 3a20 5375  ast-Modified:.Su
+       0x00a0:  6e2c 2031 3520 4175 6720 3230 3034 2030  n,.15.Aug.2004.0
+       0x00b0:  303a 3433 3a34 3120 474d 540d 0a45 5461  0:43:41.GMT..ETa
+       0x00c0:  673a 2022 3665 3830 6630 2d31 3438 612d  g:."6e80f0-148a-
+       0x00d0:  3431 3165 6231 6264 220d 0a41 6363 6570  411eb1bd"..Accep
+       0x00e0:  742d 5261 6e67 6573 3a20 6279 7465 730d  t-Ranges:.bytes.
+       0x00f0:  0a43 6f6e 7465 6e74 2d4c 656e 6774 683a  .Content-Length:
+       0x0100:  2035 3235 380d 0a4b 6565 702d 416c 6976  .5258..Keep-Aliv
+       0x0110:  653a 2074 696d 656f 7574 3d31 352c 206d  e:.timeout=15,.m
+       0x0120:  6178 3d31 3030 0d0a 436f 6e6e 6563 7469  ax=100..Connecti
+       0x0130:  6f6e 3a20 4b65 6570 2d41 6c69 7665 0d0a  on:.Keep-Alive..
+       0x0140:  436f 6e74 656e 742d 5479 7065 3a20 7465  Content-Type:.te
+       0x0150:  7874 2f68 746d 6c3b 2063 6861 7273 6574  xt/html;.charset
+       0x0160:  3d69 736f 2d38 3835 392d 310d 0a0d 0a3c  =iso-8859-1....<
+       0x0170:  2144 4f43 5459 5045 2048 544d 4c20 5055  !DOCTYPE.HTML.PU
+       0x0180:  424c 4943 2022 2d2f 2f57 3343 2f2f 4454  BLIC."-//W3C//DT
+       0x0190:  4420 4854 4d4c 2034 2e30 3120 5472 616e  D.HTML.4.01.Tran
+       0x01a0:  7369 7469 6f6e 616c 2f2f 454e 223e 0a3c  sitional//EN">.<
+       0x01b0:  4854 4d4c 3e0a 3c48 4541 443e 0a20 2020  HTML>.<HEAD>....
+       0x01c0:  3c4d 4554 4120 4854 5450 2d45 5155 4956  <META.HTTP-EQUIV
+       0x01d0:  3d22 436f 6e74 656e 742d 5479 7065 2220  ="Content-Type".
+       0x01e0:  434f 4e54 454e 543d 2274 6578 742f 6874  CONTENT="text/ht
+       0x01f0:  6d6c 3b20 6368 6172 7365 743d 6973 6f2d  ml;.charset=iso-
+       0x0200:  3838 3539 2d31 223e 0a20 2020 3c4d 4554  8859-1">....<MET
+       0x0210:  4120 4e41 4d45 3d22 4465 7363 7269 7074  A.NAME="Descript
+       0x0220:  696f 6e22 2043 4f4e 5445 4e54 3d22 5468  ion".CONTENT="Th
+       0x0230:  6520 696e 6974 6961 6c20 696e 7374 616c  e.initial.instal
+       0x0240:  6c61 7469 6f6e 206f 6620 4465 6269 616e  lation.of.Debian
+       0x0250:  2061 7061 6368 652e 223e 0a20 2020 3c54  .apache.">....<T
+       0x0260:  4954 4c45 3e50 6c61 6365 686f 6c64 6572  ITLE>Placeholder
+       0x0270:  2070 6167 653c 2f54 4954 4c45 3e0a 3c2f  .page</TITLE>.</
+       0x0280:  4845 4144 3e0a 3c42 4f44 5920 5445 5854  HEAD>.<BODY.TEXT
+       0x0290:  3d22 2330 3030 3030 3022 2042 4743 4f4c  ="#000000".BGCOL
+       0x02a0:  4f52 3d22 2346 4646 4646 4622 204c 494e  OR="#FFFFFF".LIN
+       0x02b0:  4b3d 2223 3030 3030 4546 2220 564c 494e  K="#0000EF".VLIN
+       0x02c0:  4b3d 2223 3535 3138 3841 2220 414c 494e  K="#55188A".ALIN
+       0x02d0:  4b3d 2223 4646 3030 3030 223e 0a0a 3c48  K="#FF0000">..<H
+       0x02e0:  313e 506c 6163 6568 6f6c 6465 7220 7061  1>Placeholder.pa
+       0x02f0:  6765 3c2f 4831 3e0a 3c48 323e 4966 2079  ge</H1>.<H2>If.y
+       0x0300:  6f75 2061 7265 206a 7573 7420 6272 6f77  ou.are.just.brow
+       0x0310:  7369 6e67 2074 6865 2077 6562 3c2f 6832  sing.the.web</h2
+       0x0320:  3e0a 0a3c 503e 5468 6520 6f77 6e65 7220  >..<P>The.owner.
+       0x0330:  6f66 2074 6869 7320 7765 6220 7369 7465  of.this.web.site
+       0x0340:  2068 6173 206e 6f74 2070 7574 2075 7020  .has.not.put.up.
+       0x0350:  616e 7920 7765 6220 7061 6765 7320 7965  any.web.pages.ye
+       0x0360:  742e 0a50 6c65 6173 6520 636f 6d65 2062  t..Please.come.b
+       0x0370:  6163 6b20 6c61 7465 722e 3c2f 503e 0a0a  ack.later.</P>..
+       0x0380:  3c50 3e3c 534d 414c 4c3e 3c43 4954 453e  <P><SMALL><CITE>
+       0x0390:  4d6f 7665 2061 6c6f 6e67 2c20 6e6f 7468  Move.along,.noth
+       0x03a0:  696e 6720 746f 2073 6565 2068 6572 652e  ing.to.see.here.
+       0x03b0:  2e2e 3c2f 4349 5445 3e20 3a2d 293c 2f53  ..</CITE>.:-)</S
+       0x03c0:  4d41 4c4c 3e3c 2f50 3e0a 0a3c 4832 3e49  MALL></P>..<H2>I
+       0x03d0:  6620 796f 7520 6172 6520 7472 7969 6e67  f.you.are.trying
+       0x03e0:  2074 6f20 6c6f 6361 7465 2074 6865 2061  .to.locate.the.a
+       0x03f0:  646d 696e 6973 7472 6174 6f72 206f 6620  dministrator.of.
+       0x0400:  7468 6973 206d 6163 6869 6e65 3c2f 4832  this.machine</H2
+       0x0410:  3e0a 0a3c 503e 4966 2079 6f75 2077 616e  >..<P>If.you.wan
+       0x0420:  7420 746f 2072 6570 6f72 7420 736f 6d65  t.to.report.some
+       0x0430:  7468 696e 6720 6162 6f75 7420 7468 6973  thing.about.this
+       0x0440:  2068 6f73 7427 7320 6265 6861 7669 6f72  .host's.behavior
+       0x0450:  2c20 706c 6561 7365 0a63 6f6e 7461 6374  ,.please.contact
+       0x0460:  2074 6865 2049 6e74 6572 6e65 7420 5365  .the.Internet.Se
+       0x0470:  7276 6963 6520 5072 6f76 6964 6572 2028  rvice.Provider.(
+       0x0480:  4953 5029 2069 6e76 6f6c 7665 6420 6469  ISP).involved.di
+       0x0490:  7265 6374 6c79 2e3c 2f50 3e0a 0a3c 503e  rectly.</P>..<P>
+       0x04a0:  5365 6520 7468 6520 3c41 2068 7265 663d  See.the.<A.href=
+       0x04b0:  2268 7474 703a 2f2f 7777 772e 6162 7573  "http://www.abus
+       0x04c0:  652e 6e65 742f 223e 4e65 7477 6f72 6b20  e.net/">Network.
+       0x04d0:  4162 7573 650a 436c 6561 7269 6e67 686f  Abuse.Clearingho
+       0x04e0:  7573 653c 2f41 3e20 666f 7220 686f 7720  use</A>.for.how.
+       0x04f0:  746f 2064 6f20 7468 6973 2e3c 2f50 3e0a  to.do.this.</P>.
+       0x0500:  0a3c 4832 3e49 6620 796f 7520 6172 6520  .<H2>If.you.are.
+       0x0510:  7468 6520 6164 6d69 6e69 7374 7261 746f  the.administrato
+       0x0520:  7220 6f66 2074 6869 7320 6d61 6368 696e  r.of.this.machin
+       0x0530:  653c 2f48 323e 0a0a 3c50 3e54 6865 2069  e</H2>..<P>The.i
+       0x0540:  6e69 7469 616c 2069 6e73 7461 6c6c 6174  nitial.installat
+       0x0550:  696f 6e20 6f66 203c 4120 6872 6566 3d22  ion.of.<A.href="
+       0x0560:  6874 7470 3a2f 2f77 7777 2e64 6562 6961  http://www.debia
+       0x0570:  6e2e 6f72 672f 223e 4465 6269 616e 2773  n.org/">Debian's
+       0x0580:  0a61 7061 6368 653c 2f41 3e20 7765 6220  .apache</A>.web.
+       0x0590:  7365 7276 6572 2070 6163 6b61 6765 2077  server.package.w
+       0x05a0:  6173 2073 7563 6365 7373 6675 6c2e 3c2f  as.successful.</
+       0x05b0:  503e 0a0a 3c50 3e3c 5354 524f 4e47 3e59  P>..<P><STRONG>Y
+       0x05c0:  6f75 2073 686f 756c 6420 7265 706c 6163  ou.should.replac
+       0x05d0:  6520 7468 6973 2070 6167 6520 7769 7468  e.this.page.with
+       0x05e0:  2079 6f75 7220 6f77 6e20 7765 6220 7061  .your.own.web.pa
+       0x05f0:  6765 7320 6173 0a73 6f6f 6e20 6173 2070  ges.as.soon.as.p
+       0x0600:  6f73 7369 626c 652e 3c2f 5354 524f 4e47  ossible.</STRONG
+       0x0610:  3e3c 2f50 3e0a 0a3c 503e 556e 6c65 7373  ></P>..<P>Unless
+       0x0620:  2079 6f75 2063 6861 6e67 6564 2069 7473  .you.changed.its
+       0x0630:  2063 6f6e 6669 6775 7261 7469 6f6e 2c20  .configuration,.
+       0x0640:  796f 7572 206e 6577 2073 6572 7665 7220  your.new.server.
+       0x0650:  6973 2063 6f6e 6669 6775 7265 6420 6173  is.configured.as
+       0x0660:  2066 6f6c 6c6f 7773 3a0a 3c55 4c3e 0a3c  .follows:.<UL>.<
+       0x0670:  4c49 3e0a 436f 6e66 6967 7572 6174 696f  LI>.Configuratio
+       0x0680:  6e20 6669 6c65 7320 6361 6e20 6265 2066  n.files.can.be.f
+       0x0690:  6f75 6e64 2069 6e20 3c54 543e 2f65 7463  ound.in.<TT>/etc
+       0x06a0:  2f61 7061 6368 653c 2f54 543e 2e3c 2f4c  /apache</TT>.</L
+       0x06b0:  493e 0a0a 3c4c 493e 0a54 6865 203c 5454  I>..<LI>.The.<TT
+       0x06c0:  3e44 6f63 756d 656e 7452 6f6f 743c 2f54  >DocumentRoot</T
+       0x06d0:  543e 2c20 7768 6963 6820 6973 2074 6865  T>,.which.is.the
+       0x06e0:  2064 6972 6563 746f 7279 2075 6e64 6572  .directory.under
+       0x06f0:  2077 6869 6368 2061 6c6c 2079 6f75 720a  .which.all.your.
+       0x0700:  4854 4d4c 2066 696c 6573 2073 686f 756c  HTML.files.shoul
+       0x0710:  6420 6578 6973 742c 2069 7320 7365 7420  d.exist,.is.set.
+       0x0720:  746f 203c 5454 3e2f 7661 722f 7777 773c  to.<TT>/var/www<
+       0x0730:  2f54 543e 2e3c 2f4c 493e 0a0a 3c4c 493e  /TT>.</LI>..<LI>
+       0x0740:  0a43 4749 2073 6372 6970 7473 2061 7265  .CGI.scripts.are
+       0x0750:  206c 6f6f 6b65 6420 666f 7220 696e 203c  .looked.for.in.<
+       0x0760:  5454 3e2f 7573 722f 6c69 622f 6367 692d  TT>/usr/lib/cgi-
+       0x0770:  6269 6e3c 2f54 543e 2c20 7768 6963 6820  bin</TT>,.which.
+       0x0780:  6973 2077 6865 7265 0a44 6562 6961 6e20  is.where.Debian.
+       0x0790:  7061 636b 6167 6573 2077 696c 6c20 706c  packages.will.pl
+       0x07a0:  6163 6520 7468 6569 7220 7363 7269 7074  ace.their.script
+       0x07b0:  732e 3c2f 4c49 3e0a 0a3c 4c49 3e0a 4c6f  s.</LI>..<LI>.Lo
+       0x07c0:  6720 6669 6c65 7320 6172 6520 706c 6163  g.files.are.plac
+       0x07d0:  6564 2069 6e20 3c54 543e 2f76 6172 2f6c  ed.in.<TT>/var/l
+       0x07e0:  6f67 2f61 7061 6368 653c 2f54 543e 2c20  og/apache</TT>,.
+       0x07f0:  616e 6420 7769 6c6c 2062 6520 726f 7461  and.will.be.rota
+       0x0800:  7465 640a 7765 656b 6c79 2e20 2054 6865  ted.weekly...The
+       0x0810:  2066 7265 7175 656e 6379 206f 6620 726f  .frequency.of.ro
+       0x0820:  7461 7469 6f6e 2063 616e 2062 6520 6561  tation.can.be.ea
+       0x0830:  7369 6c79 2063 6861 6e67 6564 2062 7920  sily.changed.by.
+       0x0840:  6564 6974 696e 670a 3c54 543e 2f65 7463  editing.<TT>/etc
+       0x0850:  2f6c 6f67 726f 7461 7465 2e64 2f61 7061  /logrotate.d/apa
+       0x0860:  6368 653c 2f54 543e 2e3c 2f4c 493e 0a0a  che</TT>.</LI>..
+       0x0870:  3c4c 493e 0a54 6865 2064 6566 6175 6c74  <LI>.The.default
+       0x0880:  2064 6972 6563 746f 7279 2069 6e64 6578  .directory.index
+       0x0890:  2069 7320 3c54 543e 696e 6465 782e 6874  .is.<TT>index.ht
+       0x08a0:  6d6c 3c2f 5454 3e2c 206d 6561 6e69 6e67  ml</TT>,.meaning
+       0x08b0:  2074 6861 7420 7265 7175 6573 7473 0a66  .that.requests.f
+       0x08c0:  6f72 2061 2064 6972 6563 746f 7279 203c  or.a.directory.<
+       0x08d0:  5454 3e2f 666f 6f2f 6261 722f 3c2f 5454  TT>/foo/bar/</TT
+       0x08e0:  3e20 7769 6c6c 2067 6976 6520 7468 6520  >.will.give.the.
+       0x08f0:  636f 6e74 656e 7473 206f 6620 7468 6520  contents.of.the.
+       0x0900:  6669 6c65 203c 5454 3e2f 7661 722f 7777  file.<TT>/var/ww
+       0x0910:  772f 666f 6f2f 6261 722f 696e 6465 782e  w/foo/bar/index.
+       0x0920:  6874 6d6c 3c2f 5454 3e0a 6966 2069 7420  html</TT>.if.it.
+       0x0930:  6578 6973 7473 2028 6173 7375 6d69 6e67  exists.(assuming
+       0x0940:  2074 6861 7420 3c54 543e 2f76 6172 2f77  .that.<TT>/var/w
+       0x0950:  7777 3c2f 5454 3e20 6973 2079 6f75 7220  ww</TT>.is.your.
+       0x0960:  3c54 543e 446f 6375 6d65 6e74 526f 6f74  <TT>DocumentRoot
+       0x0970:  3c2f 5454 3e29 2e3c 2f4c 493e 0a0a 3c4c  </TT>).</LI>..<L
+       0x0980:  493e 0a55 7365 7220 6469 7265 6374 6f72  I>.User.director
+       0x0990:  6965 7320 6172 6520 656e 6162 6c65 642c  ies.are.enabled,
+       0x09a0:  2061 6e64 2075 7365 7220 646f 6375 6d65  .and.user.docume
+       0x09b0:  6e74 7320 7769 6c6c 2062 6520 6c6f 6f6b  nts.will.be.look
+       0x09c0:  6564 2066 6f72 0a69 6e20 7468 6520 3c54  ed.for.in.the.<T
+       0x09d0:  543e 7075 626c 6963 5f68 746d 6c3c 2f54  T>public_html</T
+       0x09e0:  543e 2064 6972 6563 746f 7279 206f 6620  T>.directory.of.
+       0x09f0:  7468 6520 7573 6572 7327 2068 6f6d 6573  the.users'.homes
+       0x0a00:  2e20 2054 6865 7365 2064 6972 730a 7368  ...These.dirs.sh
+       0x0a10:  6f75 6c64 2062 6520 756e 6465 7220 3c54  ould.be.under.<T
+       0x0a20:  543e 2f68 6f6d 653c 2f54 543e 2c20 616e  T>/home</TT>,.an
+       0x0a30:  6420 7573 6572 7320 7769 6c6c 206e 6f74  d.users.will.not
+       0x0a40:  2062 6520 6162 6c65 2074 6f20 7379 6d6c  .be.able.to.syml
+       0x0a50:  696e 6b0a 746f 2066 696c 6573 2074 6865  ink.to.files.the
+       0x0a60:  7920 646f 6e27 7420 6f77 6e2e 3c2f 4c49  y.don't.own.</LI
+       0x0a70:  3e0a 0a3c 2f55 4c3e 0a41 6c6c 2074 6865  >..</UL>.All.the
+       0x0a80:  2073 7461 6e64 6172 6420 6170 6163 6865  .standard.apache
+       0x0a90:  206d 6f64 756c 6573 2061 7265 2061 7661  .modules.are.ava
+       0x0aa0:  696c 6162 6c65 2077 6974 6820 7468 6973  ilable.with.this
+       0x0ab0:  2072 656c 6561 7365 2061 6e64 2061 7265  .release.and.are
+       0x0ac0:  0a6e 6f77 206d 616e 6167 6564 2077 6974  .now.managed.wit
+       0x0ad0:  6820 6465 6263 6f6e 662e 2020 5479 7065  h.debconf...Type
+       0x0ae0:  203c 5454 3e64 706b 672d 7265 636f 6e66  .<TT>dpkg-reconf
+       0x0af0:  6967 7572 6520 6170 6163 6865 3c2f 5454  igure.apache</TT
+       0x0b00:  3e20 746f 0a73 656c 6563 7420 7768 6963  >.to.select.whic
+       0x0b10:  6820 6d6f 6475 6c65 7320 796f 7520 7761  h.modules.you.wa
+       0x0b20:  6e74 2065 6e61 626c 6564 2e20 204d 616e  nt.enabled...Man
+       0x0b30:  7920 6f74 6865 7220 6d6f 6475 6c65 7320  y.other.modules.
+       0x0b40:  6172 6520 6176 6169 6c61 626c 650a 7468  are.available.th
+       0x0b50:  726f 7567 6820 7468 6520 4465 6269 616e  rough.the.Debian
+       0x0b60:  2070 6163 6b61 6765 2073 7973 7465 6d20  .package.system.
+       0x0b70:  7769 7468 2074 6865 206e 616d 6573 203c  with.the.names.<
+       0x0b80:  5454 3e6c 6962 6170 6163 6865 2d6d 6f64  TT>libapache-mod
+       0x0b90:  2d2a 3c2f 5454 3e2e 0a49 6620 796f 7520  -*</TT>..If.you.
+       0x0ba0:  6e65 6564 2074 6f20 636f 6d70 696c 6520  need.to.compile.
+       0x0bb0:  6120 6d6f 6475 6c65 2079 6f75 7273 656c  a.module.yoursel
+       0x0bc0:  662c 2079 6f75 2077 696c 6c20 6e65 6564  f,.you.will.need
+       0x0bd0:  2074 6f20 696e 7374 616c 6c20 7468 650a  .to.install.the.
+       0x0be0:  3c54 543e 6170 6163 6865 2d64 6576 3c2f  <TT>apache-dev</
+       0x0bf0:  5454 3e20 7061 636b 6167 652e 0a0a 3c50  TT>.package...<P
+       0x0c00:  3e4d 6f72 6520 646f 6375 6d65 6e74 6174  >More.documentat
+       0x0c10:  696f 6e20 6f6e 2041 7061 6368 6520 6361  ion.on.Apache.ca
+       0x0c20:  6e20 6265 2066 6f75 6e64 206f 6e3a 0a3c  n.be.found.on:.<
+       0x0c30:  554c 3e0a 3c4c 493e 0a54 6865 203c 4120  UL>.<LI>.The.<A.
+       0x0c40:  4852 4546 3d22 2f64 6f63 2f61 7061 6368  HREF="/doc/apach
+       0x0c50:  652d 646f 632f 6d61 6e75 616c 2f22 3e41  e-doc/manual/">A
+       0x0c60:  7061 6368 6520 646f 6375 6d65 6e74 6174  pache.documentat
+       0x0c70:  696f 6e3c 2f41 3e20 7374 6f72 6564 206f  ion</A>.stored.o
+       0x0c80:  6e20 796f 7572 2073 6572 7665 722e 3c2f  n.your.server.</
+       0x0c90:  4c49 3e0a 0a3c 4c49 3e0a 5468 6520 3c41  LI>..<LI>.The.<A
+       0x0ca0:  2048 5245 463d 2268 7474 703a 2f2f 7777  .HREF="http://ww
+       0x0cb0:  772e 6170 6163 6865 2e6f 7267 2f22 3e41  w.apache.org/">A
+       0x0cc0:  7061 6368 6520 5072 6f6a 6563 743c 2f41  pache.Project</A
+       0x0cd0:  3e20 686f 6d65 2073 6974 652e 3c2f 4c49  >.home.site.</LI
+       0x0ce0:  3e0a 0a3c 4c49 3e0a 5468 6520 3c41 2048  >..<LI>.The.<A.H
+       0x0cf0:  5245 463d 2268 7474 703a 2f2f 7777 772e  REF="http://www.
+       0x0d00:  6170 6163 6865 2d73 736c 2e6f 7267 2f22  apache-ssl.org/"
+       0x0d10:  3e41 7061 6368 652d 5353 4c3c 2f41 3e20  >Apache-SSL</A>.
+       0x0d20:  686f 6d65 2073 6974 652e 3c2f 4c49 3e0a  home.site.</LI>.
+       0x0d30:  0a3c 4c49 3e0a 5468 6520 3c41 2048 5245  .<LI>.The.<A.HRE
+       0x0d40:  463d 2268 7474 703a 2f2f 7065 726c 2e61  F="http://perl.a
+       0x0d50:  7061 6368 652e 6f72 672f 223e 6d6f 6420  pache.org/">mod.
+       0x0d60:  7065 726c 3c2f 413e 2068 6f6d 6520 7369  perl</A>.home.si
+       0x0d70:  7465 2e3c 2f4c 493e 0a0a 3c4c 493e 0a54  te.</LI>..<LI>.T
+       0x0d80:  6865 203c 4120 4852 4546 3d22 6874 7470  he.<A.HREF="http
+       0x0d90:  3a2f 2f77 7777 2e61 7061 6368 6577 6565  ://www.apachewee
+       0x0da0:  6b2e 636f 6d2f 223e 4170 6163 6865 5765  k.com/">ApacheWe
+       0x0db0:  656b 3c2f 413e 206e 6577 736c 6574 7465  ek</A>.newslette
+       0x0dc0:  722e 3c2f 4c49 3e0a 0a3c 4c49 3e0a 5468  r.</LI>..<LI>.Th
+       0x0dd0:  6520 3c41 2048 5245 463d 2268 7474 703a  e.<A.HREF="http:
+       0x0de0:  2f2f 7777 772e 6465 6269 616e 2e6f 7267  //www.debian.org
+       0x0df0:  2f64 6f63 2f22 3e44 6562 6961 6e20 5072  /doc/">Debian.Pr
+       0x0e00:  6f6a 6563 740a 446f 6375 6d65 6e74 6174  oject.Documentat
+       0x0e10:  696f 6e3c 2f41 3e20 7768 6963 6820 636f  ion</A>.which.co
+       0x0e20:  6e74 6169 6e73 2048 4f57 544f 732c 2046  ntains.HOWTOs,.F
+       0x0e30:  4151 732c 2061 6e64 2073 6f66 7477 6172  AQs,.and.softwar
+       0x0e40:  6520 7570 6461 7465 732e 3c2f 4c49 3e0a  e.updates.</LI>.
+       0x0e50:  3c2f 554c 3e0a 0a3c 503e 596f 7520 6361  </UL>..<P>You.ca
+       0x0e60:  6e20 616c 736f 2063 6f6e 7375 6c74 2074  n.also.consult.t
+       0x0e70:  6865 206c 6973 7420 6f66 203c 4120 4852  he.list.of.<A.HR
+       0x0e80:  4546 3d22 6874 7470 3a2f 2f77 7777 2e62  EF="http://www.b
+       0x0e90:  6f75 7465 6c6c 2e63 6f6d 2f66 6171 2f22  outell.com/faq/"
+       0x0ea0:  3e57 6f72 6c64 0a57 6964 6520 5765 6220  >World.Wide.Web.
+       0x0eb0:  4672 6571 7565 6e74 6c79 2041 736b 6564  Frequently.Asked
+       0x0ec0:  2051 7565 7374 696f 6e73 3c2f 413e 2066  .Questions</A>.f
+       0x0ed0:  6f72 2069 6e66 6f72 6d61 7469 6f6e 2e0a  or.information..
+       0x0ee0:  0a3c 4832 3e4c 6574 206f 7468 6572 2070  .<H2>Let.other.p
+       0x0ef0:  656f 706c 6520 6b6e 6f77 2061 626f 7574  eople.know.about
+       0x0f00:  2074 6869 7320 7365 7276 6572 3c2f 4832  .this.server</H2
+       0x0f10:  3e0a 0a3c 4120 4852 4546 3d22 6874 7470  >..<A.HREF="http
+       0x0f20:  3a2f 2f6e 6574 6372 6166 742e 636f 6d2f  ://netcraft.com/
+       0x0f30:  223e 4e65 7463 7261 6674 3c2f 413e 2070  ">Netcraft</A>.p
+       0x0f40:  726f 7669 6465 7320 616e 2069 6e74 6572  rovides.an.inter
+       0x0f50:  6573 7469 6e67 2066 7265 650a 7365 7276  esting.free.serv
+       0x0f60:  6963 6520 666f 7220 7765 6220 7369 7465  ice.for.web.site
+       0x0f70:  206d 6f6e 6974 6f72 696e 6720 616e 6420  .monitoring.and.
+       0x0f80:  7374 6174 6973 7469 6320 636f 6c6c 6563  statistic.collec
+       0x0f90:  7469 6f6e 2e0a 596f 7520 6361 6e20 6c65  tion..You.can.le
+       0x0fa0:  7420 7468 656d 206b 6e6f 7720 6162 6f75  t.them.know.abou
+       0x0fb0:  7420 796f 7572 2073 6572 7665 7220 7573  t.your.server.us
+       0x0fc0:  696e 6720 7468 6569 720a 3c41 2048 5245  ing.their.<A.HRE
+       0x0fd0:  463d 2268 7474 703a 2f2f 7570 7469 6d65  F="http://uptime
+       0x0fe0:  2e6e 6574 6372 6166 742e 636f 6d2f 223e  .netcraft.com/">
+       0x0ff0:  696e 7465 7266 6163 653c 2f41 3e2e 0a45  interface</A>..E
+       0x1000:  6e61 626c 696e 6720 7468 6520 6d6f 6e69  nabling.the.moni
+       0x1010:  746f 7269 6e67 206f 6620 796f 7572 2073  toring.of.your.s
+       0x1020:  6572 7665 7220 7769 6c6c 2070 726f 7669  erver.will.provi
+       0x1030:  6465 2061 2062 6574 7465 7220 676c 6f62  de.a.better.glob
+       0x1040:  616c 206f 7665 7276 6965 770a 6f66 2077  al.overview.of.w
+       0x1050:  686f 2069 7320 7573 696e 6720 7768 6174  ho.is.using.what
+       0x1060:  2061 6e64 2077 6865 7265 2c20 616e 6420  .and.where,.and.
+       0x1070:  6974 2077 6f75 6c64 2067 6976 6520 4465  it.would.give.De
+       0x1080:  6269 616e 2061 2062 6574 7465 720a 6f76  bian.a.better.ov
+       0x1090:  6572 7669 6577 206f 6620 7468 6520 6170  erview.of.the.ap
+       0x10a0:  6163 6865 2070 6163 6b61 6765 2075 7361  ache.package.usa
+       0x10b0:  6765 2e0a 0a3c 4832 3e41 626f 7574 2074  ge...<H2>About.t
+       0x10c0:  6869 7320 7061 6765 3c2f 4832 3e0a 0a3c  his.page</H2>..<
+       0x10d0:  494d 4720 414c 4947 4e3d 2272 6967 6874  IMG.ALIGN="right
+       0x10e0:  2220 414c 543d 2222 2048 4549 4748 543d  ".ALT="".HEIGHT=
+       0x10f0:  2232 3437 2220 5749 4454 483d 2232 3738  "247".WIDTH="278
+       0x1100:  2220 5352 433d 2269 636f 6e73 2f6a 6865  ".SRC="icons/jhe
+       0x1110:  3036 312e 706e 6722 3e0a 0a3c 503e 5468  061.png">..<P>Th
+       0x1120:  6973 2069 7320 6120 706c 6163 6568 6f6c  is.is.a.placehol
+       0x1130:  6465 7220 7061 6765 2069 6e73 7461 6c6c  der.page.install
+       0x1140:  6564 2062 7920 7468 6520 3c41 0a48 5245  ed.by.the.<A.HRE
+       0x1150:  463d 2268 7474 703a 2f2f 7777 772e 6465  F="http://www.de
+       0x1160:  6269 616e 2e6f 7267 2f22 3e44 6562 6961  bian.org/">Debia
+       0x1170:  6e3c 2f41 3e0a 7265 6c65 6173 6520 6f66  n</A>.release.of
+       0x1180:  2074 6865 2061 7061 6368 6520 5765 6220  .the.apache.Web.
+       0x1190:  7365 7276 6572 2070 6163 6b61 6765 2e0a  server.package..
+       0x11a0:  0a3c 503e 5468 6973 2063 6f6d 7075 7465  .<P>This.compute
+       0x11b0:  7220 6861 7320 696e 7374 616c 6c65 6420  r.has.installed.
+       0x11c0:  7468 6520 4465 6269 616e 2047 4e55 2f4c  the.Debian.GNU/L
+       0x11d0:  696e 7578 206f 7065 7261 7469 6e67 2073  inux.operating.s
+       0x11e0:  7973 7465 6d2c 0a62 7574 2069 7420 6861  ystem,.but.it.ha
+       0x11f0:  7320 3c73 7472 6f6e 673e 6e6f 7468 696e  s.<strong>nothin
+       0x1200:  6720 746f 2064 6f20 7769 7468 2074 6865  g.to.do.with.the
+       0x1210:  2044 6562 6961 6e0a 5072 6f6a 6563 743c  .Debian.Project<
+       0x1220:  2f73 7472 6f6e 673e 2e20 506c 6561 7365  /strong>..Please
+       0x1230:  2064 6f20 3c73 7472 6f6e 673e 6e6f 743c  .do.<strong>not<
+       0x1240:  2f73 7472 6f6e 673e 2063 6f6e 7461 6374  /strong>.contact
+       0x1250:  2074 6865 2044 6562 6961 6e0a 5072 6f6a  .the.Debian.Proj
+       0x1260:  6563 7420 6162 6f75 7420 6974 2e3c 2f50  ect.about.it.</P
+       0x1270:  3e0a 0a3c 503e 4966 2079 6f75 2066 696e  >..<P>If.you.fin
+       0x1280:  6420 6120 6275 6720 696e 2074 6869 7320  d.a.bug.in.this.
+       0x1290:  6170 6163 6865 2070 6163 6b61 6765 2c20  apache.package,.
+       0x12a0:  6f72 2069 6e20 4170 6163 6865 2069 7473  or.in.Apache.its
+       0x12b0:  656c 662c 0a70 6c65 6173 6520 6669 6c65  elf,.please.file
+       0x12c0:  2061 2062 7567 2072 6570 6f72 7420 6f6e  .a.bug.report.on
+       0x12d0:  2069 742e 2020 496e 7374 7275 6374 696f  .it...Instructio
+       0x12e0:  6e73 206f 6e20 646f 696e 6720 7468 6973  ns.on.doing.this
+       0x12f0:  2c20 616e 6420 7468 650a 6c69 7374 206f  ,.and.the.list.o
+       0x1300:  6620 3c41 2048 5245 463d 2268 7474 703a  f.<A.HREF="http:
+       0x1310:  2f2f 6275 6773 2e64 6562 6961 6e2e 6f72  //bugs.debian.or
+       0x1320:  672f 7372 633a 6170 6163 6865 223e 6b6e  g/src:apache">kn
+       0x1330:  6f77 6e20 6275 6773 3c2f 413e 206f 6620  own.bugs</A>.of.
+       0x1340:  7468 6973 0a70 6163 6b61 6765 2c20 6361  this.package,.ca
+       0x1350:  6e20 6265 2066 6f75 6e64 2069 6e20 7468  n.be.found.in.th
+       0x1360:  6520 0a3c 4120 4852 4546 3d22 6874 7470  e..<A.HREF="http
+       0x1370:  3a2f 2f77 7777 2e64 6562 6961 6e2e 6f72  ://www.debian.or
+       0x1380:  672f 4275 6773 2f52 6570 6f72 7469 6e67  g/Bugs/Reporting
+       0x1390:  223e 4465 6269 616e 2042 7567 2054 7261  ">Debian.Bug.Tra
+       0x13a0:  636b 696e 6720 5379 7374 656d 3c2f 413e  cking.System</A>
+       0x13b0:  2e0a 0a3c 503e 5468 616e 6b73 2066 6f72  ...<P>Thanks.for
+       0x13c0:  2075 7369 6e67 2074 6869 7320 7061 636b  .using.this.pack
+       0x13d0:  6167 652c 2061 6e64 2063 6f6e 6772 6174  age,.and.congrat
+       0x13e0:  756c 6174 696f 6e73 2066 6f72 2079 6f75  ulations.for.you
+       0x13f0:  7220 6368 6f69 6365 206f 660a 6120 4465  r.choice.of.a.De
+       0x1400:  6269 616e 2073 7973 7465 6d21 3c2f 503e  bian.system!</P>
+       0x1410:  0a0a 3c44 4956 2061 6c69 676e 3d22 6365  ..<DIV.align="ce
+       0x1420:  6e74 6572 223e 0a3c 6120 6872 6566 3d22  nter">.<a.href="
+       0x1430:  6874 7470 3a2f 2f77 7777 2e64 6562 6961  http://www.debia
+       0x1440:  6e2e 6f72 672f 223e 0a3c 494d 4720 616c  n.org/">.<IMG.al
+       0x1450:  6967 6e3d 226d 6964 646c 6522 2068 6569  ign="middle".hei
+       0x1460:  6768 743d 2233 3022 2077 6964 7468 3d22  ght="30".width="
+       0x1470:  3235 2220 7372 633d 2269 636f 6e73 2f64  25".src="icons/d
+       0x1480:  6562 6961 6e2f 6f70 656e 6c6f 676f 2d32  ebian/openlogo-2
+       0x1490:  352e 6a70 6722 2061 6c74 3d22 4465 6269  5.jpg".alt="Debi
+       0x14a0:  616e 223e 0a3c 2f61 3e0a 3c61 2068 7265  an">.</a>.<a.hre
+       0x14b0:  663d 2268 7474 703a 2f2f 7777 772e 6170  f="http://www.ap
+       0x14c0:  6163 6865 2e6f 7267 2f22 3e0a 3c49 4d47  ache.org/">.<IMG
+       0x14d0:  2061 6c69 676e 3d22 6d69 6464 6c65 2220  .align="middle".
+       0x14e0:  6865 6967 6874 3d22 3332 2220 7769 6474  height="32".widt
+       0x14f0:  683d 2232 3539 2220 7372 633d 2269 636f  h="259".src="ico
+       0x1500:  6e73 2f61 7061 6368 655f 7062 2e70 6e67  ns/apache_pb.png
+       0x1510:  2220 616c 743d 2241 7061 6368 6522 3e0a  ".alt="Apache">.
+       0x1520:  3c2f 613e 0a3c 2f44 4956 3e0a 0a3c 212d  </a>.</DIV>..<!-
+       0x1530:  2d0a 2020 5468 6973 2070 6167 6520 7761  -...This.page.wa
+       0x1540:  7320 696e 6974 6961 6c6c 7920 6372 6561  s.initially.crea
+       0x1550:  7465 6420 6279 204a 6f68 6e69 6520 496e  ted.by.Johnie.In
+       0x1560:  6772 616d 2028 6874 7470 3a2f 2f6e 6574  gram.(http://net
+       0x1570:  676f 642e 6e65 742f 290a 2020 4974 2077  god.net/)...It.w
+       0x1580:  6173 206c 6174 6572 2065 6469 7465 6420  as.later.edited.
+       0x1590:  6279 204d 6174 7468 6577 2057 696c 636f  by.Matthew.Wilco
+       0x15a0:  7820 616e 6420 4a6f 7369 7020 526f 6469  x.and.Josip.Rodi
+       0x15b0:  6e2e 0a20 204c 6173 7420 6d6f 6469 6669  n....Last.modifi
+       0x15c0:  6564 3a20 2444 6174 653a 2032 3030 342f  ed:.$Date:.2004/
+       0x15d0:  3036 2f32 3020 3135 3a33 333a 3537 2024  06/20.15:33:57.$
+       0x15e0:  2e0a 2020 2d2d 3e0a 0a3c 2f42 4f44 593e  ....-->..</BODY>
+       0x15f0:  0a3c 2f48 544d 4c3e 0a                   .</HTML>.
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1b6e 4000 4006 2154 7f00 0001 7f00  .4.n@.@.!T......
+       0x0020:  0001 da70 0050 3758 8a49 377a a3a9 8010  ...p.P7X.I7z....
+       0x0030:  305f 10ea 0000 0101 080a 4ddc 9219 4ddc  0_........M...M.
+       0x0040:  9219                                     ..
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1b70 4000 4006 2152 7f00 0001 7f00  .4.p@.@.!R......
+       0x0020:  0001 da70 0050 3758 8a49 377a a3a9 8011  ...p.P7X.I7z....
+       0x0030:  305f 0be1 0000 0101 080a 4ddc 9721 4ddc  0_........M..!M.
+       0x0040:  9219                                     ..
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1fe8 4000 4006 1cda 7f00 0001 7f00  .4..@.@.........
+       0x0020:  0001 0050 da70 377a a3a9 3758 8a4a 8011  ...P.p7z..7X.J..
+       0x0030:  2000 1735 0000 0101 080a 4ddc 9723 4ddc  ...5......M..#M.
+       0x0040:  9721                                     .!
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500  ..............E.
+       0x0010:  0034 1b72 4000 4006 2150 7f00 0001 7f00  .4.r@.@.!P......
+       0x0020:  0001 da70 0050 3758 8a4a 377a a3aa 8010  ...p.P7X.J7z....
+       0x0030:  305f 06d4 0000 0101 080a 4ddc 9723 4ddc  0_........M..#M.
+       0x0040:  9723                                     .#
diff --git a/tests/print-flags.pcap b/tests/print-flags.pcap
new file mode 100644 (file)
index 0000000..148b2fd
Binary files /dev/null and b/tests/print-flags.pcap differ
diff --git a/tests/print-flags.puu b/tests/print-flags.puu
new file mode 100644 (file)
index 0000000..bcd8b99
--- /dev/null
@@ -0,0 +1,151 @@
+begin 644 print-flags.pcap
+MU,.RH0(`!````````````/__```!````KU;+0E)0#@!*````2@``````````
+M``````````@`10``/!MH0`!`!B%2?P```7\```':<`!0-UB)?@````"@`G__
+M%"$```($0`P$`@@*3=R2%@`````!`P,"KU;+0HI0#@!*````2@``````````
+M``````````@`10``/```0`!`!CRZ?P```7\```$`4-IP-WJ-\3=8B7^@$G__
+M;K$```($0`P$`@@*3=R2%DW<DA8!`P,"KU;+0K=0#@!"````0@``````````
+M``````````@`10``-!MJ0`!`!B%8?P```7\```':<`!0-UB)?S=ZC?*`$"``
+M-]````$!"`I-W)(63=R2%J]6RT*?50X`#`$```P!```````````````````(
+M`$4``/X;;$``0`8@C'\```%_```!VG``4#=8B7\W>HWR@!@@`/[R```!`0@*
+M3=R2%TW<DA9'150@+R!(5%10+S$N,0T*2&]S=#H@;&]C86QH;W-T#0I5<V5R
+M+4%G96YT.B!%3&EN:W,O,"XQ,"XT+3<M9&5B:6%N("AT97AT;6]D93L@3&EN
+M=7@@,BXV+C$Q+3$M-C@V+7-M<"[email protected]`Q,S)X-38M,BD-"D%C8V5P=#H@
+M*B\J#0I!8V-E<'0M16YC;V1I;F<Z(&=Z:7`-"D%C8V5P="U,86YG=6%G93H@
+M96X-"D-O;FYE8W1I;VXZ($ME97`M06QI=F4-"@T*KU;+0KI9#@!"````0@``
+M``````````````````@`10``-!_D0`!`!AS>?P```7\```$`4-IP-WJ-\C=8
+MBDF`$"``-P,```$!"`I-W)(83=R2%Z]6RT*P7`X`^14``/D5````````````
+M```````(`$4`%>L?YD``0`8')7\```%_```!`%#:<#=ZC?(W6(I)@!@@`!/@
+M```!`0@*3=R2&4W<DA=(5%10+S$N,2`R,#`@3TL-"D1A=&4Z(%=E9"P@,#8@
+M2G5L(#(P,#4@,#,Z-3<Z,S4@1TU4#0I397)V97(Z($%P86-H92\Q+C,N,S,-
+M"DQA<W0M36]D:69I960Z(%-U;BP@,34@075G(#(P,#0@,#`Z-#,Z-#$@1TU4
+M#0I%5&%G.B`B-F4X,&8P+3$T.&$M-#$Q96(Q8F0B#0I!8V-E<'0M4F%N9V5S
+M.B!B>71E<PT*0V]N=&5N="U,96YG=&@Z(#4R-3@-"DME97`M06QI=F4Z('1I
+M;65O=70],34L(&UA>#TQ,#`-"D-O;FYE8W1I;VXZ($ME97`M06QI=F4-"D-O
+M;G1E;G0M5'EP93H@=&5X="]H=&UL.R!C:&%R<V5T/6ES;RTX.#4Y+3$-"@T*
+M/"%$3T-465!%($A434P@4%5"3$E#("(M+R]7,T,O+T141"!(5$U,(#0N,#$@
+M5')A;G-I=&EO;F%L+R]%3B(^"CQ(5$U,/@H\2$5!1#X*("`@/$U%5$$@2%14
+M4"U%455)5CTB0V]N=&5N="U4>7!E(B!#3TY414Y4/2)T97AT+VAT;6P[(&-H
+M87)S970]:7-O+3@X-3DM,2(^"B`@(#Q-151!($Y!344](D1E<V-R:7!T:6]N
+M(B!#3TY414Y4/2)4:&4@:6YI=&EA;"!I;G-T86QL871I;VX@;V8@1&5B:6%N
+M(&%P86-H92XB/@H@("`\5$E43$4^4&QA8V5H;VQD97(@<&%G93PO5$E43$4^
+M"CPO2$5!1#X*/$)/1%D@5$585#TB(S`P,#`P,"(@0D=#3TQ/4CTB(T9&1D9&
+M1B(@3$E.2STB(S`P,#!%1B(@5DQ)3DL](B,U-3$X.$$B($%,24Y+/2(C1D8P
+M,#`P(CX*"CQ(,3Y0;&%C96AO;&1E<B!P86=E/"](,3X*/$@R/DEF('EO=2!A
+M<F4@:G5S="!B<F]W<VEN9R!T:&4@=V5B/"]H,CX*"CQ0/E1H92!O=VYE<B!O
+M9B!T:&ES('=E8B!S:71E(&AA<R!N;W0@<'5T('5P(&%N>2!W96(@<&%G97,@
+M>65T+@I0;&5A<V4@8V]M92!B86-K(&QA=&5R+CPO4#X*"CQ0/CQ334%,3#X\
+M0TE413Y-;W9E(&%L;VYG+"!N;W1H:6YG('1O('-E92!H97)E+BXN/"]#251%
+M/B`Z+2D\+U--04Q,/CPO4#X*"CQ(,CY)9B!Y;W4@87)E('1R>6EN9R!T;R!L
+M;V-A=&4@=&AE(&%D;6EN:7-T<F%T;W(@;V8@=&AI<R!M86-H:6YE/"](,CX*
+M"CQ0/DEF('EO=2!W86YT('1O(')E<&]R="!S;VUE=&AI;F<@86)O=70@=&AI
+M<R!H;W-T)W,@8F5H879I;W(L('!L96%S90IC;VYT86-T('1H92!);G1E<FYE
+M="!397)V:6-E(%!R;W9I9&5R("A)4U`I(&EN=F]L=F5D(&1I<F5C=&QY+CPO
+M4#X*"CQ0/E-E92!T:&4@/$$@:')E9CTB:'1T<#HO+W=W=RYA8G5S92YN970O
+M(CY.971W;W)K($%B=7-E"D-L96%R:6YG:&]U<V4\+T$^(&9O<B!H;W<@=&\@
+M9&\@=&AI<RX\+U`^"@H\2#(^268@>6]U(&%R92!T:&4@861M:6YI<W1R871O
+M<B!O9B!T:&ES(&UA8VAI;F4\+T@R/@H*/%`^5&AE(&EN:71I86P@:6YS=&%L
+M;&%T:6]N(&]F(#Q!(&AR968](FAT='`Z+R]W=W<N9&5B:6%N+F]R9R\B/D1E
+M8FEA;B=S"F%P86-H93PO03X@=V5B('-E<G9E<B!P86-K86=E('=A<R!S=6-C
+M97-S9G5L+CPO4#X*"CQ0/CQ35%)/3D<^66]U('-H;W5L9"!R97!L86-E('1H
+M:7,@<&%G92!W:71H('EO=7(@;W=N('=E8B!P86=E<R!A<PIS;V]N(&%S('!O
+M<W-I8FQE+CPO4U123TY'/CPO4#X*"CQ0/E5N;&5S<R!Y;W4@8VAA;F=E9"!I
+M=',@8V]N9FEG=7)A=&EO;BP@>6]U<B!N97<@<V5R=F5R(&ES(&-O;F9I9W5R
+M960@87,@9F]L;&]W<SH*/%5,/@H\3$D^"D-O;F9I9W5R871I;VX@9FEL97,@
+M8V%N(&)E(&9O=6YD(&EN(#Q45#XO971C+V%P86-H93PO5%0^+CPO3$D^"@H\
+M3$D^"E1H92`\5%0^1&]C=6UE;G12;V]T/"]45#XL('=H:6-H(&ES('1H92!D
+M:7)E8W1O<GD@=6YD97(@=VAI8V@@86QL('EO=7(*2%1-3"!F:6QE<R!S:&]U
+M;&0@97AI<W0L(&ES('-E="!T;R`\5%0^+W9A<B]W=W<\+U14/BX\+TQ)/@H*
+M/$Q)/@I#1TD@<V-R:7!T<R!A<F4@;&]O:V5D(&9O<B!I;B`\5%0^+W5S<B]L
+M:6(O8V=I+6)I;CPO5%0^+"!W:&EC:"!I<R!W:&5R90I$96)I86X@<&%C:V%G
+M97,@=VEL;"!P;&%C92!T:&5I<B!S8W)I<'1S+CPO3$D^"@H\3$D^"DQO9R!F
+M:6QE<R!A<F4@<&QA8V5D(&EN(#Q45#XO=F%R+VQO9R]A<&%C:&4\+U14/BP@
+M86YD('=I;&P@8F4@<F]T871E9`IW965K;'DN("!4:&4@9G)E<75E;F-Y(&]F
+M(')O=&%T:6]N(&-A;B!B92!E87-I;'D@8VAA;F=E9"!B>2!E9&ET:6YG"CQ4
+M5#XO971C+VQO9W)O=&%T92YD+V%P86-H93PO5%0^+CPO3$D^"@H\3$D^"E1H
+M92!D969A=6QT(&1I<F5C=&]R>2!I;F1E>"!I<R`\5%0^:6YD97@N:'1M;#PO
+M5%0^+"!M96%N:6YG('1H870@<F5Q=65S=',*9F]R(&$@9&ER96-T;W)Y(#Q4
+M5#XO9F]O+V)A<B\\+U14/B!W:6QL(&=I=F4@=&AE(&-O;G1E;G1S(&]F('1H
+M92!F:6QE(#Q45#XO=F%R+W=W=R]F;V\O8F%R+VEN9&5X+FAT;6P\+U14/@II
+M9B!I="!E>&ES=',@*&%S<W5M:6YG('1H870@/%14/B]V87(O=W=W/"]45#X@
+M:7,@>6]U<B`\5%0^1&]C=6UE;G12;V]T/"]45#XI+CPO3$D^"@H\3$D^"E5S
+M97(@9&ER96-T;W)I97,@87)E(&5N86)L960L(&%N9"!U<V5R(&1O8W5M96YT
+M<R!W:6QL(&)E(&QO;VME9"!F;W(*:6X@=&AE(#Q45#YP=6)L:6-?:'1M;#PO
+M5%0^(&1I<F5C=&]R>2!O9B!T:&4@=7-E<G,G(&AO;65S+B`@5&AE<V4@9&ER
+M<PIS:&]U;&0@8F4@=6YD97(@/%14/B]H;VUE/"]45#XL(&%N9"!U<V5R<R!W
+M:6QL(&YO="!B92!A8FQE('1O('-Y;6QI;FL*=&\@9FEL97,@=&AE>2!D;VXG
+M="!O=VXN/"],23X*"CPO54P^"D%L;"!T:&4@<W1A;F1A<F0@87!A8VAE(&UO
+M9'5L97,@87)E(&%V86EL86)L92!W:71H('1H:7,@<F5L96%S92!A;F0@87)E
+M"FYO=R!M86YA9V5D('=I=&@@9&5B8V]N9BX@(%1Y<&4@/%14/F1P:V<M<F5C
+M;VYF:6=U<F4@87!A8VAE/"]45#X@=&\*<V5L96-T('=H:6-H(&UO9'5L97,@
+M>6]U('=A;G0@96YA8FQE9"X@($UA;GD@;W1H97(@;6]D=6QE<R!A<F4@879A
+M:6QA8FQE"G1H<F]U9V@@=&AE($1E8FEA;B!P86-K86=E('-Y<W1E;2!W:71H
+M('1H92!N86UE<R`\5%0^;&EB87!A8VAE+6UO9"TJ/"]45#XN"DEF('EO=2!N
+M965D('1O(&-O;7!I;&4@82!M;V1U;&4@>6]U<G-E;&8L('EO=2!W:6QL(&YE
+M960@=&\@:6YS=&%L;"!T:&4*/%14/F%P86-H92UD978\+U14/B!P86-K86=E
+M+@H*/%`^36]R92!D;V-U;65N=&%T:6]N(&]N($%P86-H92!C86X@8F4@9F]U
+M;F0@;VXZ"CQ53#X*/$Q)/@I4:&4@/$$@2%)%1CTB+V1O8R]A<&%C:&4M9&]C
+M+VUA;G5A;"\B/D%P86-H92!D;V-U;65N=&%T:6]N/"]!/B!S=&]R960@;VX@
+M>6]U<B!S97)V97(N/"],23X*"CQ,23X*5&AE(#Q!($A2148](FAT='`Z+R]W
+M=W<N87!A8VAE+F]R9R\B/D%P86-H92!0<F]J96-T/"]!/B!H;VUE('-I=&4N
+M/"],23X*"CQ,23X*5&AE(#Q!($A2148](FAT='`Z+R]W=W<N87!A8VAE+7-S
+M;"YO<F<O(CY!<&%C:&4M4U-,/"]!/B!H;VUE('-I=&4N/"],23X*"CQ,23X*
+M5&AE(#Q!($A2148](FAT='`Z+R]P97)L+F%P86-H92YO<F<O(CYM;V0@<&5R
+M;#PO03X@:&]M92!S:71E+CPO3$D^"@H\3$D^"E1H92`\02!(4D5&/2)H='1P
+M.B\O=W=W+F%P86-H97=E96LN8V]M+R(^07!A8VAE5V5E:SPO03X@;F5W<VQE
+M='1E<BX\+TQ)/@H*/$Q)/@I4:&4@/$$@2%)%1CTB:'1T<#HO+W=W=RYD96)I
+M86XN;W)G+V1O8R\B/D1E8FEA;B!0<F]J96-T"D1O8W5M96YT871I;VX\+T$^
+M('=H:6-H(&-O;G1A:6YS($A/5U1/<RP@1D%1<RP@86YD('-O9G1W87)E('5P
+M9&%T97,N/"],23X*/"]53#X*"CQ0/EEO=2!C86X@86QS;R!C;VYS=6QT('1H
+M92!L:7-T(&]F(#Q!($A2148](FAT='`Z+R]W=W<N8F]U=&5L;"YC;VTO9F%Q
+M+R(^5V]R;&0*5VED92!796(@1G)E<75E;G1L>2!!<VME9"!1=65S=&EO;G,\
+M+T$^(&9O<B!I;F9O<FUA=&EO;BX*"CQ(,CY,970@;W1H97(@<&5O<&QE(&MN
+M;W<@86)O=70@=&AI<R!S97)V97(\+T@R/@H*/$$@2%)%1CTB:'1T<#HO+VYE
+M=&-R869T+F-O;2\B/DYE=&-R869T/"]!/B!P<F]V:61E<R!A;B!I;G1E<F5S
+M=&EN9R!F<F5E"G-E<G9I8V4@9F]R('=E8B!S:71E(&UO;FET;W)I;F<@86YD
+M('-T871I<W1I8R!C;VQL96-T:6]N+@I9;W4@8V%N(&QE="!T:&5M(&MN;W<@
+M86)O=70@>6]U<B!S97)V97(@=7-I;F<@=&AE:7(*/$$@2%)%1CTB:'1T<#HO
+M+W5P=&EM92YN971C<F%F="YC;VTO(CYI;G1E<F9A8V4\+T$^+@I%;F%B;&EN
+M9R!T:&4@;6]N:71O<FEN9R!O9B!Y;W5R('-E<G9E<B!W:6QL('!R;W9I9&4@
+M82!B971T97(@9VQO8F%L(&]V97)V:65W"F]F('=H;R!I<R!U<VEN9R!W:&%T
+M(&%N9"!W:&5R92P@86YD(&ET('=O=6QD(&=I=F4@1&5B:6%N(&$@8F5T=&5R
+M"F]V97)V:65W(&]F('1H92!A<&%C:&4@<&%C:V%G92!U<V%G92X*"CQ(,CY!
+M8F]U="!T:&ES('!A9V4\+T@R/@H*/$E-1R!!3$E'3CTB<FEG:'0B($%,5#TB
+M(B!(14E'2%0](C(T-R(@5TE$5$@](C(W."(@4U)#/2)I8V]N<R]J:&4P-C$N
+M<&YG(CX*"CQ0/E1H:7,@:7,@82!P;&%C96AO;&1E<B!P86=E(&EN<W1A;&QE
+M9"!B>2!T:&4@/$$*2%)%1CTB:'1T<#HO+W=W=RYD96)I86XN;W)G+R(^1&5B
+M:6%N/"]!/@IR96QE87-E(&]F('1H92!A<&%C:&4@5V5B('-E<G9E<B!P86-K
+M86=E+@H*/%`^5&AI<R!C;VUP=71E<B!H87,@:6YS=&%L;&5D('1H92!$96)I
+M86X@1TY5+TQI;G5X(&]P97)A=&EN9R!S>7-T96TL"F)U="!I="!H87,@/'-T
+M<F]N9SYN;W1H:6YG('1O(&1O('=I=&@@=&AE($1E8FEA;@I0<F]J96-T/"]S
+M=')O;F<^+B!0;&5A<V4@9&\@/'-T<F]N9SYN;W0\+W-T<F]N9SX@8V]N=&%C
+M="!T:&4@1&5B:6%N"E!R;VIE8W0@86)O=70@:70N/"]0/@H*/%`^268@>6]U
+M(&9I;F0@82!B=6<@:6X@=&AI<R!A<&%C:&4@<&%C:V%G92P@;W(@:6X@07!A
+M8VAE(&ET<V5L9BP*<&QE87-E(&9I;&4@82!B=6<@<F5P;W)T(&]N(&ET+B`@
+M26YS=')U8W1I;VYS(&]N(&1O:6YG('1H:7,L(&%N9"!T:&4*;&ES="!O9B`\
+M02!(4D5&/2)H='1P.B\O8G5G<RYD96)I86XN;W)G+W-R8SIA<&%C:&4B/FMN
+M;W=N(&)U9W,\+T$^(&]F('1H:7,*<&%C:V%G92P@8V%N(&)E(&9O=6YD(&EN
+M('1H92`*/$$@2%)%1CTB:'1T<#HO+W=W=RYD96)I86XN;W)G+T)U9W,O4F5P
+M;W)T:6YG(CY$96)I86X@0G5G(%1R86-K:6YG(%-Y<W1E;3PO03XN"@H\4#Y4
+M:&%N:W,@9F]R('5S:6YG('1H:7,@<&%C:V%G92P@86YD(&-O;F=R871U;&%T
+M:6]N<R!F;W(@>6]U<B!C:&]I8V4@;V8*82!$96)I86X@<WES=&5M(3PO4#X*
+M"CQ$258@86QI9VX](F-E;G1E<B(^"CQA(&AR968](FAT='`Z+R]W=W<N9&5B
+M:6%N+F]R9R\B/@H\24U'(&%L:6=N/2)M:61D;&4B(&AE:6=H=#TB,S`B('=I
+M9'1H/2(R-2(@<W)C/2)I8V]N<R]D96)I86XO;W!E;FQO9V\M,C4N:G!G(B!A
+M;'0](D1E8FEA;B(^"CPO83X*/&$@:')E9CTB:'1T<#HO+W=W=RYA<&%C:&4N
+M;W)G+R(^"CQ)34<@86QI9VX](FUI9&1L92(@:&5I9VAT/2(S,B(@=VED=&@]
+M(C(U.2(@<W)C/2)I8V]N<R]A<&%C:&5?<&(N<&YG(B!A;'0](D%P86-H92(^
+M"CPO83X*/"]$258^"@H\(2TM"B`@5&AI<R!P86=E('=A<R!I;FET:6%L;'D@
+M8W)E871E9"!B>2!*;VAN:64@26YG<F%M("AH='1P.B\O;F5T9V]D+FYE="\I
+M"B`@270@=V%S(&QA=&5R(&5D:71E9"!B>2!-871T:&5W(%=I;&-O>"!A;F0@
+M2F]S:7`@4F]D:6XN"B`@3&%S="!M;V1I9FEE9#H@)$1A=&4Z(#(P,#0O,#8O
+M,C`@,34Z,S,Z-3<@)"X*("`M+3X*"CPO0D]$63X*/"](5$U,/@JO5LM"S%P.
+M`$(```!"````````````````````"`!%```T&VY``$`&(51_```!?P```=IP
+M`%`W6(I)-WJCJ8`0,%\0Z@```0$("DW<DAE-W)(9L5;+0L>``P!"````0@``
+M``````````````````@`10``-!MP0`!`!B%2?P```7\```':<`!0-UB*23=Z
+MHZF`$3!?"^$```$!"`I-W)<A3=R2&;%6RT*WA0,`0@```$(`````````````
+M```````(`$4``#0?Z$``0`8<VG\```%_```!`%#:<#=ZHZDW6(I*@!$@`!<U
+M```!`0@*3=R7(TW<ER&Q5LM"](4#`$(```!"````````````````````"`!%
+M```T&W)``$`&(5!_```!?P```=IP`%`W6(I*-WJCJH`0,%\&U````0$("DW<
+&ER--W)<C
+`
+end
diff --git a/tests/print-flags.sh b/tests/print-flags.sh
new file mode 100755 (executable)
index 0000000..d9ea0ae
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+uudecode print-flags.puu
+
+for i in x xx X XX A AA; do
+       if (../tcpdump -$i -s0 -nr print-flags.pcap | diff - print-$i.out)
+       then
+               echo print-$i passed.
+       else
+               echo print-$i failed.
+       fi
+done
diff --git a/tests/print-x.out b/tests/print-x.out
new file mode 100644 (file)
index 0000000..3c89e76
--- /dev/null
@@ -0,0 +1,409 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+       0x0000:  4500 003c 1b68 4000 4006 2152 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 897e 0000 0000
+       0x0020:  a002 7fff 1421 0000 0204 400c 0402 080a
+       0x0030:  4ddc 9216 0000 0000 0103 0302
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+       0x0000:  4500 003c 0000 4000 4006 3cba 7f00 0001
+       0x0010:  7f00 0001 0050 da70 377a 8df1 3758 897f
+       0x0020:  a012 7fff 6eb1 0000 0204 400c 0402 080a
+       0x0030:  4ddc 9216 4ddc 9216 0103 0302
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+       0x0000:  4500 0034 1b6a 4000 4006 2158 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 897f 377a 8df2
+       0x0020:  8010 2000 37d0 0000 0101 080a 4ddc 9216
+       0x0030:  4ddc 9216
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+       0x0000:  4500 00fe 1b6c 4000 4006 208c 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 897f 377a 8df2
+       0x0020:  8018 2000 fef2 0000 0101 080a 4ddc 9217
+       0x0030:  4ddc 9216 4745 5420 2f20 4854 5450 2f31
+       0x0040:  2e31 0d0a 486f 7374 3a20 6c6f 6361 6c68
+       0x0050:  6f73 740d 0a55 7365 722d 4167 656e 743a
+       0x0060:  2045 4c69 6e6b 732f 302e 3130 2e34 2d37
+       0x0070:  2d64 6562 6961 6e20 2874 6578 746d 6f64
+       0x0080:  653b 204c 696e 7578 2032 2e36 2e31 312d
+       0x0090:  312d 3638 362d 736d 7020 6936 3836 3b20
+       0x00a0:  3133 3278 3536 2d32 290d 0a41 6363 6570
+       0x00b0:  743a 202a 2f2a 0d0a 4163 6365 7074 2d45
+       0x00c0:  6e63 6f64 696e 673a 2067 7a69 700d 0a41
+       0x00d0:  6363 6570 742d 4c61 6e67 7561 6765 3a20
+       0x00e0:  656e 0d0a 436f 6e6e 6563 7469 6f6e 3a20
+       0x00f0:  4b65 6570 2d41 6c69 7665 0d0a 0d0a
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+       0x0000:  4500 0034 1fe4 4000 4006 1cde 7f00 0001
+       0x0010:  7f00 0001 0050 da70 377a 8df2 3758 8a49
+       0x0020:  8010 2000 3703 0000 0101 080a 4ddc 9218
+       0x0030:  4ddc 9217
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+       0x0000:  4500 15eb 1fe6 4000 4006 0725 7f00 0001
+       0x0010:  7f00 0001 0050 da70 377a 8df2 3758 8a49
+       0x0020:  8018 2000 13e0 0000 0101 080a 4ddc 9219
+       0x0030:  4ddc 9217 4854 5450 2f31 2e31 2032 3030
+       0x0040:  204f 4b0d 0a44 6174 653a 2057 6564 2c20
+       0x0050:  3036 204a 756c 2032 3030 3520 3033 3a35
+       0x0060:  373a 3335 2047 4d54 0d0a 5365 7276 6572
+       0x0070:  3a20 4170 6163 6865 2f31 2e33 2e33 330d
+       0x0080:  0a4c 6173 742d 4d6f 6469 6669 6564 3a20
+       0x0090:  5375 6e2c 2031 3520 4175 6720 3230 3034
+       0x00a0:  2030 303a 3433 3a34 3120 474d 540d 0a45
+       0x00b0:  5461 673a 2022 3665 3830 6630 2d31 3438
+       0x00c0:  612d 3431 3165 6231 6264 220d 0a41 6363
+       0x00d0:  6570 742d 5261 6e67 6573 3a20 6279 7465
+       0x00e0:  730d 0a43 6f6e 7465 6e74 2d4c 656e 6774
+       0x00f0:  683a 2035 3235 380d 0a4b 6565 702d 416c
+       0x0100:  6976 653a 2074 696d 656f 7574 3d31 352c
+       0x0110:  206d 6178 3d31 3030 0d0a 436f 6e6e 6563
+       0x0120:  7469 6f6e 3a20 4b65 6570 2d41 6c69 7665
+       0x0130:  0d0a 436f 6e74 656e 742d 5479 7065 3a20
+       0x0140:  7465 7874 2f68 746d 6c3b 2063 6861 7273
+       0x0150:  6574 3d69 736f 2d38 3835 392d 310d 0a0d
+       0x0160:  0a3c 2144 4f43 5459 5045 2048 544d 4c20
+       0x0170:  5055 424c 4943 2022 2d2f 2f57 3343 2f2f
+       0x0180:  4454 4420 4854 4d4c 2034 2e30 3120 5472
+       0x0190:  616e 7369 7469 6f6e 616c 2f2f 454e 223e
+       0x01a0:  0a3c 4854 4d4c 3e0a 3c48 4541 443e 0a20
+       0x01b0:  2020 3c4d 4554 4120 4854 5450 2d45 5155
+       0x01c0:  4956 3d22 436f 6e74 656e 742d 5479 7065
+       0x01d0:  2220 434f 4e54 454e 543d 2274 6578 742f
+       0x01e0:  6874 6d6c 3b20 6368 6172 7365 743d 6973
+       0x01f0:  6f2d 3838 3539 2d31 223e 0a20 2020 3c4d
+       0x0200:  4554 4120 4e41 4d45 3d22 4465 7363 7269
+       0x0210:  7074 696f 6e22 2043 4f4e 5445 4e54 3d22
+       0x0220:  5468 6520 696e 6974 6961 6c20 696e 7374
+       0x0230:  616c 6c61 7469 6f6e 206f 6620 4465 6269
+       0x0240:  616e 2061 7061 6368 652e 223e 0a20 2020
+       0x0250:  3c54 4954 4c45 3e50 6c61 6365 686f 6c64
+       0x0260:  6572 2070 6167 653c 2f54 4954 4c45 3e0a
+       0x0270:  3c2f 4845 4144 3e0a 3c42 4f44 5920 5445
+       0x0280:  5854 3d22 2330 3030 3030 3022 2042 4743
+       0x0290:  4f4c 4f52 3d22 2346 4646 4646 4622 204c
+       0x02a0:  494e 4b3d 2223 3030 3030 4546 2220 564c
+       0x02b0:  494e 4b3d 2223 3535 3138 3841 2220 414c
+       0x02c0:  494e 4b3d 2223 4646 3030 3030 223e 0a0a
+       0x02d0:  3c48 313e 506c 6163 6568 6f6c 6465 7220
+       0x02e0:  7061 6765 3c2f 4831 3e0a 3c48 323e 4966
+       0x02f0:  2079 6f75 2061 7265 206a 7573 7420 6272
+       0x0300:  6f77 7369 6e67 2074 6865 2077 6562 3c2f
+       0x0310:  6832 3e0a 0a3c 503e 5468 6520 6f77 6e65
+       0x0320:  7220 6f66 2074 6869 7320 7765 6220 7369
+       0x0330:  7465 2068 6173 206e 6f74 2070 7574 2075
+       0x0340:  7020 616e 7920 7765 6220 7061 6765 7320
+       0x0350:  7965 742e 0a50 6c65 6173 6520 636f 6d65
+       0x0360:  2062 6163 6b20 6c61 7465 722e 3c2f 503e
+       0x0370:  0a0a 3c50 3e3c 534d 414c 4c3e 3c43 4954
+       0x0380:  453e 4d6f 7665 2061 6c6f 6e67 2c20 6e6f
+       0x0390:  7468 696e 6720 746f 2073 6565 2068 6572
+       0x03a0:  652e 2e2e 3c2f 4349 5445 3e20 3a2d 293c
+       0x03b0:  2f53 4d41 4c4c 3e3c 2f50 3e0a 0a3c 4832
+       0x03c0:  3e49 6620 796f 7520 6172 6520 7472 7969
+       0x03d0:  6e67 2074 6f20 6c6f 6361 7465 2074 6865
+       0x03e0:  2061 646d 696e 6973 7472 6174 6f72 206f
+       0x03f0:  6620 7468 6973 206d 6163 6869 6e65 3c2f
+       0x0400:  4832 3e0a 0a3c 503e 4966 2079 6f75 2077
+       0x0410:  616e 7420 746f 2072 6570 6f72 7420 736f
+       0x0420:  6d65 7468 696e 6720 6162 6f75 7420 7468
+       0x0430:  6973 2068 6f73 7427 7320 6265 6861 7669
+       0x0440:  6f72 2c20 706c 6561 7365 0a63 6f6e 7461
+       0x0450:  6374 2074 6865 2049 6e74 6572 6e65 7420
+       0x0460:  5365 7276 6963 6520 5072 6f76 6964 6572
+       0x0470:  2028 4953 5029 2069 6e76 6f6c 7665 6420
+       0x0480:  6469 7265 6374 6c79 2e3c 2f50 3e0a 0a3c
+       0x0490:  503e 5365 6520 7468 6520 3c41 2068 7265
+       0x04a0:  663d 2268 7474 703a 2f2f 7777 772e 6162
+       0x04b0:  7573 652e 6e65 742f 223e 4e65 7477 6f72
+       0x04c0:  6b20 4162 7573 650a 436c 6561 7269 6e67
+       0x04d0:  686f 7573 653c 2f41 3e20 666f 7220 686f
+       0x04e0:  7720 746f 2064 6f20 7468 6973 2e3c 2f50
+       0x04f0:  3e0a 0a3c 4832 3e49 6620 796f 7520 6172
+       0x0500:  6520 7468 6520 6164 6d69 6e69 7374 7261
+       0x0510:  746f 7220 6f66 2074 6869 7320 6d61 6368
+       0x0520:  696e 653c 2f48 323e 0a0a 3c50 3e54 6865
+       0x0530:  2069 6e69 7469 616c 2069 6e73 7461 6c6c
+       0x0540:  6174 696f 6e20 6f66 203c 4120 6872 6566
+       0x0550:  3d22 6874 7470 3a2f 2f77 7777 2e64 6562
+       0x0560:  6961 6e2e 6f72 672f 223e 4465 6269 616e
+       0x0570:  2773 0a61 7061 6368 653c 2f41 3e20 7765
+       0x0580:  6220 7365 7276 6572 2070 6163 6b61 6765
+       0x0590:  2077 6173 2073 7563 6365 7373 6675 6c2e
+       0x05a0:  3c2f 503e 0a0a 3c50 3e3c 5354 524f 4e47
+       0x05b0:  3e59 6f75 2073 686f 756c 6420 7265 706c
+       0x05c0:  6163 6520 7468 6973 2070 6167 6520 7769
+       0x05d0:  7468 2079 6f75 7220 6f77 6e20 7765 6220
+       0x05e0:  7061 6765 7320 6173 0a73 6f6f 6e20 6173
+       0x05f0:  2070 6f73 7369 626c 652e 3c2f 5354 524f
+       0x0600:  4e47 3e3c 2f50 3e0a 0a3c 503e 556e 6c65
+       0x0610:  7373 2079 6f75 2063 6861 6e67 6564 2069
+       0x0620:  7473 2063 6f6e 6669 6775 7261 7469 6f6e
+       0x0630:  2c20 796f 7572 206e 6577 2073 6572 7665
+       0x0640:  7220 6973 2063 6f6e 6669 6775 7265 6420
+       0x0650:  6173 2066 6f6c 6c6f 7773 3a0a 3c55 4c3e
+       0x0660:  0a3c 4c49 3e0a 436f 6e66 6967 7572 6174
+       0x0670:  696f 6e20 6669 6c65 7320 6361 6e20 6265
+       0x0680:  2066 6f75 6e64 2069 6e20 3c54 543e 2f65
+       0x0690:  7463 2f61 7061 6368 653c 2f54 543e 2e3c
+       0x06a0:  2f4c 493e 0a0a 3c4c 493e 0a54 6865 203c
+       0x06b0:  5454 3e44 6f63 756d 656e 7452 6f6f 743c
+       0x06c0:  2f54 543e 2c20 7768 6963 6820 6973 2074
+       0x06d0:  6865 2064 6972 6563 746f 7279 2075 6e64
+       0x06e0:  6572 2077 6869 6368 2061 6c6c 2079 6f75
+       0x06f0:  720a 4854 4d4c 2066 696c 6573 2073 686f
+       0x0700:  756c 6420 6578 6973 742c 2069 7320 7365
+       0x0710:  7420 746f 203c 5454 3e2f 7661 722f 7777
+       0x0720:  773c 2f54 543e 2e3c 2f4c 493e 0a0a 3c4c
+       0x0730:  493e 0a43 4749 2073 6372 6970 7473 2061
+       0x0740:  7265 206c 6f6f 6b65 6420 666f 7220 696e
+       0x0750:  203c 5454 3e2f 7573 722f 6c69 622f 6367
+       0x0760:  692d 6269 6e3c 2f54 543e 2c20 7768 6963
+       0x0770:  6820 6973 2077 6865 7265 0a44 6562 6961
+       0x0780:  6e20 7061 636b 6167 6573 2077 696c 6c20
+       0x0790:  706c 6163 6520 7468 6569 7220 7363 7269
+       0x07a0:  7074 732e 3c2f 4c49 3e0a 0a3c 4c49 3e0a
+       0x07b0:  4c6f 6720 6669 6c65 7320 6172 6520 706c
+       0x07c0:  6163 6564 2069 6e20 3c54 543e 2f76 6172
+       0x07d0:  2f6c 6f67 2f61 7061 6368 653c 2f54 543e
+       0x07e0:  2c20 616e 6420 7769 6c6c 2062 6520 726f
+       0x07f0:  7461 7465 640a 7765 656b 6c79 2e20 2054
+       0x0800:  6865 2066 7265 7175 656e 6379 206f 6620
+       0x0810:  726f 7461 7469 6f6e 2063 616e 2062 6520
+       0x0820:  6561 7369 6c79 2063 6861 6e67 6564 2062
+       0x0830:  7920 6564 6974 696e 670a 3c54 543e 2f65
+       0x0840:  7463 2f6c 6f67 726f 7461 7465 2e64 2f61
+       0x0850:  7061 6368 653c 2f54 543e 2e3c 2f4c 493e
+       0x0860:  0a0a 3c4c 493e 0a54 6865 2064 6566 6175
+       0x0870:  6c74 2064 6972 6563 746f 7279 2069 6e64
+       0x0880:  6578 2069 7320 3c54 543e 696e 6465 782e
+       0x0890:  6874 6d6c 3c2f 5454 3e2c 206d 6561 6e69
+       0x08a0:  6e67 2074 6861 7420 7265 7175 6573 7473
+       0x08b0:  0a66 6f72 2061 2064 6972 6563 746f 7279
+       0x08c0:  203c 5454 3e2f 666f 6f2f 6261 722f 3c2f
+       0x08d0:  5454 3e20 7769 6c6c 2067 6976 6520 7468
+       0x08e0:  6520 636f 6e74 656e 7473 206f 6620 7468
+       0x08f0:  6520 6669 6c65 203c 5454 3e2f 7661 722f
+       0x0900:  7777 772f 666f 6f2f 6261 722f 696e 6465
+       0x0910:  782e 6874 6d6c 3c2f 5454 3e0a 6966 2069
+       0x0920:  7420 6578 6973 7473 2028 6173 7375 6d69
+       0x0930:  6e67 2074 6861 7420 3c54 543e 2f76 6172
+       0x0940:  2f77 7777 3c2f 5454 3e20 6973 2079 6f75
+       0x0950:  7220 3c54 543e 446f 6375 6d65 6e74 526f
+       0x0960:  6f74 3c2f 5454 3e29 2e3c 2f4c 493e 0a0a
+       0x0970:  3c4c 493e 0a55 7365 7220 6469 7265 6374
+       0x0980:  6f72 6965 7320 6172 6520 656e 6162 6c65
+       0x0990:  642c 2061 6e64 2075 7365 7220 646f 6375
+       0x09a0:  6d65 6e74 7320 7769 6c6c 2062 6520 6c6f
+       0x09b0:  6f6b 6564 2066 6f72 0a69 6e20 7468 6520
+       0x09c0:  3c54 543e 7075 626c 6963 5f68 746d 6c3c
+       0x09d0:  2f54 543e 2064 6972 6563 746f 7279 206f
+       0x09e0:  6620 7468 6520 7573 6572 7327 2068 6f6d
+       0x09f0:  6573 2e20 2054 6865 7365 2064 6972 730a
+       0x0a00:  7368 6f75 6c64 2062 6520 756e 6465 7220
+       0x0a10:  3c54 543e 2f68 6f6d 653c 2f54 543e 2c20
+       0x0a20:  616e 6420 7573 6572 7320 7769 6c6c 206e
+       0x0a30:  6f74 2062 6520 6162 6c65 2074 6f20 7379
+       0x0a40:  6d6c 696e 6b0a 746f 2066 696c 6573 2074
+       0x0a50:  6865 7920 646f 6e27 7420 6f77 6e2e 3c2f
+       0x0a60:  4c49 3e0a 0a3c 2f55 4c3e 0a41 6c6c 2074
+       0x0a70:  6865 2073 7461 6e64 6172 6420 6170 6163
+       0x0a80:  6865 206d 6f64 756c 6573 2061 7265 2061
+       0x0a90:  7661 696c 6162 6c65 2077 6974 6820 7468
+       0x0aa0:  6973 2072 656c 6561 7365 2061 6e64 2061
+       0x0ab0:  7265 0a6e 6f77 206d 616e 6167 6564 2077
+       0x0ac0:  6974 6820 6465 6263 6f6e 662e 2020 5479
+       0x0ad0:  7065 203c 5454 3e64 706b 672d 7265 636f
+       0x0ae0:  6e66 6967 7572 6520 6170 6163 6865 3c2f
+       0x0af0:  5454 3e20 746f 0a73 656c 6563 7420 7768
+       0x0b00:  6963 6820 6d6f 6475 6c65 7320 796f 7520
+       0x0b10:  7761 6e74 2065 6e61 626c 6564 2e20 204d
+       0x0b20:  616e 7920 6f74 6865 7220 6d6f 6475 6c65
+       0x0b30:  7320 6172 6520 6176 6169 6c61 626c 650a
+       0x0b40:  7468 726f 7567 6820 7468 6520 4465 6269
+       0x0b50:  616e 2070 6163 6b61 6765 2073 7973 7465
+       0x0b60:  6d20 7769 7468 2074 6865 206e 616d 6573
+       0x0b70:  203c 5454 3e6c 6962 6170 6163 6865 2d6d
+       0x0b80:  6f64 2d2a 3c2f 5454 3e2e 0a49 6620 796f
+       0x0b90:  7520 6e65 6564 2074 6f20 636f 6d70 696c
+       0x0ba0:  6520 6120 6d6f 6475 6c65 2079 6f75 7273
+       0x0bb0:  656c 662c 2079 6f75 2077 696c 6c20 6e65
+       0x0bc0:  6564 2074 6f20 696e 7374 616c 6c20 7468
+       0x0bd0:  650a 3c54 543e 6170 6163 6865 2d64 6576
+       0x0be0:  3c2f 5454 3e20 7061 636b 6167 652e 0a0a
+       0x0bf0:  3c50 3e4d 6f72 6520 646f 6375 6d65 6e74
+       0x0c00:  6174 696f 6e20 6f6e 2041 7061 6368 6520
+       0x0c10:  6361 6e20 6265 2066 6f75 6e64 206f 6e3a
+       0x0c20:  0a3c 554c 3e0a 3c4c 493e 0a54 6865 203c
+       0x0c30:  4120 4852 4546 3d22 2f64 6f63 2f61 7061
+       0x0c40:  6368 652d 646f 632f 6d61 6e75 616c 2f22
+       0x0c50:  3e41 7061 6368 6520 646f 6375 6d65 6e74
+       0x0c60:  6174 696f 6e3c 2f41 3e20 7374 6f72 6564
+       0x0c70:  206f 6e20 796f 7572 2073 6572 7665 722e
+       0x0c80:  3c2f 4c49 3e0a 0a3c 4c49 3e0a 5468 6520
+       0x0c90:  3c41 2048 5245 463d 2268 7474 703a 2f2f
+       0x0ca0:  7777 772e 6170 6163 6865 2e6f 7267 2f22
+       0x0cb0:  3e41 7061 6368 6520 5072 6f6a 6563 743c
+       0x0cc0:  2f41 3e20 686f 6d65 2073 6974 652e 3c2f
+       0x0cd0:  4c49 3e0a 0a3c 4c49 3e0a 5468 6520 3c41
+       0x0ce0:  2048 5245 463d 2268 7474 703a 2f2f 7777
+       0x0cf0:  772e 6170 6163 6865 2d73 736c 2e6f 7267
+       0x0d00:  2f22 3e41 7061 6368 652d 5353 4c3c 2f41
+       0x0d10:  3e20 686f 6d65 2073 6974 652e 3c2f 4c49
+       0x0d20:  3e0a 0a3c 4c49 3e0a 5468 6520 3c41 2048
+       0x0d30:  5245 463d 2268 7474 703a 2f2f 7065 726c
+       0x0d40:  2e61 7061 6368 652e 6f72 672f 223e 6d6f
+       0x0d50:  6420 7065 726c 3c2f 413e 2068 6f6d 6520
+       0x0d60:  7369 7465 2e3c 2f4c 493e 0a0a 3c4c 493e
+       0x0d70:  0a54 6865 203c 4120 4852 4546 3d22 6874
+       0x0d80:  7470 3a2f 2f77 7777 2e61 7061 6368 6577
+       0x0d90:  6565 6b2e 636f 6d2f 223e 4170 6163 6865
+       0x0da0:  5765 656b 3c2f 413e 206e 6577 736c 6574
+       0x0db0:  7465 722e 3c2f 4c49 3e0a 0a3c 4c49 3e0a
+       0x0dc0:  5468 6520 3c41 2048 5245 463d 2268 7474
+       0x0dd0:  703a 2f2f 7777 772e 6465 6269 616e 2e6f
+       0x0de0:  7267 2f64 6f63 2f22 3e44 6562 6961 6e20
+       0x0df0:  5072 6f6a 6563 740a 446f 6375 6d65 6e74
+       0x0e00:  6174 696f 6e3c 2f41 3e20 7768 6963 6820
+       0x0e10:  636f 6e74 6169 6e73 2048 4f57 544f 732c
+       0x0e20:  2046 4151 732c 2061 6e64 2073 6f66 7477
+       0x0e30:  6172 6520 7570 6461 7465 732e 3c2f 4c49
+       0x0e40:  3e0a 3c2f 554c 3e0a 0a3c 503e 596f 7520
+       0x0e50:  6361 6e20 616c 736f 2063 6f6e 7375 6c74
+       0x0e60:  2074 6865 206c 6973 7420 6f66 203c 4120
+       0x0e70:  4852 4546 3d22 6874 7470 3a2f 2f77 7777
+       0x0e80:  2e62 6f75 7465 6c6c 2e63 6f6d 2f66 6171
+       0x0e90:  2f22 3e57 6f72 6c64 0a57 6964 6520 5765
+       0x0ea0:  6220 4672 6571 7565 6e74 6c79 2041 736b
+       0x0eb0:  6564 2051 7565 7374 696f 6e73 3c2f 413e
+       0x0ec0:  2066 6f72 2069 6e66 6f72 6d61 7469 6f6e
+       0x0ed0:  2e0a 0a3c 4832 3e4c 6574 206f 7468 6572
+       0x0ee0:  2070 656f 706c 6520 6b6e 6f77 2061 626f
+       0x0ef0:  7574 2074 6869 7320 7365 7276 6572 3c2f
+       0x0f00:  4832 3e0a 0a3c 4120 4852 4546 3d22 6874
+       0x0f10:  7470 3a2f 2f6e 6574 6372 6166 742e 636f
+       0x0f20:  6d2f 223e 4e65 7463 7261 6674 3c2f 413e
+       0x0f30:  2070 726f 7669 6465 7320 616e 2069 6e74
+       0x0f40:  6572 6573 7469 6e67 2066 7265 650a 7365
+       0x0f50:  7276 6963 6520 666f 7220 7765 6220 7369
+       0x0f60:  7465 206d 6f6e 6974 6f72 696e 6720 616e
+       0x0f70:  6420 7374 6174 6973 7469 6320 636f 6c6c
+       0x0f80:  6563 7469 6f6e 2e0a 596f 7520 6361 6e20
+       0x0f90:  6c65 7420 7468 656d 206b 6e6f 7720 6162
+       0x0fa0:  6f75 7420 796f 7572 2073 6572 7665 7220
+       0x0fb0:  7573 696e 6720 7468 6569 720a 3c41 2048
+       0x0fc0:  5245 463d 2268 7474 703a 2f2f 7570 7469
+       0x0fd0:  6d65 2e6e 6574 6372 6166 742e 636f 6d2f
+       0x0fe0:  223e 696e 7465 7266 6163 653c 2f41 3e2e
+       0x0ff0:  0a45 6e61 626c 696e 6720 7468 6520 6d6f
+       0x1000:  6e69 746f 7269 6e67 206f 6620 796f 7572
+       0x1010:  2073 6572 7665 7220 7769 6c6c 2070 726f
+       0x1020:  7669 6465 2061 2062 6574 7465 7220 676c
+       0x1030:  6f62 616c 206f 7665 7276 6965 770a 6f66
+       0x1040:  2077 686f 2069 7320 7573 696e 6720 7768
+       0x1050:  6174 2061 6e64 2077 6865 7265 2c20 616e
+       0x1060:  6420 6974 2077 6f75 6c64 2067 6976 6520
+       0x1070:  4465 6269 616e 2061 2062 6574 7465 720a
+       0x1080:  6f76 6572 7669 6577 206f 6620 7468 6520
+       0x1090:  6170 6163 6865 2070 6163 6b61 6765 2075
+       0x10a0:  7361 6765 2e0a 0a3c 4832 3e41 626f 7574
+       0x10b0:  2074 6869 7320 7061 6765 3c2f 4832 3e0a
+       0x10c0:  0a3c 494d 4720 414c 4947 4e3d 2272 6967
+       0x10d0:  6874 2220 414c 543d 2222 2048 4549 4748
+       0x10e0:  543d 2232 3437 2220 5749 4454 483d 2232
+       0x10f0:  3738 2220 5352 433d 2269 636f 6e73 2f6a
+       0x1100:  6865 3036 312e 706e 6722 3e0a 0a3c 503e
+       0x1110:  5468 6973 2069 7320 6120 706c 6163 6568
+       0x1120:  6f6c 6465 7220 7061 6765 2069 6e73 7461
+       0x1130:  6c6c 6564 2062 7920 7468 6520 3c41 0a48
+       0x1140:  5245 463d 2268 7474 703a 2f2f 7777 772e
+       0x1150:  6465 6269 616e 2e6f 7267 2f22 3e44 6562
+       0x1160:  6961 6e3c 2f41 3e0a 7265 6c65 6173 6520
+       0x1170:  6f66 2074 6865 2061 7061 6368 6520 5765
+       0x1180:  6220 7365 7276 6572 2070 6163 6b61 6765
+       0x1190:  2e0a 0a3c 503e 5468 6973 2063 6f6d 7075
+       0x11a0:  7465 7220 6861 7320 696e 7374 616c 6c65
+       0x11b0:  6420 7468 6520 4465 6269 616e 2047 4e55
+       0x11c0:  2f4c 696e 7578 206f 7065 7261 7469 6e67
+       0x11d0:  2073 7973 7465 6d2c 0a62 7574 2069 7420
+       0x11e0:  6861 7320 3c73 7472 6f6e 673e 6e6f 7468
+       0x11f0:  696e 6720 746f 2064 6f20 7769 7468 2074
+       0x1200:  6865 2044 6562 6961 6e0a 5072 6f6a 6563
+       0x1210:  743c 2f73 7472 6f6e 673e 2e20 506c 6561
+       0x1220:  7365 2064 6f20 3c73 7472 6f6e 673e 6e6f
+       0x1230:  743c 2f73 7472 6f6e 673e 2063 6f6e 7461
+       0x1240:  6374 2074 6865 2044 6562 6961 6e0a 5072
+       0x1250:  6f6a 6563 7420 6162 6f75 7420 6974 2e3c
+       0x1260:  2f50 3e0a 0a3c 503e 4966 2079 6f75 2066
+       0x1270:  696e 6420 6120 6275 6720 696e 2074 6869
+       0x1280:  7320 6170 6163 6865 2070 6163 6b61 6765
+       0x1290:  2c20 6f72 2069 6e20 4170 6163 6865 2069
+       0x12a0:  7473 656c 662c 0a70 6c65 6173 6520 6669
+       0x12b0:  6c65 2061 2062 7567 2072 6570 6f72 7420
+       0x12c0:  6f6e 2069 742e 2020 496e 7374 7275 6374
+       0x12d0:  696f 6e73 206f 6e20 646f 696e 6720 7468
+       0x12e0:  6973 2c20 616e 6420 7468 650a 6c69 7374
+       0x12f0:  206f 6620 3c41 2048 5245 463d 2268 7474
+       0x1300:  703a 2f2f 6275 6773 2e64 6562 6961 6e2e
+       0x1310:  6f72 672f 7372 633a 6170 6163 6865 223e
+       0x1320:  6b6e 6f77 6e20 6275 6773 3c2f 413e 206f
+       0x1330:  6620 7468 6973 0a70 6163 6b61 6765 2c20
+       0x1340:  6361 6e20 6265 2066 6f75 6e64 2069 6e20
+       0x1350:  7468 6520 0a3c 4120 4852 4546 3d22 6874
+       0x1360:  7470 3a2f 2f77 7777 2e64 6562 6961 6e2e
+       0x1370:  6f72 672f 4275 6773 2f52 6570 6f72 7469
+       0x1380:  6e67 223e 4465 6269 616e 2042 7567 2054
+       0x1390:  7261 636b 696e 6720 5379 7374 656d 3c2f
+       0x13a0:  413e 2e0a 0a3c 503e 5468 616e 6b73 2066
+       0x13b0:  6f72 2075 7369 6e67 2074 6869 7320 7061
+       0x13c0:  636b 6167 652c 2061 6e64 2063 6f6e 6772
+       0x13d0:  6174 756c 6174 696f 6e73 2066 6f72 2079
+       0x13e0:  6f75 7220 6368 6f69 6365 206f 660a 6120
+       0x13f0:  4465 6269 616e 2073 7973 7465 6d21 3c2f
+       0x1400:  503e 0a0a 3c44 4956 2061 6c69 676e 3d22
+       0x1410:  6365 6e74 6572 223e 0a3c 6120 6872 6566
+       0x1420:  3d22 6874 7470 3a2f 2f77 7777 2e64 6562
+       0x1430:  6961 6e2e 6f72 672f 223e 0a3c 494d 4720
+       0x1440:  616c 6967 6e3d 226d 6964 646c 6522 2068
+       0x1450:  6569 6768 743d 2233 3022 2077 6964 7468
+       0x1460:  3d22 3235 2220 7372 633d 2269 636f 6e73
+       0x1470:  2f64 6562 6961 6e2f 6f70 656e 6c6f 676f
+       0x1480:  2d32 352e 6a70 6722 2061 6c74 3d22 4465
+       0x1490:  6269 616e 223e 0a3c 2f61 3e0a 3c61 2068
+       0x14a0:  7265 663d 2268 7474 703a 2f2f 7777 772e
+       0x14b0:  6170 6163 6865 2e6f 7267 2f22 3e0a 3c49
+       0x14c0:  4d47 2061 6c69 676e 3d22 6d69 6464 6c65
+       0x14d0:  2220 6865 6967 6874 3d22 3332 2220 7769
+       0x14e0:  6474 683d 2232 3539 2220 7372 633d 2269
+       0x14f0:  636f 6e73 2f61 7061 6368 655f 7062 2e70
+       0x1500:  6e67 2220 616c 743d 2241 7061 6368 6522
+       0x1510:  3e0a 3c2f 613e 0a3c 2f44 4956 3e0a 0a3c
+       0x1520:  212d 2d0a 2020 5468 6973 2070 6167 6520
+       0x1530:  7761 7320 696e 6974 6961 6c6c 7920 6372
+       0x1540:  6561 7465 6420 6279 204a 6f68 6e69 6520
+       0x1550:  496e 6772 616d 2028 6874 7470 3a2f 2f6e
+       0x1560:  6574 676f 642e 6e65 742f 290a 2020 4974
+       0x1570:  2077 6173 206c 6174 6572 2065 6469 7465
+       0x1580:  6420 6279 204d 6174 7468 6577 2057 696c
+       0x1590:  636f 7820 616e 6420 4a6f 7369 7020 526f
+       0x15a0:  6469 6e2e 0a20 204c 6173 7420 6d6f 6469
+       0x15b0:  6669 6564 3a20 2444 6174 653a 2032 3030
+       0x15c0:  342f 3036 2f32 3020 3135 3a33 333a 3537
+       0x15d0:  2024 2e0a 2020 2d2d 3e0a 0a3c 2f42 4f44
+       0x15e0:  593e 0a3c 2f48 544d 4c3e 0a
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+       0x0000:  4500 0034 1b6e 4000 4006 2154 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 8a49 377a a3a9
+       0x0020:  8010 305f 10ea 0000 0101 080a 4ddc 9219
+       0x0030:  4ddc 9219
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+       0x0000:  4500 0034 1b70 4000 4006 2152 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 8a49 377a a3a9
+       0x0020:  8011 305f 0be1 0000 0101 080a 4ddc 9721
+       0x0030:  4ddc 9219
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+       0x0000:  4500 0034 1fe8 4000 4006 1cda 7f00 0001
+       0x0010:  7f00 0001 0050 da70 377a a3a9 3758 8a4a
+       0x0020:  8011 2000 1735 0000 0101 080a 4ddc 9723
+       0x0030:  4ddc 9721
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+       0x0000:  4500 0034 1b72 4000 4006 2150 7f00 0001
+       0x0010:  7f00 0001 da70 0050 3758 8a4a 377a a3aa
+       0x0020:  8010 305f 06d4 0000 0101 080a 4ddc 9723
+       0x0030:  4ddc 9723
diff --git a/tests/print-xx.out b/tests/print-xx.out
new file mode 100644 (file)
index 0000000..e154132
--- /dev/null
@@ -0,0 +1,419 @@
+20:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  003c 1b68 4000 4006 2152 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 897e 0000 0000 a002
+       0x0030:  7fff 1421 0000 0204 400c 0402 080a 4ddc
+       0x0040:  9216 0000 0000 0103 0302
+20:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  003c 0000 4000 4006 3cba 7f00 0001 7f00
+       0x0020:  0001 0050 da70 377a 8df1 3758 897f a012
+       0x0030:  7fff 6eb1 0000 0204 400c 0402 080a 4ddc
+       0x0040:  9216 4ddc 9216 0103 0302
+20:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1b6a 4000 4006 2158 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 897f 377a 8df2 8010
+       0x0030:  2000 37d0 0000 0101 080a 4ddc 9216 4ddc
+       0x0040:  9216
+20:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  00fe 1b6c 4000 4006 208c 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 897f 377a 8df2 8018
+       0x0030:  2000 fef2 0000 0101 080a 4ddc 9217 4ddc
+       0x0040:  9216 4745 5420 2f20 4854 5450 2f31 2e31
+       0x0050:  0d0a 486f 7374 3a20 6c6f 6361 6c68 6f73
+       0x0060:  740d 0a55 7365 722d 4167 656e 743a 2045
+       0x0070:  4c69 6e6b 732f 302e 3130 2e34 2d37 2d64
+       0x0080:  6562 6961 6e20 2874 6578 746d 6f64 653b
+       0x0090:  204c 696e 7578 2032 2e36 2e31 312d 312d
+       0x00a0:  3638 362d 736d 7020 6936 3836 3b20 3133
+       0x00b0:  3278 3536 2d32 290d 0a41 6363 6570 743a
+       0x00c0:  202a 2f2a 0d0a 4163 6365 7074 2d45 6e63
+       0x00d0:  6f64 696e 673a 2067 7a69 700d 0a41 6363
+       0x00e0:  6570 742d 4c61 6e67 7561 6765 3a20 656e
+       0x00f0:  0d0a 436f 6e6e 6563 7469 6f6e 3a20 4b65
+       0x0100:  6570 2d41 6c69 7665 0d0a 0d0a
+20:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1fe4 4000 4006 1cde 7f00 0001 7f00
+       0x0020:  0001 0050 da70 377a 8df2 3758 8a49 8010
+       0x0030:  2000 3703 0000 0101 080a 4ddc 9218 4ddc
+       0x0040:  9217
+20:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  15eb 1fe6 4000 4006 0725 7f00 0001 7f00
+       0x0020:  0001 0050 da70 377a 8df2 3758 8a49 8018
+       0x0030:  2000 13e0 0000 0101 080a 4ddc 9219 4ddc
+       0x0040:  9217 4854 5450 2f31 2e31 2032 3030 204f
+       0x0050:  4b0d 0a44 6174 653a 2057 6564 2c20 3036
+       0x0060:  204a 756c 2032 3030 3520 3033 3a35 373a
+       0x0070:  3335 2047 4d54 0d0a 5365 7276 6572 3a20
+       0x0080:  4170 6163 6865 2f31 2e33 2e33 330d 0a4c
+       0x0090:  6173 742d 4d6f 6469 6669 6564 3a20 5375
+       0x00a0:  6e2c 2031 3520 4175 6720 3230 3034 2030
+       0x00b0:  303a 3433 3a34 3120 474d 540d 0a45 5461
+       0x00c0:  673a 2022 3665 3830 6630 2d31 3438 612d
+       0x00d0:  3431 3165 6231 6264 220d 0a41 6363 6570
+       0x00e0:  742d 5261 6e67 6573 3a20 6279 7465 730d
+       0x00f0:  0a43 6f6e 7465 6e74 2d4c 656e 6774 683a
+       0x0100:  2035 3235 380d 0a4b 6565 702d 416c 6976
+       0x0110:  653a 2074 696d 656f 7574 3d31 352c 206d
+       0x0120:  6178 3d31 3030 0d0a 436f 6e6e 6563 7469
+       0x0130:  6f6e 3a20 4b65 6570 2d41 6c69 7665 0d0a
+       0x0140:  436f 6e74 656e 742d 5479 7065 3a20 7465
+       0x0150:  7874 2f68 746d 6c3b 2063 6861 7273 6574
+       0x0160:  3d69 736f 2d38 3835 392d 310d 0a0d 0a3c
+       0x0170:  2144 4f43 5459 5045 2048 544d 4c20 5055
+       0x0180:  424c 4943 2022 2d2f 2f57 3343 2f2f 4454
+       0x0190:  4420 4854 4d4c 2034 2e30 3120 5472 616e
+       0x01a0:  7369 7469 6f6e 616c 2f2f 454e 223e 0a3c
+       0x01b0:  4854 4d4c 3e0a 3c48 4541 443e 0a20 2020
+       0x01c0:  3c4d 4554 4120 4854 5450 2d45 5155 4956
+       0x01d0:  3d22 436f 6e74 656e 742d 5479 7065 2220
+       0x01e0:  434f 4e54 454e 543d 2274 6578 742f 6874
+       0x01f0:  6d6c 3b20 6368 6172 7365 743d 6973 6f2d
+       0x0200:  3838 3539 2d31 223e 0a20 2020 3c4d 4554
+       0x0210:  4120 4e41 4d45 3d22 4465 7363 7269 7074
+       0x0220:  696f 6e22 2043 4f4e 5445 4e54 3d22 5468
+       0x0230:  6520 696e 6974 6961 6c20 696e 7374 616c
+       0x0240:  6c61 7469 6f6e 206f 6620 4465 6269 616e
+       0x0250:  2061 7061 6368 652e 223e 0a20 2020 3c54
+       0x0260:  4954 4c45 3e50 6c61 6365 686f 6c64 6572
+       0x0270:  2070 6167 653c 2f54 4954 4c45 3e0a 3c2f
+       0x0280:  4845 4144 3e0a 3c42 4f44 5920 5445 5854
+       0x0290:  3d22 2330 3030 3030 3022 2042 4743 4f4c
+       0x02a0:  4f52 3d22 2346 4646 4646 4622 204c 494e
+       0x02b0:  4b3d 2223 3030 3030 4546 2220 564c 494e
+       0x02c0:  4b3d 2223 3535 3138 3841 2220 414c 494e
+       0x02d0:  4b3d 2223 4646 3030 3030 223e 0a0a 3c48
+       0x02e0:  313e 506c 6163 6568 6f6c 6465 7220 7061
+       0x02f0:  6765 3c2f 4831 3e0a 3c48 323e 4966 2079
+       0x0300:  6f75 2061 7265 206a 7573 7420 6272 6f77
+       0x0310:  7369 6e67 2074 6865 2077 6562 3c2f 6832
+       0x0320:  3e0a 0a3c 503e 5468 6520 6f77 6e65 7220
+       0x0330:  6f66 2074 6869 7320 7765 6220 7369 7465
+       0x0340:  2068 6173 206e 6f74 2070 7574 2075 7020
+       0x0350:  616e 7920 7765 6220 7061 6765 7320 7965
+       0x0360:  742e 0a50 6c65 6173 6520 636f 6d65 2062
+       0x0370:  6163 6b20 6c61 7465 722e 3c2f 503e 0a0a
+       0x0380:  3c50 3e3c 534d 414c 4c3e 3c43 4954 453e
+       0x0390:  4d6f 7665 2061 6c6f 6e67 2c20 6e6f 7468
+       0x03a0:  696e 6720 746f 2073 6565 2068 6572 652e
+       0x03b0:  2e2e 3c2f 4349 5445 3e20 3a2d 293c 2f53
+       0x03c0:  4d41 4c4c 3e3c 2f50 3e0a 0a3c 4832 3e49
+       0x03d0:  6620 796f 7520 6172 6520 7472 7969 6e67
+       0x03e0:  2074 6f20 6c6f 6361 7465 2074 6865 2061
+       0x03f0:  646d 696e 6973 7472 6174 6f72 206f 6620
+       0x0400:  7468 6973 206d 6163 6869 6e65 3c2f 4832
+       0x0410:  3e0a 0a3c 503e 4966 2079 6f75 2077 616e
+       0x0420:  7420 746f 2072 6570 6f72 7420 736f 6d65
+       0x0430:  7468 696e 6720 6162 6f75 7420 7468 6973
+       0x0440:  2068 6f73 7427 7320 6265 6861 7669 6f72
+       0x0450:  2c20 706c 6561 7365 0a63 6f6e 7461 6374
+       0x0460:  2074 6865 2049 6e74 6572 6e65 7420 5365
+       0x0470:  7276 6963 6520 5072 6f76 6964 6572 2028
+       0x0480:  4953 5029 2069 6e76 6f6c 7665 6420 6469
+       0x0490:  7265 6374 6c79 2e3c 2f50 3e0a 0a3c 503e
+       0x04a0:  5365 6520 7468 6520 3c41 2068 7265 663d
+       0x04b0:  2268 7474 703a 2f2f 7777 772e 6162 7573
+       0x04c0:  652e 6e65 742f 223e 4e65 7477 6f72 6b20
+       0x04d0:  4162 7573 650a 436c 6561 7269 6e67 686f
+       0x04e0:  7573 653c 2f41 3e20 666f 7220 686f 7720
+       0x04f0:  746f 2064 6f20 7468 6973 2e3c 2f50 3e0a
+       0x0500:  0a3c 4832 3e49 6620 796f 7520 6172 6520
+       0x0510:  7468 6520 6164 6d69 6e69 7374 7261 746f
+       0x0520:  7220 6f66 2074 6869 7320 6d61 6368 696e
+       0x0530:  653c 2f48 323e 0a0a 3c50 3e54 6865 2069
+       0x0540:  6e69 7469 616c 2069 6e73 7461 6c6c 6174
+       0x0550:  696f 6e20 6f66 203c 4120 6872 6566 3d22
+       0x0560:  6874 7470 3a2f 2f77 7777 2e64 6562 6961
+       0x0570:  6e2e 6f72 672f 223e 4465 6269 616e 2773
+       0x0580:  0a61 7061 6368 653c 2f41 3e20 7765 6220
+       0x0590:  7365 7276 6572 2070 6163 6b61 6765 2077
+       0x05a0:  6173 2073 7563 6365 7373 6675 6c2e 3c2f
+       0x05b0:  503e 0a0a 3c50 3e3c 5354 524f 4e47 3e59
+       0x05c0:  6f75 2073 686f 756c 6420 7265 706c 6163
+       0x05d0:  6520 7468 6973 2070 6167 6520 7769 7468
+       0x05e0:  2079 6f75 7220 6f77 6e20 7765 6220 7061
+       0x05f0:  6765 7320 6173 0a73 6f6f 6e20 6173 2070
+       0x0600:  6f73 7369 626c 652e 3c2f 5354 524f 4e47
+       0x0610:  3e3c 2f50 3e0a 0a3c 503e 556e 6c65 7373
+       0x0620:  2079 6f75 2063 6861 6e67 6564 2069 7473
+       0x0630:  2063 6f6e 6669 6775 7261 7469 6f6e 2c20
+       0x0640:  796f 7572 206e 6577 2073 6572 7665 7220
+       0x0650:  6973 2063 6f6e 6669 6775 7265 6420 6173
+       0x0660:  2066 6f6c 6c6f 7773 3a0a 3c55 4c3e 0a3c
+       0x0670:  4c49 3e0a 436f 6e66 6967 7572 6174 696f
+       0x0680:  6e20 6669 6c65 7320 6361 6e20 6265 2066
+       0x0690:  6f75 6e64 2069 6e20 3c54 543e 2f65 7463
+       0x06a0:  2f61 7061 6368 653c 2f54 543e 2e3c 2f4c
+       0x06b0:  493e 0a0a 3c4c 493e 0a54 6865 203c 5454
+       0x06c0:  3e44 6f63 756d 656e 7452 6f6f 743c 2f54
+       0x06d0:  543e 2c20 7768 6963 6820 6973 2074 6865
+       0x06e0:  2064 6972 6563 746f 7279 2075 6e64 6572
+       0x06f0:  2077 6869 6368 2061 6c6c 2079 6f75 720a
+       0x0700:  4854 4d4c 2066 696c 6573 2073 686f 756c
+       0x0710:  6420 6578 6973 742c 2069 7320 7365 7420
+       0x0720:  746f 203c 5454 3e2f 7661 722f 7777 773c
+       0x0730:  2f54 543e 2e3c 2f4c 493e 0a0a 3c4c 493e
+       0x0740:  0a43 4749 2073 6372 6970 7473 2061 7265
+       0x0750:  206c 6f6f 6b65 6420 666f 7220 696e 203c
+       0x0760:  5454 3e2f 7573 722f 6c69 622f 6367 692d
+       0x0770:  6269 6e3c 2f54 543e 2c20 7768 6963 6820
+       0x0780:  6973 2077 6865 7265 0a44 6562 6961 6e20
+       0x0790:  7061 636b 6167 6573 2077 696c 6c20 706c
+       0x07a0:  6163 6520 7468 6569 7220 7363 7269 7074
+       0x07b0:  732e 3c2f 4c49 3e0a 0a3c 4c49 3e0a 4c6f
+       0x07c0:  6720 6669 6c65 7320 6172 6520 706c 6163
+       0x07d0:  6564 2069 6e20 3c54 543e 2f76 6172 2f6c
+       0x07e0:  6f67 2f61 7061 6368 653c 2f54 543e 2c20
+       0x07f0:  616e 6420 7769 6c6c 2062 6520 726f 7461
+       0x0800:  7465 640a 7765 656b 6c79 2e20 2054 6865
+       0x0810:  2066 7265 7175 656e 6379 206f 6620 726f
+       0x0820:  7461 7469 6f6e 2063 616e 2062 6520 6561
+       0x0830:  7369 6c79 2063 6861 6e67 6564 2062 7920
+       0x0840:  6564 6974 696e 670a 3c54 543e 2f65 7463
+       0x0850:  2f6c 6f67 726f 7461 7465 2e64 2f61 7061
+       0x0860:  6368 653c 2f54 543e 2e3c 2f4c 493e 0a0a
+       0x0870:  3c4c 493e 0a54 6865 2064 6566 6175 6c74
+       0x0880:  2064 6972 6563 746f 7279 2069 6e64 6578
+       0x0890:  2069 7320 3c54 543e 696e 6465 782e 6874
+       0x08a0:  6d6c 3c2f 5454 3e2c 206d 6561 6e69 6e67
+       0x08b0:  2074 6861 7420 7265 7175 6573 7473 0a66
+       0x08c0:  6f72 2061 2064 6972 6563 746f 7279 203c
+       0x08d0:  5454 3e2f 666f 6f2f 6261 722f 3c2f 5454
+       0x08e0:  3e20 7769 6c6c 2067 6976 6520 7468 6520
+       0x08f0:  636f 6e74 656e 7473 206f 6620 7468 6520
+       0x0900:  6669 6c65 203c 5454 3e2f 7661 722f 7777
+       0x0910:  772f 666f 6f2f 6261 722f 696e 6465 782e
+       0x0920:  6874 6d6c 3c2f 5454 3e0a 6966 2069 7420
+       0x0930:  6578 6973 7473 2028 6173 7375 6d69 6e67
+       0x0940:  2074 6861 7420 3c54 543e 2f76 6172 2f77
+       0x0950:  7777 3c2f 5454 3e20 6973 2079 6f75 7220
+       0x0960:  3c54 543e 446f 6375 6d65 6e74 526f 6f74
+       0x0970:  3c2f 5454 3e29 2e3c 2f4c 493e 0a0a 3c4c
+       0x0980:  493e 0a55 7365 7220 6469 7265 6374 6f72
+       0x0990:  6965 7320 6172 6520 656e 6162 6c65 642c
+       0x09a0:  2061 6e64 2075 7365 7220 646f 6375 6d65
+       0x09b0:  6e74 7320 7769 6c6c 2062 6520 6c6f 6f6b
+       0x09c0:  6564 2066 6f72 0a69 6e20 7468 6520 3c54
+       0x09d0:  543e 7075 626c 6963 5f68 746d 6c3c 2f54
+       0x09e0:  543e 2064 6972 6563 746f 7279 206f 6620
+       0x09f0:  7468 6520 7573 6572 7327 2068 6f6d 6573
+       0x0a00:  2e20 2054 6865 7365 2064 6972 730a 7368
+       0x0a10:  6f75 6c64 2062 6520 756e 6465 7220 3c54
+       0x0a20:  543e 2f68 6f6d 653c 2f54 543e 2c20 616e
+       0x0a30:  6420 7573 6572 7320 7769 6c6c 206e 6f74
+       0x0a40:  2062 6520 6162 6c65 2074 6f20 7379 6d6c
+       0x0a50:  696e 6b0a 746f 2066 696c 6573 2074 6865
+       0x0a60:  7920 646f 6e27 7420 6f77 6e2e 3c2f 4c49
+       0x0a70:  3e0a 0a3c 2f55 4c3e 0a41 6c6c 2074 6865
+       0x0a80:  2073 7461 6e64 6172 6420 6170 6163 6865
+       0x0a90:  206d 6f64 756c 6573 2061 7265 2061 7661
+       0x0aa0:  696c 6162 6c65 2077 6974 6820 7468 6973
+       0x0ab0:  2072 656c 6561 7365 2061 6e64 2061 7265
+       0x0ac0:  0a6e 6f77 206d 616e 6167 6564 2077 6974
+       0x0ad0:  6820 6465 6263 6f6e 662e 2020 5479 7065
+       0x0ae0:  203c 5454 3e64 706b 672d 7265 636f 6e66
+       0x0af0:  6967 7572 6520 6170 6163 6865 3c2f 5454
+       0x0b00:  3e20 746f 0a73 656c 6563 7420 7768 6963
+       0x0b10:  6820 6d6f 6475 6c65 7320 796f 7520 7761
+       0x0b20:  6e74 2065 6e61 626c 6564 2e20 204d 616e
+       0x0b30:  7920 6f74 6865 7220 6d6f 6475 6c65 7320
+       0x0b40:  6172 6520 6176 6169 6c61 626c 650a 7468
+       0x0b50:  726f 7567 6820 7468 6520 4465 6269 616e
+       0x0b60:  2070 6163 6b61 6765 2073 7973 7465 6d20
+       0x0b70:  7769 7468 2074 6865 206e 616d 6573 203c
+       0x0b80:  5454 3e6c 6962 6170 6163 6865 2d6d 6f64
+       0x0b90:  2d2a 3c2f 5454 3e2e 0a49 6620 796f 7520
+       0x0ba0:  6e65 6564 2074 6f20 636f 6d70 696c 6520
+       0x0bb0:  6120 6d6f 6475 6c65 2079 6f75 7273 656c
+       0x0bc0:  662c 2079 6f75 2077 696c 6c20 6e65 6564
+       0x0bd0:  2074 6f20 696e 7374 616c 6c20 7468 650a
+       0x0be0:  3c54 543e 6170 6163 6865 2d64 6576 3c2f
+       0x0bf0:  5454 3e20 7061 636b 6167 652e 0a0a 3c50
+       0x0c00:  3e4d 6f72 6520 646f 6375 6d65 6e74 6174
+       0x0c10:  696f 6e20 6f6e 2041 7061 6368 6520 6361
+       0x0c20:  6e20 6265 2066 6f75 6e64 206f 6e3a 0a3c
+       0x0c30:  554c 3e0a 3c4c 493e 0a54 6865 203c 4120
+       0x0c40:  4852 4546 3d22 2f64 6f63 2f61 7061 6368
+       0x0c50:  652d 646f 632f 6d61 6e75 616c 2f22 3e41
+       0x0c60:  7061 6368 6520 646f 6375 6d65 6e74 6174
+       0x0c70:  696f 6e3c 2f41 3e20 7374 6f72 6564 206f
+       0x0c80:  6e20 796f 7572 2073 6572 7665 722e 3c2f
+       0x0c90:  4c49 3e0a 0a3c 4c49 3e0a 5468 6520 3c41
+       0x0ca0:  2048 5245 463d 2268 7474 703a 2f2f 7777
+       0x0cb0:  772e 6170 6163 6865 2e6f 7267 2f22 3e41
+       0x0cc0:  7061 6368 6520 5072 6f6a 6563 743c 2f41
+       0x0cd0:  3e20 686f 6d65 2073 6974 652e 3c2f 4c49
+       0x0ce0:  3e0a 0a3c 4c49 3e0a 5468 6520 3c41 2048
+       0x0cf0:  5245 463d 2268 7474 703a 2f2f 7777 772e
+       0x0d00:  6170 6163 6865 2d73 736c 2e6f 7267 2f22
+       0x0d10:  3e41 7061 6368 652d 5353 4c3c 2f41 3e20
+       0x0d20:  686f 6d65 2073 6974 652e 3c2f 4c49 3e0a
+       0x0d30:  0a3c 4c49 3e0a 5468 6520 3c41 2048 5245
+       0x0d40:  463d 2268 7474 703a 2f2f 7065 726c 2e61
+       0x0d50:  7061 6368 652e 6f72 672f 223e 6d6f 6420
+       0x0d60:  7065 726c 3c2f 413e 2068 6f6d 6520 7369
+       0x0d70:  7465 2e3c 2f4c 493e 0a0a 3c4c 493e 0a54
+       0x0d80:  6865 203c 4120 4852 4546 3d22 6874 7470
+       0x0d90:  3a2f 2f77 7777 2e61 7061 6368 6577 6565
+       0x0da0:  6b2e 636f 6d2f 223e 4170 6163 6865 5765
+       0x0db0:  656b 3c2f 413e 206e 6577 736c 6574 7465
+       0x0dc0:  722e 3c2f 4c49 3e0a 0a3c 4c49 3e0a 5468
+       0x0dd0:  6520 3c41 2048 5245 463d 2268 7474 703a
+       0x0de0:  2f2f 7777 772e 6465 6269 616e 2e6f 7267
+       0x0df0:  2f64 6f63 2f22 3e44 6562 6961 6e20 5072
+       0x0e00:  6f6a 6563 740a 446f 6375 6d65 6e74 6174
+       0x0e10:  696f 6e3c 2f41 3e20 7768 6963 6820 636f
+       0x0e20:  6e74 6169 6e73 2048 4f57 544f 732c 2046
+       0x0e30:  4151 732c 2061 6e64 2073 6f66 7477 6172
+       0x0e40:  6520 7570 6461 7465 732e 3c2f 4c49 3e0a
+       0x0e50:  3c2f 554c 3e0a 0a3c 503e 596f 7520 6361
+       0x0e60:  6e20 616c 736f 2063 6f6e 7375 6c74 2074
+       0x0e70:  6865 206c 6973 7420 6f66 203c 4120 4852
+       0x0e80:  4546 3d22 6874 7470 3a2f 2f77 7777 2e62
+       0x0e90:  6f75 7465 6c6c 2e63 6f6d 2f66 6171 2f22
+       0x0ea0:  3e57 6f72 6c64 0a57 6964 6520 5765 6220
+       0x0eb0:  4672 6571 7565 6e74 6c79 2041 736b 6564
+       0x0ec0:  2051 7565 7374 696f 6e73 3c2f 413e 2066
+       0x0ed0:  6f72 2069 6e66 6f72 6d61 7469 6f6e 2e0a
+       0x0ee0:  0a3c 4832 3e4c 6574 206f 7468 6572 2070
+       0x0ef0:  656f 706c 6520 6b6e 6f77 2061 626f 7574
+       0x0f00:  2074 6869 7320 7365 7276 6572 3c2f 4832
+       0x0f10:  3e0a 0a3c 4120 4852 4546 3d22 6874 7470
+       0x0f20:  3a2f 2f6e 6574 6372 6166 742e 636f 6d2f
+       0x0f30:  223e 4e65 7463 7261 6674 3c2f 413e 2070
+       0x0f40:  726f 7669 6465 7320 616e 2069 6e74 6572
+       0x0f50:  6573 7469 6e67 2066 7265 650a 7365 7276
+       0x0f60:  6963 6520 666f 7220 7765 6220 7369 7465
+       0x0f70:  206d 6f6e 6974 6f72 696e 6720 616e 6420
+       0x0f80:  7374 6174 6973 7469 6320 636f 6c6c 6563
+       0x0f90:  7469 6f6e 2e0a 596f 7520 6361 6e20 6c65
+       0x0fa0:  7420 7468 656d 206b 6e6f 7720 6162 6f75
+       0x0fb0:  7420 796f 7572 2073 6572 7665 7220 7573
+       0x0fc0:  696e 6720 7468 6569 720a 3c41 2048 5245
+       0x0fd0:  463d 2268 7474 703a 2f2f 7570 7469 6d65
+       0x0fe0:  2e6e 6574 6372 6166 742e 636f 6d2f 223e
+       0x0ff0:  696e 7465 7266 6163 653c 2f41 3e2e 0a45
+       0x1000:  6e61 626c 696e 6720 7468 6520 6d6f 6e69
+       0x1010:  746f 7269 6e67 206f 6620 796f 7572 2073
+       0x1020:  6572 7665 7220 7769 6c6c 2070 726f 7669
+       0x1030:  6465 2061 2062 6574 7465 7220 676c 6f62
+       0x1040:  616c 206f 7665 7276 6965 770a 6f66 2077
+       0x1050:  686f 2069 7320 7573 696e 6720 7768 6174
+       0x1060:  2061 6e64 2077 6865 7265 2c20 616e 6420
+       0x1070:  6974 2077 6f75 6c64 2067 6976 6520 4465
+       0x1080:  6269 616e 2061 2062 6574 7465 720a 6f76
+       0x1090:  6572 7669 6577 206f 6620 7468 6520 6170
+       0x10a0:  6163 6865 2070 6163 6b61 6765 2075 7361
+       0x10b0:  6765 2e0a 0a3c 4832 3e41 626f 7574 2074
+       0x10c0:  6869 7320 7061 6765 3c2f 4832 3e0a 0a3c
+       0x10d0:  494d 4720 414c 4947 4e3d 2272 6967 6874
+       0x10e0:  2220 414c 543d 2222 2048 4549 4748 543d
+       0x10f0:  2232 3437 2220 5749 4454 483d 2232 3738
+       0x1100:  2220 5352 433d 2269 636f 6e73 2f6a 6865
+       0x1110:  3036 312e 706e 6722 3e0a 0a3c 503e 5468
+       0x1120:  6973 2069 7320 6120 706c 6163 6568 6f6c
+       0x1130:  6465 7220 7061 6765 2069 6e73 7461 6c6c
+       0x1140:  6564 2062 7920 7468 6520 3c41 0a48 5245
+       0x1150:  463d 2268 7474 703a 2f2f 7777 772e 6465
+       0x1160:  6269 616e 2e6f 7267 2f22 3e44 6562 6961
+       0x1170:  6e3c 2f41 3e0a 7265 6c65 6173 6520 6f66
+       0x1180:  2074 6865 2061 7061 6368 6520 5765 6220
+       0x1190:  7365 7276 6572 2070 6163 6b61 6765 2e0a
+       0x11a0:  0a3c 503e 5468 6973 2063 6f6d 7075 7465
+       0x11b0:  7220 6861 7320 696e 7374 616c 6c65 6420
+       0x11c0:  7468 6520 4465 6269 616e 2047 4e55 2f4c
+       0x11d0:  696e 7578 206f 7065 7261 7469 6e67 2073
+       0x11e0:  7973 7465 6d2c 0a62 7574 2069 7420 6861
+       0x11f0:  7320 3c73 7472 6f6e 673e 6e6f 7468 696e
+       0x1200:  6720 746f 2064 6f20 7769 7468 2074 6865
+       0x1210:  2044 6562 6961 6e0a 5072 6f6a 6563 743c
+       0x1220:  2f73 7472 6f6e 673e 2e20 506c 6561 7365
+       0x1230:  2064 6f20 3c73 7472 6f6e 673e 6e6f 743c
+       0x1240:  2f73 7472 6f6e 673e 2063 6f6e 7461 6374
+       0x1250:  2074 6865 2044 6562 6961 6e0a 5072 6f6a
+       0x1260:  6563 7420 6162 6f75 7420 6974 2e3c 2f50
+       0x1270:  3e0a 0a3c 503e 4966 2079 6f75 2066 696e
+       0x1280:  6420 6120 6275 6720 696e 2074 6869 7320
+       0x1290:  6170 6163 6865 2070 6163 6b61 6765 2c20
+       0x12a0:  6f72 2069 6e20 4170 6163 6865 2069 7473
+       0x12b0:  656c 662c 0a70 6c65 6173 6520 6669 6c65
+       0x12c0:  2061 2062 7567 2072 6570 6f72 7420 6f6e
+       0x12d0:  2069 742e 2020 496e 7374 7275 6374 696f
+       0x12e0:  6e73 206f 6e20 646f 696e 6720 7468 6973
+       0x12f0:  2c20 616e 6420 7468 650a 6c69 7374 206f
+       0x1300:  6620 3c41 2048 5245 463d 2268 7474 703a
+       0x1310:  2f2f 6275 6773 2e64 6562 6961 6e2e 6f72
+       0x1320:  672f 7372 633a 6170 6163 6865 223e 6b6e
+       0x1330:  6f77 6e20 6275 6773 3c2f 413e 206f 6620
+       0x1340:  7468 6973 0a70 6163 6b61 6765 2c20 6361
+       0x1350:  6e20 6265 2066 6f75 6e64 2069 6e20 7468
+       0x1360:  6520 0a3c 4120 4852 4546 3d22 6874 7470
+       0x1370:  3a2f 2f77 7777 2e64 6562 6961 6e2e 6f72
+       0x1380:  672f 4275 6773 2f52 6570 6f72 7469 6e67
+       0x1390:  223e 4465 6269 616e 2042 7567 2054 7261
+       0x13a0:  636b 696e 6720 5379 7374 656d 3c2f 413e
+       0x13b0:  2e0a 0a3c 503e 5468 616e 6b73 2066 6f72
+       0x13c0:  2075 7369 6e67 2074 6869 7320 7061 636b
+       0x13d0:  6167 652c 2061 6e64 2063 6f6e 6772 6174
+       0x13e0:  756c 6174 696f 6e73 2066 6f72 2079 6f75
+       0x13f0:  7220 6368 6f69 6365 206f 660a 6120 4465
+       0x1400:  6269 616e 2073 7973 7465 6d21 3c2f 503e
+       0x1410:  0a0a 3c44 4956 2061 6c69 676e 3d22 6365
+       0x1420:  6e74 6572 223e 0a3c 6120 6872 6566 3d22
+       0x1430:  6874 7470 3a2f 2f77 7777 2e64 6562 6961
+       0x1440:  6e2e 6f72 672f 223e 0a3c 494d 4720 616c
+       0x1450:  6967 6e3d 226d 6964 646c 6522 2068 6569
+       0x1460:  6768 743d 2233 3022 2077 6964 7468 3d22
+       0x1470:  3235 2220 7372 633d 2269 636f 6e73 2f64
+       0x1480:  6562 6961 6e2f 6f70 656e 6c6f 676f 2d32
+       0x1490:  352e 6a70 6722 2061 6c74 3d22 4465 6269
+       0x14a0:  616e 223e 0a3c 2f61 3e0a 3c61 2068 7265
+       0x14b0:  663d 2268 7474 703a 2f2f 7777 772e 6170
+       0x14c0:  6163 6865 2e6f 7267 2f22 3e0a 3c49 4d47
+       0x14d0:  2061 6c69 676e 3d22 6d69 6464 6c65 2220
+       0x14e0:  6865 6967 6874 3d22 3332 2220 7769 6474
+       0x14f0:  683d 2232 3539 2220 7372 633d 2269 636f
+       0x1500:  6e73 2f61 7061 6368 655f 7062 2e70 6e67
+       0x1510:  2220 616c 743d 2241 7061 6368 6522 3e0a
+       0x1520:  3c2f 613e 0a3c 2f44 4956 3e0a 0a3c 212d
+       0x1530:  2d0a 2020 5468 6973 2070 6167 6520 7761
+       0x1540:  7320 696e 6974 6961 6c6c 7920 6372 6561
+       0x1550:  7465 6420 6279 204a 6f68 6e69 6520 496e
+       0x1560:  6772 616d 2028 6874 7470 3a2f 2f6e 6574
+       0x1570:  676f 642e 6e65 742f 290a 2020 4974 2077
+       0x1580:  6173 206c 6174 6572 2065 6469 7465 6420
+       0x1590:  6279 204d 6174 7468 6577 2057 696c 636f
+       0x15a0:  7820 616e 6420 4a6f 7369 7020 526f 6469
+       0x15b0:  6e2e 0a20 204c 6173 7420 6d6f 6469 6669
+       0x15c0:  6564 3a20 2444 6174 653a 2032 3030 342f
+       0x15d0:  3036 2f32 3020 3135 3a33 333a 3537 2024
+       0x15e0:  2e0a 2020 2d2d 3e0a 0a3c 2f42 4f44 593e
+       0x15f0:  0a3c 2f48 544d 4c3e 0a
+20:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1b6e 4000 4006 2154 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 8a49 377a a3a9 8010
+       0x0030:  305f 10ea 0000 0101 080a 4ddc 9219 4ddc
+       0x0040:  9219
+20:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1b70 4000 4006 2152 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 8a49 377a a3a9 8011
+       0x0030:  305f 0be1 0000 0101 080a 4ddc 9721 4ddc
+       0x0040:  9219
+20:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1fe8 4000 4006 1cda 7f00 0001 7f00
+       0x0020:  0001 0050 da70 377a a3a9 3758 8a4a 8011
+       0x0030:  2000 1735 0000 0101 080a 4ddc 9723 4ddc
+       0x0040:  9721
+20:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
+       0x0000:  0000 0000 0000 0000 0000 0000 0800 4500
+       0x0010:  0034 1b72 4000 4006 2150 7f00 0001 7f00
+       0x0020:  0001 da70 0050 3758 8a4a 377a a3aa 8010
+       0x0030:  305f 06d4 0000 0101 080a 4ddc 9723 4ddc
+       0x0040:  9723