You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I encountered in case when ":" was in the middle of buffer (part of segmented packet) and not in start of line , this caused to tshark failure while generating PDML. After I added the check for start of line: local prefix, text = line:match('^([-+:$*])(.+)')
, tshark succeeded.
What do you think?
The text was updated successfully, but these errors were encountered:
On Wed, Nov 13, 2019 at 9:45 PM slavikpi ***@***.***> wrote:
Hi ,
I encountered in case when ":" was in the middle of buffer (part of
segmented packet) and not in start of line , this caused to tshark failure
while generating PDML. After I added the check for start of line:
local prefix, text = line:match('^([-+:$*])(.+)')
, tshark succeeded.
What do you think?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AAJJCFZNGUVFNFTU4LVI7KTQTQAHVA5CNFSM4JM3WKLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZAUVXA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJJCFYWVECIFWLLAVYUHNDQTQAHVANCNFSM4JM3WKLA>
.
Hi ,
I encountered in case when ":" was in the middle of buffer (part of segmented packet) and not in start of line , this caused to tshark failure while generating PDML. After I added the check for start of line:
local prefix, text = line:match('^([-+:$*])(.+)')
, tshark succeeded.
What do you think?
The text was updated successfully, but these errors were encountered: