summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-11 18:27:25 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-11 18:27:25 +0200
commit3a2e5c1640e0a6d7b3ea6071c747a52439c61316 (patch)
treecdde29c1aab62fb1c354f1113342d123c2ff012f /src
parent57789b5738fbee37f0f5088053abb8c37e13e6ab (diff)
downloadUnspecifiedGarbage-3a2e5c1640e0a6d7b3ea6071c747a52439c61316.zip
UnspecifiedGarbage-3a2e5c1640e0a6d7b3ea6071c747a52439c61316.tar.gz
cleanup
Diffstat (limited to 'src')
-rw-r--r--src/main/lua/pcap/xServiceStats.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/lua/pcap/xServiceStats.lua b/src/main/lua/pcap/xServiceStats.lua
index 3bc94a4..78acd0b 100644
--- a/src/main/lua/pcap/xServiceStats.lua
+++ b/src/main/lua/pcap/xServiceStats.lua
@@ -28,11 +28,11 @@ function onPcapFrame( app, it )
if sec < app.oldestEpochSec then app.oldestEpochSec = sec end
if sec > app.youngestEpochSec then app.youngestEpochSec = sec end
--
- local portsOfInterest = {
- [ 80] = true,
- [8080] = true,
- [7012] = true,
- }
+ --local portsOfInterest = {
+ -- [ 80] = true,
+ -- [8080] = true,
+ -- [7012] = true,
+ --}
--if not portsOfInterest[dstPort] and not portsOfInterest[srcPort] then return end
local trspPayload = it:trspPayload()
local httpReqLinePart1, httpReqLinePart2, httpReqLinePart3 =