This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pcapng import FileScanner | |
from pcapng.blocks import EnhancedPacket | |
import array | |
with open('wiresharklog-kihuzos.pcapng') as fp: | |
#with open('wiresharklog-bedugeselindit.pcapng') as fp: | |
scanner = FileScanner(fp) | |
for block in scanner: | |
if isinstance(block, EnhancedPacket): | |
if (len(block.packet_data) == 101) : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- ****************************************************************************** | |
* File Name : pocs.gpdsc | |
* Date : 07/06/2017 16:55:53 | |
* Description : Generator PDSC File generated by STM32CubeMX (DO NOT EDIT!) | |
****************************************************************************** --> | |
<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.4" xs:noNamespaceSchemaLocation="PACK.xsd"> | |
<vendor>STMicroelectronics</vendor> | |
<name>pocs</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:58:24: Running steps for project qtconnectivity... | |
14:58:24: Starting: "/home/mm/.config/SailfishOS-SDK/mer-sdk-tools/MerSDK/SailfishOS-armv7hl/qmake" /home/mm/Projektek/jolla/qtconnectivity-opensource-src-5.4.2/qtconnectivity.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug | |
Info: creating cache file /home/mersdk/share/Projektek/jolla/build-qtconnectivity-MerSDK_SailfishOS_armv7hl-Debug/.qmake.cache | |
Checking for bluez... no | |
Checking for bluez_le... no | |
Checking for btapi10_2_1... no | |
Checking for libbb2... no | |
Reading /home/mersdk/share/Projektek/jolla/qtconnectivity-opensource-src-5.4.2/src/src.pro [/home/mersdk/share/Projektek/jolla/build-qtconnectivity-MerSDK_SailfishOS_armv7hl-Debug/src] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bus 001 Device 031: ID 0483:374f STMicroelectronics | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 239 Miscellaneous Device | |
bDeviceSubClass 2 ? | |
bDeviceProtocol 1 Interface Association | |
bMaxPacketSize0 64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User @ | |
2fc5dda8fad63ef2 | |
207a5ecc8913d5e2 | |
User @@ | |
0c6e3f3b8a552084 | |
207a5ecc8913d5e2 | |
User @@@ | |
cebc1ac658d20457 | |
207a5ecc8913d5e2 | |
User @@@@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting Nmap 7.70 ( https://nmap.org ) at 2019-09-19 11:54 CEST | |
NSE: Loaded 148 scripts for scanning. | |
NSE: Script Pre-scanning. | |
Initiating NSE at 11:54 | |
Completed NSE at 11:54, 0.00s elapsed | |
Initiating NSE at 11:54 | |
Completed NSE at 11:54, 0.00s elapsed | |
Initiating Ping Scan at 11:54 | |
Scanning 192.168.0.1 [2 ports] | |
Completed Ping Scan at 11:54, 0.01s elapsed (1 total hosts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07) | |
Subsystem: Dell 8th Gen Core Processor Host Bridge/DRAM Registers | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- | |
Latency: 0 | |
Capabilities: [e0] Vendor Specific Information: Len=10 <?> | |
Kernel driver in use: skl_uncore | |
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07) (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22:20:38: Debugging starts | |
&"warning: GDB: Failed to set controlling terminal: Helytelen ioctl h\303\255v\303\241s az eszk\303\266znek\n" | |
Installing the delayed initialization callback. | |
Delayed initialization. | |
Reloading the khotkeys configuration | |
Version 2 File! | |
true | |
Imported file "/usr/share/khotkeys/spectacle.khotkeys" | |
Imported file "/usr/share/khotkeys/defaults.khotkeys" | |
"KConfigIni: In file /usr/share/khotkeys/konqueror_gestures_kde321.khotkeys, line 882: " "Invalid escape sequence \"\\M\"." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name HE tuning | |
// @version 2 | |
// @grant none | |
// @include https://www.hobbielektronika.hu* | |
// ==/UserScript== | |
// kb. mindig használt cuccot árulok | |
if (document.getElementById('fiitem_condition') && document.getElementById('fiitem_condition').value == 'NONE') | |
document.getElementById('fiitem_condition').value = "USED"; |