summaryrefslogtreecommitdiff
path: root/src/main/lua/wireshark/HttpTime.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/lua/wireshark/HttpTime.lua')
-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"),