Skip to content

Commit 2d31668

Browse files
thejtshowJustin Davis
authored andcommitted
use fb_string type
1 parent 05925ce commit 2d31668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wireshark/00_wireshark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function Parse_String(buffer, offset, tree, field_type)
133133
local subtree = tree
134134

135135
if FB_VERBOSE then
136-
subtree = tree:add(fb_struct, string_struct_buffer, string_struct_bytes, description)
136+
subtree = tree:add(fb_string, string_struct_buffer, string_struct_bytes, description)
137137

138138
local length_buffer = buffer(offset, 4)
139139
local length_value = length_buffer:le_uint()

0 commit comments

Comments
 (0)