summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-09 15:01:27 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-09 15:01:27 +0200
commite7f278356510a4abda7d183f2e2d5690a803af90 (patch)
treec692269642121cd48ccb6ca734b04bfa2b786fe1
parentb141857031ef254cf1597d10d6decffdc6426055 (diff)
downloadUnspecifiedGarbage-e7f278356510a4abda7d183f2e2d5690a803af90.zip
UnspecifiedGarbage-e7f278356510a4abda7d183f2e2d5690a803af90.tar.gz
Misc stuff
-rw-r--r--doc/note/windoof/firewall-holes.txt4
-rw-r--r--src/main/lua/pcap/httpStats.lua2
-rw-r--r--src/main/patch/lazlar/default.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/note/windoof/firewall-holes.txt b/doc/note/windoof/firewall-holes.txt
index 3b6f579..630ed20 100644
--- a/doc/note/windoof/firewall-holes.txt
+++ b/doc/note/windoof/firewall-holes.txt
@@ -29,8 +29,8 @@ Beispiel 3 (Lazlar, UNTESTED):
| Windows Registry Editor Version 5.00
|
| [HKEY_LOCAL_MACHINE\Software\WOW6432Node\AutoInst\WindowsFirewall\016_Projekte_ISA_Lazlar_mDNS]
-| "000local-0000-0010-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Public|RPort=5353|RA4=224.0.0.251/4|Name=public_local_ISA_Lazlar-out|Desc=public_local_ISA_Lazlar-out: Bonjour service discovery development|"
-| "000local-0000-0001-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|LPort=5353|LA4=224.0.0.251/4|Name=public_local_ISA_Lazlar-inn|Desc=public_local_ISA_Lazlar-inn: Bonjour service discovery development|"
+| "000local-0000-0010-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Public|RPort=5353|RA4=224.0.0.251/4|Name=public_local_ISA_Lazlar_mdns-out|Desc=public_local_ISA_Lazlar_mdns-out: Bonjour service discovery development|"
+| "000local-0000-0001-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|LPort=5353|LA4=224.0.0.251/4|Name=public_local_ISA_Lazlar_mdns-inn|Desc=public_local_ISA_Lazlar_mdns-inn: Bonjour service discovery development|"
+-----------------------------------------------------------------------
SideNote:
diff --git a/src/main/lua/pcap/httpStats.lua b/src/main/lua/pcap/httpStats.lua
index e24e669..9cf303c 100644
--- a/src/main/lua/pcap/httpStats.lua
+++ b/src/main/lua/pcap/httpStats.lua
@@ -29,7 +29,7 @@ function onPcapFrame( app, it )
if sec > app.youngestEpochSec then app.youngestEpochSec = sec end
--
local portOfInterest = 7012
- if dstPort == portOfInterest then
+ if true or dstPort == portOfInterest then
local httpMethod, httpUri =
it:trspPayload():match("^([A-Z]+) ([^ ]+) [^ \r\n]+\r?\n")
if httpMethod then
diff --git a/src/main/patch/lazlar/default.patch b/src/main/patch/lazlar/default.patch
index e10a3e0..64d6632 100644
--- a/src/main/patch/lazlar/default.patch
+++ b/src/main/patch/lazlar/default.patch
@@ -13,7 +13,7 @@
--- a/lazlar-mdns/pom.xml
+++ b/lazlar-mdns/pom.xml
-@@ -20,2 +20,7 @@
+@@ -14,2 +14,7 @@
<dependencies>
+ <dependency> <!-- TODO remove -->
+ <groupId>org.slf4j</groupId> <!-- TODO remove -->