Adding Javadoc documentation.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / javadoc / edu / uci / iotproject / detection / layer2 / package-summary.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>edu.uci.iotproject.detection.layer2</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="edu.uci.iotproject.detection.layer2";
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 class="navBarCell1Rev">Package</li>
36 <li>Class</li>
37 <li><a href="package-tree.html">Tree</a></li>
38 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
39 <li><a href="../../../../../index-files/index-1.html">Index</a></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="../../../../../edu/uci/iotproject/detection/package-summary.html">Prev&nbsp;Package</a></li>
46 <li><a href="../../../../../edu/uci/iotproject/detection/layer3/package-summary.html">Next&nbsp;Package</a></li>
47 </ul>
48 <ul class="navList">
49 <li><a href="../../../../../index.html?edu/uci/iotproject/detection/layer2/package-summary.html" target="_top">Frames</a></li>
50 <li><a href="package-summary.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="header">
72 <h1 title="Package" class="title">Package&nbsp;edu.uci.iotproject.detection.layer2</h1>
73 </div>
74 <div class="contentContainer">
75 <ul class="blockList">
76 <li class="blockList">
77 <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
78 <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
79 <tr>
80 <th class="colFirst" scope="col">Class</th>
81 <th class="colLast" scope="col">Description</th>
82 </tr>
83 <tbody>
84 <tr class="altColor">
85 <td class="colFirst"><a href="../../../../../edu/uci/iotproject/detection/layer2/Layer2AbstractMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2AbstractMatcher</a></td>
86 <td class="colLast">
87 <div class="block">Base class for layer 2 matchers (<code>Layer2SequenceMatcher</code> and <code>Layer2RangeMatcher</code>).</div>
88 </td>
89 </tr>
90 <tr class="rowColor">
91 <td class="colFirst"><a href="../../../../../edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2ClusterMatcher</a></td>
92 <td class="colLast">
93 <div class="block">Attempts to detect members of a cluster (packet sequence mutations) in layer 2 flows.</div>
94 </td>
95 </tr>
96 <tr class="altColor">
97 <td class="colFirst"><a href="../../../../../edu/uci/iotproject/detection/layer2/Layer2RangeMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2RangeMatcher</a></td>
98 <td class="colLast">
99 <div class="block">Attempts to detect the presence of a specific packet sequence in the set of packets provided through multiple calls
100  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>
101 </td>
102 </tr>
103 <tr class="rowColor">
104 <td class="colFirst"><a href="../../../../../edu/uci/iotproject/detection/layer2/Layer2SequenceMatcher.html" title="class in edu.uci.iotproject.detection.layer2">Layer2SequenceMatcher</a></td>
105 <td class="colLast">
106 <div class="block">Attempts to detect the presence of a specific packet sequence in the set of packets provided through multiple calls
107  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>
108 </td>
109 </tr>
110 <tr class="altColor">
111 <td class="colFirst"><a href="../../../../../edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.html" title="class in edu.uci.iotproject.detection.layer2">Layer2SignatureDetector</a></td>
112 <td class="colLast">
113 <div class="block">Performs layer 2 signature detection.</div>
114 </td>
115 </tr>
116 </tbody>
117 </table>
118 </li>
119 </ul>
120 </div>
121 <!-- ======= START OF BOTTOM NAVBAR ====== -->
122 <div class="bottomNav"><a name="navbar.bottom">
123 <!--   -->
124 </a>
125 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
126 <a name="navbar.bottom.firstrow">
127 <!--   -->
128 </a>
129 <ul class="navList" title="Navigation">
130 <li><a href="../../../../../overview-summary.html">Overview</a></li>
131 <li class="navBarCell1Rev">Package</li>
132 <li>Class</li>
133 <li><a href="package-tree.html">Tree</a></li>
134 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
135 <li><a href="../../../../../index-files/index-1.html">Index</a></li>
136 <li><a href="../../../../../help-doc.html">Help</a></li>
137 </ul>
138 </div>
139 <div class="subNav">
140 <ul class="navList">
141 <li><a href="../../../../../edu/uci/iotproject/detection/package-summary.html">Prev&nbsp;Package</a></li>
142 <li><a href="../../../../../edu/uci/iotproject/detection/layer3/package-summary.html">Next&nbsp;Package</a></li>
143 </ul>
144 <ul class="navList">
145 <li><a href="../../../../../index.html?edu/uci/iotproject/detection/layer2/package-summary.html" target="_top">Frames</a></li>
146 <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
147 </ul>
148 <ul class="navList" id="allclasses_navbar_bottom">
149 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
150 </ul>
151 <div>
152 <script type="text/javascript"><!--
153   allClassesLink = document.getElementById("allclasses_navbar_bottom");
154   if(window==top) {
155     allClassesLink.style.display = "block";
156   }
157   else {
158     allClassesLink.style.display = "none";
159   }
160   //-->
161 </script>
162 </div>
163 <a name="skip.navbar.bottom">
164 <!--   -->
165 </a></div>
166 <!-- ======== END OF BOTTOM NAVBAR ======= -->
167 </body>
168 </html>