Skip to content

Commit

Permalink
decode PVA in TLS via ALPN
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 18, 2023
1 parent c9d4f0e commit 7607e7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pva.lua
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ utbl:add(5075, pva)
utbl:add(5076, pva)
local ttbl = DissectorTable.get("tcp.port")
ttbl:add(5075, pva)
DissectorTable.get("tls.alpn"):add("pva/1", pva)


local function decodeSize(buf, isbe)
Expand Down
Binary file added test/pva-tls.pcapng.gz
Binary file not shown.

0 comments on commit 7607e7a

Please sign in to comment.