Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / C#

TCP Session Reconstruction Tool

Rate me:
Please Sign up or sign in to vote.
4.65/5 (17 votes)
21 Sep 2007CPOL6 min read 166.5K   8.2K   74  
A TCP session reconstruction tool for C#.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>WinPcap: Module Index</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<h1>WinPcap Modules</h1>Here is a list of all modules:<ul>
<li><a class="el" href="group__wpcap__tut.html">WinPcap tutorial: a step by step guide to using WinPcap</a>
<li><a class="el" href="group__wpcap__tut1.html">Obtaining the device list</a>
<li><a class="el" href="group__wpcap__tut2.html">Obtaining advanced information about installed devices</a>
<li><a class="el" href="group__wpcap__tut3.html">Opening an adapter and capturing the packets</a>
<li><a class="el" href="group__wpcap__tut4.html">Capturing the packets without the callback</a>
<li><a class="el" href="group__wpcap__tut5.html">Filtering the traffic</a>
<li><a class="el" href="group__wpcap__tut6.html">Interpreting the packets</a>
<li><a class="el" href="group__wpcap__tut7.html">Handling offline dump files</a>
<li><a class="el" href="group__wpcap__tut8.html">Sending Packets</a>
<li><a class="el" href="group__wpcap__tut9.html">Gathering Statistics on the network traffic</a>
<li><a class="el" href="group__internals.html">WinPcap internals</a>
<ul>
<li><a class="el" href="group__NPF.html">NPF driver internals manual</a>
<ul>
<li><a class="el" href="group__NPF__include.html">NPF structures and definitions</a>
<li><a class="el" href="group__NPF__code.html">NPF functions</a>
</ul>
<li><a class="el" href="group__compilation.html">How to compile WinPcap</a>
<li><a class="el" href="group__packetapi.html">Packet.dll -- Packet Driver API</a>
</ul>
<li><a class="el" href="group__wpcap.html">WinPcap user's manual</a>
<ul>
<li><a class="el" href="group__wpcap__def.html">Definitions</a>
<li><a class="el" href="group__wpcapfunc.html">Exported functions</a>
<li><a class="el" href="group__language.html">Filtering expression syntax</a>
<li><a class="el" href="group__wpcapsamps.html">Using WinPcap in your programs</a>
</ul>
<li><a class="el" href="group__remote.html">Remote Capture</a>
<ul>
<li><a class="el" href="group__remote__struct.html">Exported Structures and Definitions</a>
<ul>
<li><a class="el" href="group__remote__source__string.html">Strings related to the new source syntax</a>
<li><a class="el" href="group__remote__source__ID.html">Identifiers related to the new source syntax</a>
<li><a class="el" href="group__remote__open__flags.html">Flags defined in the pcap_open() function</a>
<li><a class="el" href="group__remote__samp__methods.html">Sampling methods defined in the pcap_setsampling() function</a>
<li><a class="el" href="group__remote__auth__methods.html">Authentication methods supported by the RPCAP protocol</a>
</ul>
<li><a class="el" href="group__remotefunc.html">Exported Functions</a>
<li><a class="el" href="group__remote__pri__func.html">Internal Functions</a>
<li><a class="el" href="group__remote__pri__struct.html">Internal Structures and Definitions</a>
</ul>
</ul>

<hr>
<p align="right"><img border="0" src="winpcap_small.gif" align="absbottom" width="91" height="27">
documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2007 
CACE Technologies. All rights reserved.</p>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Microsoft
Israel Israel
Saar, has been programing since 1997. He enjoys taking things a part and designing simple solutions to complex problems. Currently, works for Microsoft writing in a variety of languages and flavors. During the last year he is taking a closer look into mobile and web development.

Comments and Discussions