Closed kentfredric closed 6 years ago
Previously, the error message emitted by the native calls was of the form:
'syntax error'
However, more recently the error message takes the form:
'syntax error in filter expression: syntax error'
This patch pretends the part before the ":" is functionally equivalent to a line start, for the purposes of testing.
Closes: https://github.com/maddingue/Net-Pcap/issues/8
Thanks, applied.
Previously, the error message emitted by the native calls was of the form:
However, more recently the error message takes the form:
This patch pretends the part before the ":" is functionally equivalent to a line start, for the purposes of testing.
Closes: https://github.com/maddingue/Net-Pcap/issues/8