Skipped-packet correlation.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / javadoc / index-files / index-10.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc (1.8.0_191) on Thu Mar 28 11:27:00 PDT 2019 -->
6 <title>L-Index</title>
7 <meta name="date" content="2019-03-28">
8 <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
9 <script type="text/javascript" src="../script.js"></script>
10 </head>
11 <body>
12 <script type="text/javascript"><!--
13     try {
14         if (location.href.indexOf('is-external=true') == -1) {
15             parent.document.title="L-Index";
16         }
17     }
18     catch(err) {
19     }
20 //-->
21 </script>
22 <noscript>
23 <div>JavaScript is disabled on your browser.</div>
24 </noscript>
25 <!-- ========= START OF TOP NAVBAR ======= -->
26 <div class="topNav"><a name="navbar.top">
27 <!--   -->
28 </a>
29 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30 <a name="navbar.top.firstrow">
31 <!--   -->
32 </a>
33 <ul class="navList" title="Navigation">
34 <li><a href="../overview-summary.html">Overview</a></li>
35 <li>Package</li>
36 <li>Class</li>
37 <li><a href="../overview-tree.html">Tree</a></li>
38 <li><a href="../deprecated-list.html">Deprecated</a></li>
39 <li class="navBarCell1Rev">Index</li>
40 <li><a href="../help-doc.html">Help</a></li>
41 </ul>
42 </div>
43 <div class="subNav">
44 <ul class="navList">
45 <li><a href="index-9.html">Prev Letter</a></li>
46 <li><a href="index-11.html">Next Letter</a></li>
47 </ul>
48 <ul class="navList">
49 <li><a href="../index.html?index-files/index-10.html" target="_top">Frames</a></li>
50 <li><a href="index-10.html" target="_top">No&nbsp;Frames</a></li>
51 </ul>
52 <ul class="navList" id="allclasses_navbar_top">
53 <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
54 </ul>
55 <div>
56 <script type="text/javascript"><!--
57   allClassesLink = document.getElementById("allclasses_navbar_top");
58   if(window==top) {
59     allClassesLink.style.display = "block";
60   }
61   else {
62     allClassesLink.style.display = "none";
63   }
64   //-->
65 </script>
66 </div>
67 <a name="skip.navbar.top">
68 <!--   -->
69 </a></div>
70 <!-- ========= END OF TOP NAVBAR ========= -->
71 <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">K</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">Z</a>&nbsp;<a name="I:L">
72 <!--   -->
73 </a>
74 <h2 class="title">L</h2>
75 <dl>
76 <dt><a href="../edu/uci/iotproject/detection/layer2/Layer2AbstractMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><span class="typeNameLink">Layer2AbstractMatcher</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer2/package-summary.html">edu.uci.iotproject.detection.layer2</a></dt>
77 <dd>
78 <div class="block">Base class for layer 2 matchers (<code>Layer2SequenceMatcher</code> and <code>Layer2RangeMatcher</code>).</div>
79 </dd>
80 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2AbstractMatcher.html#Layer2AbstractMatcher-java.util.List-">Layer2AbstractMatcher(List&lt;PcapPacket&gt;)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2AbstractMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2AbstractMatcher</a></dt>
81 <dd>
82 <div class="block">Create a <code>Layer2AbstractMatcher</code>.</div>
83 </dd>
84 <dt><a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><span class="typeNameLink">Layer2ClusterMatcher</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer2/package-summary.html">edu.uci.iotproject.detection.layer2</a></dt>
85 <dd>
86 <div class="block">Attempts to detect members of a cluster (packet sequence mutations) in layer 2 flows.</div>
87 </dd>
88 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html#Layer2ClusterMatcher-java.util.List-int-boolean-double-">Layer2ClusterMatcher(List&lt;List&lt;PcapPacket&gt;&gt;, int, boolean, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2ClusterMatcher</a></dt>
89 <dd>
90 <div class="block">Create a new <a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><code>Layer2ClusterMatcher</code></a> that attempts to find occurrences of <code>cluster</code>'s members.</div>
91 </dd>
92 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html#Layer2ClusterMatcher-java.util.List-java.util.function.Function-int-boolean-double-">Layer2ClusterMatcher(List&lt;List&lt;PcapPacket&gt;&gt;, Function&lt;Layer2Flow, Boolean&gt;, int, boolean, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2ClusterMatcher</a></dt>
93 <dd>
94 <div class="block">Create a new <a href="../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><code>Layer2ClusterMatcher</code></a> that attempts to find occurrences of <code>cluster</code>'s members.</div>
95 </dd>
96 <dt><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html" title="class in edu.uci.iotproject.trafficreassembly.layer2"><span class="typeNameLink">Layer2Flow</span></a> - Class in <a href="../edu/uci/iotproject/trafficreassembly/layer2/package-summary.html">edu.uci.iotproject.trafficreassembly.layer2</a></dt>
97 <dd>
98 <div class="block">Models a layer 2 flow: groups packets exchanged between two specific endpoints (MAC addresses).</div>
99 </dd>
100 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html#Layer2Flow-org.pcap4j.util.MacAddress-org.pcap4j.util.MacAddress-">Layer2Flow(MacAddress, MacAddress)</a></span> - Constructor for class edu.uci.iotproject.trafficreassembly.layer2.<a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html" title="class in edu.uci.iotproject.trafficreassembly.layer2">Layer2Flow</a></dt>
101 <dd>&nbsp;</dd>
102 <dt><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowObserver.html" title="interface in edu.uci.iotproject.trafficreassembly.layer2"><span class="typeNameLink">Layer2FlowObserver</span></a> - Interface in <a href="../edu/uci/iotproject/trafficreassembly/layer2/package-summary.html">edu.uci.iotproject.trafficreassembly.layer2</a></dt>
103 <dd>
104 <div class="block">Interface for observing a <a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html" title="class in edu.uci.iotproject.trafficreassembly.layer2"><code>Layer2Flow</code></a>.</div>
105 </dd>
106 <dt><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowReassembler.html" title="class in edu.uci.iotproject.trafficreassembly.layer2"><span class="typeNameLink">Layer2FlowReassembler</span></a> - Class in <a href="../edu/uci/iotproject/trafficreassembly/layer2/package-summary.html">edu.uci.iotproject.trafficreassembly.layer2</a></dt>
107 <dd>
108 <div class="block">Reassembles traffic flows at layer 2, i.e., for each combination of hosts, creates a list of packets exchanged
109  between said hosts.</div>
110 </dd>
111 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowReassembler.html#Layer2FlowReassembler--">Layer2FlowReassembler()</a></span> - Constructor for class edu.uci.iotproject.trafficreassembly.layer2.<a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowReassembler.html" title="class in edu.uci.iotproject.trafficreassembly.layer2">Layer2FlowReassembler</a></dt>
112 <dd>&nbsp;</dd>
113 <dt><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowReassemblerObserver.html" title="interface in edu.uci.iotproject.trafficreassembly.layer2"><span class="typeNameLink">Layer2FlowReassemblerObserver</span></a> - Interface in <a href="../edu/uci/iotproject/trafficreassembly/layer2/package-summary.html">edu.uci.iotproject.trafficreassembly.layer2</a></dt>
114 <dd>
115 <div class="block">For observing a <a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2FlowReassembler.html" title="class in edu.uci.iotproject.trafficreassembly.layer2"><code>Layer2FlowReassembler</code></a>.</div>
116 </dd>
117 <dt><a href="../edu/uci/iotproject/detection/layer2/Layer2RangeMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><span class="typeNameLink">Layer2RangeMatcher</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer2/package-summary.html">edu.uci.iotproject.detection.layer2</a></dt>
118 <dd>
119 <div class="block">Attempts to detect the presence of a specific packet sequence in the set of packets provided through multiple calls
120  to <a href="../edu/uci/iotproject/detection/layer2/Layer2RangeMatcher.html#matchPacket-org.pcap4j.core.PcapPacket-"><code>Layer2RangeMatcher.matchPacket(PcapPacket)</code></a>, considering only layer 2 information.</div>
121 </dd>
122 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2RangeMatcher.html#Layer2RangeMatcher-java.util.List-java.util.List-int-double-">Layer2RangeMatcher(List&lt;PcapPacket&gt;, List&lt;PcapPacket&gt;, int, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2RangeMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2RangeMatcher</a></dt>
123 <dd>
124 <div class="block">Create a <code>Layer2RangeMatcher</code>.</div>
125 </dd>
126 <dt><a href="../edu/uci/iotproject/detection/layer2/Layer2SequenceMatcher.html" title="class in edu.uci.iotproject.detection.layer2"><span class="typeNameLink">Layer2SequenceMatcher</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer2/package-summary.html">edu.uci.iotproject.detection.layer2</a></dt>
127 <dd>
128 <div class="block">Attempts to detect the presence of a specific packet sequence in the set of packets provided through multiple calls
129  to <a href="../edu/uci/iotproject/detection/layer2/Layer2SequenceMatcher.html#matchPacket-org.pcap4j.core.PcapPacket-"><code>Layer2SequenceMatcher.matchPacket(PcapPacket)</code></a>, considering only layer 2 information.</div>
130 </dd>
131 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2SequenceMatcher.html#Layer2SequenceMatcher-java.util.List-int-">Layer2SequenceMatcher(List&lt;PcapPacket&gt;, int)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2SequenceMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2SequenceMatcher</a></dt>
132 <dd>
133 <div class="block">Create a <code>Layer2SequenceMatcher</code>.</div>
134 </dd>
135 <dt><a href="../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer2"><span class="typeNameLink">Layer2SignatureDetector</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer2/package-summary.html">edu.uci.iotproject.detection.layer2</a></dt>
136 <dd>
137 <div class="block">Performs layer 2 signature detection.</div>
138 </dd>
139 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html#Layer2SignatureDetector-java.util.List-int-boolean-double-">Layer2SignatureDetector(List&lt;List&lt;List&lt;PcapPacket&gt;&gt;&gt;, int, boolean, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer2">Layer2SignatureDetector</a></dt>
140 <dd>&nbsp;</dd>
141 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html#Layer2SignatureDetector-java.util.List-java.util.List-int-boolean-double-">Layer2SignatureDetector(List&lt;List&lt;List&lt;PcapPacket&gt;&gt;&gt;, List&lt;Function&lt;Layer2Flow, Boolean&gt;&gt;, int, boolean, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer2.<a href="../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer2">Layer2SignatureDetector</a></dt>
142 <dd>&nbsp;</dd>
143 <dt><a href="../edu/uci/iotproject/detection/layer3/Layer3ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer3"><span class="typeNameLink">Layer3ClusterMatcher</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer3/package-summary.html">edu.uci.iotproject.detection.layer3</a></dt>
144 <dd>
145 <div class="block">Searches a traffic trace for sequences of packets "belong to" a given cluster (in other words, attempts to classify
146  traffic as pertaining to a given cluster).</div>
147 </dd>
148 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer3/Layer3ClusterMatcher.html#Layer3ClusterMatcher-java.util.List-java.lang.String-int-boolean-double-edu.uci.iotproject.detection.ClusterMatcherObserver...-">Layer3ClusterMatcher(List&lt;List&lt;PcapPacket&gt;&gt;, String, int, boolean, double, ClusterMatcherObserver...)</a></span> - Constructor for class edu.uci.iotproject.detection.layer3.<a href="../edu/uci/iotproject/detection/layer3/Layer3ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer3">Layer3ClusterMatcher</a></dt>
149 <dd>
150 <div class="block">Create a <a href="../edu/uci/iotproject/detection/layer3/Layer3ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer3"><code>Layer3ClusterMatcher</code></a>.</div>
151 </dd>
152 <dt><a href="../edu/uci/iotproject/detection/layer3/Layer3SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer3"><span class="typeNameLink">Layer3SignatureDetector</span></a> - Class in <a href="../edu/uci/iotproject/detection/layer3/package-summary.html">edu.uci.iotproject.detection.layer3</a></dt>
153 <dd>
154 <div class="block">Detects an event signature that spans one or multiple TCP connections.</div>
155 </dd>
156 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/detection/layer3/Layer3SignatureDetector.html#Layer3SignatureDetector-java.util.List-java.lang.String-int-boolean-double-">Layer3SignatureDetector(List&lt;List&lt;List&lt;PcapPacket&gt;&gt;&gt;, String, int, boolean, double)</a></span> - Constructor for class edu.uci.iotproject.detection.layer3.<a href="../edu/uci/iotproject/detection/layer3/Layer3SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer3">Layer3SignatureDetector</a></dt>
157 <dd>&nbsp;</dd>
158 <dt><a href="../edu/uci/iotproject/io/LiveCapture.html" title="class in edu.uci.iotproject.io"><span class="typeNameLink">LiveCapture</span></a> - Class in <a href="../edu/uci/iotproject/io/package-summary.html">edu.uci.iotproject.io</a></dt>
159 <dd>
160 <div class="block">Utility methods for setting up a <a href="../edu/uci/iotproject/io/PcapHandleReader.html" title="class in edu.uci.iotproject.io"><code>PcapHandleReader</code></a> that reads live traffic from a network interface card.</div>
161 </dd>
162 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/io/LiveCapture.html#LiveCapture--">LiveCapture()</a></span> - Constructor for class edu.uci.iotproject.io.<a href="../edu/uci/iotproject/io/LiveCapture.html" title="class in edu.uci.iotproject.io">LiveCapture</a></dt>
163 <dd>&nbsp;</dd>
164 </dl>
165 <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">K</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">Z</a>&nbsp;</div>
166 <!-- ======= START OF BOTTOM NAVBAR ====== -->
167 <div class="bottomNav"><a name="navbar.bottom">
168 <!--   -->
169 </a>
170 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
171 <a name="navbar.bottom.firstrow">
172 <!--   -->
173 </a>
174 <ul class="navList" title="Navigation">
175 <li><a href="../overview-summary.html">Overview</a></li>
176 <li>Package</li>
177 <li>Class</li>
178 <li><a href="../overview-tree.html">Tree</a></li>
179 <li><a href="../deprecated-list.html">Deprecated</a></li>
180 <li class="navBarCell1Rev">Index</li>
181 <li><a href="../help-doc.html">Help</a></li>
182 </ul>
183 </div>
184 <div class="subNav">
185 <ul class="navList">
186 <li><a href="index-9.html">Prev Letter</a></li>
187 <li><a href="index-11.html">Next Letter</a></li>
188 </ul>
189 <ul class="navList">
190 <li><a href="../index.html?index-files/index-10.html" target="_top">Frames</a></li>
191 <li><a href="index-10.html" target="_top">No&nbsp;Frames</a></li>
192 </ul>
193 <ul class="navList" id="allclasses_navbar_bottom">
194 <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
195 </ul>
196 <div>
197 <script type="text/javascript"><!--
198   allClassesLink = document.getElementById("allclasses_navbar_bottom");
199   if(window==top) {
200     allClassesLink.style.display = "block";
201   }
202   else {
203     allClassesLink.style.display = "none";
204   }
205   //-->
206 </script>
207 </div>
208 <a name="skip.navbar.bottom">
209 <!--   -->
210 </a></div>
211 <!-- ======== END OF BOTTOM NAVBAR ======= -->
212 </body>
213 </html>