|
From: <cn...@us...> - 2024-06-25 00:15:00
|
Revision: 1476
http://sourceforge.net/p/seq/svn/1476
Author: cn187
Date: 2024-06-25 00:14:58 +0000 (Tue, 25 Jun 2024)
Log Message:
-----------
More capture logic fixes
Modified Paths:
--------------
showeq/branches/cn187_devel/src/packetcapture.cpp
Modified: showeq/branches/cn187_devel/src/packetcapture.cpp
===================================================================
--- showeq/branches/cn187_devel/src/packetcapture.cpp 2024-06-24 19:19:34 UTC (rev 1475)
+++ showeq/branches/cn187_devel/src/packetcapture.cpp 2024-06-25 00:14:58 UTC (rev 1476)
@@ -386,6 +386,10 @@
// mac was specified
pfb += sprintf(pfb, " and ether host %s", hostname);
}
+ else if (address_type == DEFAULT_ADDRESS_TYPE)
+ {
+ //don't specify IP or MAC address in filter string
+ }
else
{
seqFatal("pcap_error:filter_string: unknown address_type (%d)", address_type);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|