Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
0 parents commit c19f7b8
Show file tree
Hide file tree
Showing 104 changed files with 22,119 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
675 changes: 675 additions & 0 deletions _modules/gallia/command/base.html

Large diffs are not rendered by default.

316 changes: 316 additions & 0 deletions _modules/gallia/command/uds.html

Large diffs are not rendered by default.

979 changes: 979 additions & 0 deletions _modules/gallia/log.html

Large diffs are not rendered by default.

1,321 changes: 1,321 additions & 0 deletions _modules/gallia/services/uds/core/client.html

Large diffs are not rendered by default.

368 changes: 368 additions & 0 deletions _modules/gallia/services/uds/core/constants.html

Large diffs are not rendered by default.

3,869 changes: 3,869 additions & 0 deletions _modules/gallia/services/uds/core/service.html

Large diffs are not rendered by default.

645 changes: 645 additions & 0 deletions _modules/gallia/services/uds/ecu.html

Large diffs are not rendered by default.

421 changes: 421 additions & 0 deletions _modules/gallia/transports/base.html

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions _modules/gallia/transports/can.html

Large diffs are not rendered by default.

1,010 changes: 1,010 additions & 0 deletions _modules/gallia/transports/doip.html

Large diffs are not rendered by default.

505 changes: 505 additions & 0 deletions _modules/gallia/transports/hsfz.html

Large diffs are not rendered by default.

338 changes: 338 additions & 0 deletions _modules/gallia/transports/isotp.html

Large diffs are not rendered by default.

157 changes: 157 additions & 0 deletions _modules/gallia/transports/schemes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gallia.transports.schemes &mdash; gallia documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />


<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../../index.html" class="icon icon-home">
gallia
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Usage</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../setup.html">Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../automation.html">Automation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../config.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../transports.html">Transports</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../env.html">Environment Variables</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../logging.html">Logging</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../plugins.html">Plugins</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">UDS</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../uds/database.html">Database</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../uds/scan_modes.html">Scan Modes</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../uds/virtual_ecu.html">Virtual ECUs</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">API</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api.html">Public API</a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../../index.html">gallia</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="../../index.html">Module code</a></li>
<li class="breadcrumb-item active">gallia.transports.schemes</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>Source code for gallia.transports.schemes</h1><div class="highlight"><pre>
<span></span><span class="c1"># SPDX-FileCopyrightText: AISEC Pentesting Team</span>
<span class="c1">#</span>
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>

<span class="kn">import</span><span class="w"> </span><span class="nn">sys</span>
<span class="kn">from</span><span class="w"> </span><span class="nn">enum</span><span class="w"> </span><span class="kn">import</span> <span class="n">StrEnum</span><span class="p">,</span> <span class="n">unique</span>

<span class="n">TCP</span> <span class="o">=</span> <span class="s2">&quot;tcp&quot;</span>
<span class="n">TCP_LINES</span> <span class="o">=</span> <span class="s2">&quot;tcp-lines&quot;</span>
<span class="n">DOIP</span> <span class="o">=</span> <span class="s2">&quot;doip&quot;</span>


<span class="k">if</span> <span class="n">sys</span><span class="o">.</span><span class="n">platform</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s2">&quot;linux&quot;</span><span class="p">):</span>

<span class="nd">@unique</span>
<span class="k">class</span><span class="w"> </span><span class="nc">TransportScheme</span><span class="p">(</span><span class="n">StrEnum</span><span class="p">):</span>
<span class="n">TCP</span> <span class="o">=</span> <span class="n">TCP</span>
<span class="n">TCP_LINES</span> <span class="o">=</span> <span class="n">TCP_LINES</span>
<span class="n">DOIP</span> <span class="o">=</span> <span class="n">DOIP</span>
<span class="n">HSFZ</span> <span class="o">=</span> <span class="s2">&quot;hsfz&quot;</span>
<span class="n">UNIX</span> <span class="o">=</span> <span class="s2">&quot;unix&quot;</span>
<span class="n">UNIX_LINES</span> <span class="o">=</span> <span class="s2">&quot;unix-lines&quot;</span>

<span class="n">ISOTP</span> <span class="o">=</span> <span class="s2">&quot;isotp&quot;</span>
<span class="n">CAN_RAW</span> <span class="o">=</span> <span class="s2">&quot;can-raw&quot;</span>


<span class="k">if</span> <span class="n">sys</span><span class="o">.</span><span class="n">platform</span> <span class="o">==</span> <span class="s2">&quot;win32&quot;</span><span class="p">:</span>

<div class="viewcode-block" id="TransportScheme">
<a class="viewcode-back" href="../../../api.html#gallia.transports.TransportScheme">[docs]</a>
<span class="nd">@unique</span>
<span class="k">class</span><span class="w"> </span><span class="nc">TransportScheme</span><span class="p">(</span><span class="n">StrEnum</span><span class="p">):</span>
<span class="n">TCP</span> <span class="o">=</span> <span class="n">TCP</span>
<span class="n">TCP_LINES</span> <span class="o">=</span> <span class="n">TCP_LINES</span>
<span class="n">DOIP</span> <span class="o">=</span> <span class="n">DOIP</span>

<span class="n">FLEXRAY_RAW</span> <span class="o">=</span> <span class="s2">&quot;fr-raw&quot;</span>
<span class="n">FLEXRAY_TP_LEGACY</span> <span class="o">=</span> <span class="s2">&quot;fr-tp-legacy&quot;</span></div>

</pre></div>

</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2018, AISEC Pentest Team.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading

0 comments on commit c19f7b8

Please sign in to comment.