Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ALDL link-layer type #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions htmlsrc/linktypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,15 @@ <h2 class="title">
href="https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt">this
document</a>.
</td>
</tr>

<tr>
<td class="symbol">LINKTYPE_ALDL</td>
<td class="number">297</td>
<td class="symbol">DLT_ALDL</td>
<td>
GM Assembly Line Diagnostic Link
</td>
</tr>
</table>
</div>
Expand Down
34 changes: 34 additions & 0 deletions htmlsrc/linktypes/LINKTYPE_ALDL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!-- Start of LINKTYPE_ALDL section -->
<div class="post">
<h2 class="title">
LINKTYPE_ALDL
</h2>
<div class="entry">
<h3>Packet structure</h3>
<pre>
+---------------------+
| Message ID |
| (1 Octet) |
+---------------------+
| Payload length - 85 |
| (1 Octet) |
+---------------------+
| Payload |
. .
. .
. .
+---------------------+
| Checksum |
| (1 Octet) |
+---------------------+
</pre>

<h3>Description</h3>
<p>
Assembly Line Diagnostic Link (ALDL) or Assembly Line Communications Link
(ALCL) is a single-duplex asynchronous serial bus used in GM vehicles
throughout the 90's and early 00's. It pre-dates the OBDII standard.
</p>
</div>
<!-- End of LINKTYPE_ALDL section -->
</div>
9 changes: 9 additions & 0 deletions linktypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,15 @@ <h2 class="title">
href="https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt">this
document</a>.
</td>
</tr>

<tr>
<td class="symbol">LINKTYPE_ALDL</td>
<td class="number">297</td>
<td class="symbol">DLT_ALDL</td>
<td>
GM Assembly Line Diagnostic Link
</td>
</tr>
</table>
</div>
Expand Down
100 changes: 100 additions & 0 deletions linktypes/LINKTYPE_ALDL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<!--
Created by : Luis MartinGarcia <http://www.aldabaknocking.com>
Original design : "Collaboration" by Free CSS Templates (later "TEMPLATED")
Original license : Creative Commons Attribution 2.5 License
-->
<html lang="en">

<!-- HEAD -->
<head>
<meta charset="utf-8">
<title>LINKTYPE_ALDL | TCPDUMP &amp; LIBPCAP</title>
<meta name="keywords" content="tcpdump, libpcap, pcap, packet capture, sniffer, security, eavesdrop">
<meta name="description" content="Web site of Tcpdump and Libpcap">
<link href="../style.css" rel="stylesheet" type="text/css" media="screen">
<link href="../images/T-32x32.png" rel="shortcut icon" type="image/png">
</head>
<!-- END OF HTML HEAD -->

<!-- BODY -->
<body>

<!-- TOP MENU -->
<div id="menu">
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../security.html">Security</a></li>
<li><a href="../faq.html">FAQ</a></li>
<li><a href="../manpages/">Man Pages</a></li>
<li><a href="../ci.html">CI</a></li>
<li><a href="../linktypes.html">Link-Layer Header Types</a></li>
<li><a href="../bpfexam/">BPF Exam</a></li>
<li><a href="../related.html">See Also</a></li>
<li><a href="../old_releases.html">Old Releases</a></li>
</ul>
</div>
<!-- END OF TOP MENU -->

<!-- PAGE HEADER -->
<div id="splash">
<br><img src="../images/logo.png" alt="">
</div>
<div id="logo">
<hr>
</div>
<!-- END OF PAGE HEADER -->

<!-- PAGE CONTENTS -->
<div id="page">

<!-- Start of LINKTYPE_ALDL section -->
<div class="post">
<h2 class="title">
LINKTYPE_ALDL
</h2>
<div class="entry">
<h3>Packet structure</h3>
<pre>
+---------------------+
| Message ID |
| (1 Octet) |
+---------------------+
| Payload length - 85 |
| (1 Octet) |
+---------------------+
| Payload |
. .
. .
. .
+---------------------+
| Checksum |
| (1 Octet) |
+---------------------+
</pre>

<h3>Description</h3>
<p>
Assembly Line Diagnostic Link (ALDL) or Assembly Line Communications Link
(ALCL) is a single-duplex asynchronous serial bus used in GM vehicles
throughout the 90's and early 00's. It pre-dates the OBDII standard.
</p>
</div>
<!-- End of LINKTYPE_ALDL section -->
</div>
</div>
<!-- END OF PAGE CONTENTS -->

<!-- FOOTER -->
<div id="footer">
<p>
&copy; 2010&ndash;2022 The Tcpdump Group. Designed by
<a class=away href="https://www.luismg.com/">Luis MartinGarcia</a>;
based on a template by TEMPLATED.
</p>
</div>
<!-- END OF FOOTER -->

</body>
<!-- END OF HTML BODY -->
</html>