We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa6c63 commit f04a9f2Copy full SHA for f04a9f2
input/pcap.cpp
@@ -185,7 +185,7 @@ void PcapReader::open_ifc(const std::string &ifc)
185
186
void PcapReader::check_datalink(int datalink)
187
{
188
- if (m_datalink != DLT_EN10MB && m_datalink != DLT_LINUX_SLL && m_datalink != DLT_RAW) {
+ if (m_datalink != DLT_EN10MB && m_datalink != DLT_LINUX_SLL && m_datalink != DLT_RAW) {
189
close();
190
throw PluginError("unsupported link type detected, supported types are DLT_EN10MB and DLT_LINUX_SLL and DLT_RAW");
191
}
0 commit comments