ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4969] Crash Dump - C Runtime Library abort() called when s

Date: Tue, 11 Jan 2011 21:29:08 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4969

--- Comment #15 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-01-11 22:29:05 MST ---
(In reply to comment #14)

> One other thing that confuses me (and which might be totally unrelated) is
> your build information as it pertains to AirPcap:
> ... with PortAudio V19-devel (built Jun9 2010), with AirPcap.
>                                                 ^^^^^^^^^^^^

That message comes from gtk/main.c and indicates if it was compiled with
AirPcap support:

#ifdef HAVE_AIRPCAP
  get_compiled_airpcap_version(str);
#else
  g_string_append(str, "without AirPcap");
#endif

(that's in the get_gui_compiled_info function and listed in the "Compiled..."
paragraph)

> Running on 64-bit Windows 7, build 7600, with WinPcap version 4.1.2 (packet.dll
> version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
> GnuTLS 2.8.5, Gcrypt 1.4.5, without AirPcap.
>                             ^^^^^^^^^^^^^^^

This one comes from get_gui_runtime_info in gtk/main.c, which calls the
get_runtime_airpcap_version function from airpcap_loader.c.

> So which is it?  On my Windows XP 32-bit system, it is consistent and reads,
> "with AirPcap", then "with AirPcap 4.1.1 build 1838.

Do you have the AirPcap drivers installed?  I just installed them today and I
show AirPcap for both like you have.

How confusing!

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.