Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed May 26, 2020
1 parent 0f925af commit c112639
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
11 changes: 4 additions & 7 deletions DHCPSniffer/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
* @package Network
* @file module.php
* @author Michael Tröger <[email protected]>
* @copyright 2017 Michael Tröger
* @copyright 2020 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
* @version 1.0
* @version 1.2
*/

/**
* DHCPSniffer Klasse implementiert einen Sniffer für DHCP Requests.
* Erweitert IPSModule.
*
* @author Michael Tröger <[email protected]>
* @copyright 2017 Michael Tröger
* @copyright 2020 Michael Tröger
* @license https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0
*
* @version 1.0
* @version 1.2
*
* @example <b>Ohne</b>
*/
Expand Down Expand Up @@ -62,9 +62,6 @@ public function ApplyChanges()

parent::ApplyChanges();

if (IPS_GetKernelRunlevel() != KR_READY) {
return;
}
$Mac = $this->ReadPropertyString('Address');
if ($Mac == '') {
$Mac = 'FFFFFFFFFFFF';
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Version](https://img.shields.io/badge/Symcon-PHPModul-red.svg)](https://www.symcon.de/service/dokumentation/entwicklerbereich/sdk-tools/sdk-php/)
[![Version](https://img.shields.io/badge/Modul%20Version-2.21-blue.svg)]()
[![Version](https://img.shields.io/badge/Modul%20Version-2.3-blue.svg)]()
[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-green.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Version](https://img.shields.io/badge/Symcon%20Version-4.3%20%3E-green.svg)](https://www.symcon.de/forum/threads/30857-IP-Symcon-4-3-%28Stable%29-Changelog)
[![StyleCI](https://styleci.io/repos/104255893/shield?style=flat)](https://styleci.io/repos/104255893)
Expand Down Expand Up @@ -72,6 +72,9 @@ Details sind in der Dokumentation der jeweiligen Module beschrieben.

### 2. Changlog

Version 2.3:
- Fix: DHCP-Sniffer hat während des Symcon Systemstart auf falsche DHCP Requests reagiert.

Version 2.21:
- Fix: Sec-WebSocket-Key hatte die falsche Länge.

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "4.3",
"date": 1498241677
},
"version": "2.1",
"version": "2.3",
"build": 300,
"date": 1498241677
"date": 1590515480
}

0 comments on commit c112639

Please sign in to comment.