Results 137 comments of Flávio J. Saraiva

If it's only a matter of changing the build system to use a compatible library or different libelf source, then I'm willing to do that. Just point me to what...

This feels like something that should be done in Homebrew... The problem is libelf only being available through archive.org. Dynamips already points users to elfutils-libelf-devel on Redhat based systems, so...

Thanks. I was looking for a way to install a bin crate executable (converted from C to rust) and `install(IMPORTED_RUNTIME_ARTIFACTS target_name)` was enough to replace the original `install_executable(target_name)`. Mentioning how...

Not a bug. `pcap_next` calls `pcap_dispatch`, which updates pkt. On failure, `pkt` has whatever packet came before.

Not a bug. Passing the `elf32_getphdr` check before that code guarantees that this path is not taken.

`strftime` is crashy... it has crashed on me because the console didn't have a locale set and I've also read other random causes for crashes. @grossmj Is the timestamp format...

The backtrace points to strftime, so this is probably fixed by #229

Different ethernet chips are being emulated: * `dev_dec21140_init` -> `C7200-IO-FE`, `PA-FE-TX` * `dev_i8254x_init` -> `C7200-IO-2FE`, `PA-2FE-TX`, `C7200-IO-GE-E`, `PA-GE` * `dev_am79c971_init` -> `PA-4E`, `PA-8E` * `dev_mv64460_init` -> `NPE-G2` * ... The...

I failed to reproduce this issue with gns 2.2.46 and a C7200 124-11.T1 image. Maybe the ethernet hub that gns3 1.3.13 used was different from the current one? Or maybe...

Failed to reproduce with "c1710-bk9no3r2sy-mz.124-23.image" and the current master (f736133). Maybe the root cause is already fixed? Give it another try.