summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-01-24 12:01:14 +0100
committerAndreas Fankhauser hiddenalpha.ch2024-01-24 12:01:14 +0100
commit4a9cd4ad05b6a4c726abb5cfe1997ac40c8f3948 (patch)
tree8c1619d1f7792f31412c39fbd2c4538f8d4f0f38
parent24597193f73e11043aa04d1cdc0f59f6317865b0 (diff)
downloadUnspecifiedGarbage-4a9cd4ad05b6a4c726abb5cfe1997ac40c8f3948.zip
UnspecifiedGarbage-4a9cd4ad05b6a4c726abb5cfe1997ac40c8f3948.tar.gz
No idea why wireshark suddenly refuses to start due to this name
-rw-r--r--src/main/lua/wireshark/HttpTime.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/lua/wireshark/HttpTime.lua b/src/main/lua/wireshark/HttpTime.lua
index b06c0a7..514c62b 100644
--- a/src/main/lua/wireshark/HttpTime.lua
+++ b/src/main/lua/wireshark/HttpTime.lua
@@ -10,7 +10,7 @@ local mod = {}
function mod.init()
local that = mod.seal{
- proto = Proto("__", "Additional Metadata"),
+ proto = Proto("AdditMeta", "Additional Metadata"),
f_andy_httpTime = ProtoField.float("_.httpTime", "HttpTime"),
f_andy_synSeen = ProtoField.bool("_.synSeen", "SynSeen"),
f_andy_uri = ProtoField.string("_.uri", "Request URI"),