martin 01/11/14 05:30:49
Modified: . debugging.html
Log:
and fix some outdated links
Revision Changes Path
1.13 +2 -2 apache-devsite/debugging.html
Index: debugging.html
===================================================================
RCS file: /home/cvs/apache-devsite/debugging.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- debugging.html 2001/11/14 13:19:34 1.12
+++ debugging.html 2001/11/14 13:30:49 1.13
@@ -303,9 +303,9 @@
This is more difficult than I have time to describe at the moment.
Here are some pointers to useful discussions and tools:
<UL>
-<LI><a href="http://jarok.cs.ohiou.edu/software/tcptrace/pcap.html">tools for
+<LI><a href="http://www.tcpdump.org/related.html">tools for
producing TCP dumps</a>
-<LI><a href="http://jarok.cs.ohiou.edu/software/tcptrace/tcptrace.html">
+<LI><a href="http://www.tcptrace.org">
tcptrace</a> is a TCP dump file analysis tool
<LI><a href="http://HTTP.CS.Berkeley.EDU/~daw/mike/">tcpshow</a> is another
</UL>
|