mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
refactor: backport pcap impl
This commit is contained in:
parent
49096e46bb
commit
3d47180e85
7 changed files with 272 additions and 235 deletions
|
|
@ -182,7 +182,7 @@ fn main() -> Result<()> {
|
|||
let ip = resolve_ip_or_domain(&args.ip, &mut extra_options)?;
|
||||
|
||||
#[cfg(feature = "packet_capture")]
|
||||
gamedig::capture::setup_capture(args.capture);
|
||||
gamedig::capture::setup_capture(args.capture.clone());
|
||||
|
||||
// Query the server using game definition, parsed IP, and user command line
|
||||
// flags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue