Skip to content

Commit 7607e7a

Browse files
committed
decode PVA in TLS via ALPN
1 parent c9d4f0e commit 7607e7a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pva.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ utbl:add(5075, pva)
288288
utbl:add(5076, pva)
289289
local ttbl = DissectorTable.get("tcp.port")
290290
ttbl:add(5075, pva)
291+
DissectorTable.get("tls.alpn"):add("pva/1", pva)
291292

292293

293294
local function decodeSize(buf, isbe)

test/pva-tls.pcapng.gz

12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)