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
error[E0599]: no method named `rfmon` found for type `pcap::Capture<pcap::Inactive>` in the current scope
--> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:123:29
|
123 | device = device.rfmon(val.parse().unwrap());
| ^^^^^
error[E0599]: no method named `precision` found for type `pcap::Capture<pcap::Inactive>` in the current scope
--> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:132:29
|
132 | device = device.precision(self.get_precision_type(val).unwrap());
| ^^^^^^^^^
error[E0599]: no method named `tstamp_type` found for type `pcap::Capture<pcap::Inactive>` in the current scope
--> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:135:29
|
135 | device = device.tstamp_type(self.get_tstamp_type(val).unwrap());
| ^^^^^^^^^^^
error[E0599]: no method named `tstamp_type` found for type `pcap::Capture<pcap::Inactive>` in the current scope
--> C:\Users\Winterreise\.cargo\registry\src\github.com-1ecc6299db9ec823\snoopy-0.3.2\src\args\capture.rs:138:29
|
138 | device = device.tstamp_type(self.get_tstamp_type(val).unwrap());
| ^^^^^^^^^^^
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0599`.
error: failed to compile `snoopy v0.3.2`, intermediate artifacts can be found at `C:\Users\WINTER~1\AppData\Local\Temp\cargo-installWcR5vc`
Caused by:
Could not compile `snoopy`.
To learn more, run the command again with --verbose.
Thanks!
The text was updated successfully, but these errors were encountered:
Here is the error log:
Thanks!
The text was updated successfully, but these errors were encountered: