https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3365
Summary: aborts on startup if given pcap file to load
Product: Wireshark
Version: SVN
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: acferen@xxxxxxxxx
Build Information:
$ ./wireshark -v
wireshark 1.1.4 (SVN Rev 27848)
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.9, with GLib 2.16.6, with libpcap 0.9.8, with libz
1.2.3.3, without POSIX capabilities, with libpcre 7.4, without SMI, without
c-ares, without ADNS, without Lua, with GnuTLS 2.0.4, with Gcrypt 1.2.4, with
MIT Kerberos, with GeoIP, without PortAudio, without AirPcap.
Running on Linux 2.6.24-21-generic, with libpcap version 0.9.8, GnuTLS 2.0.4,
Gcrypt 1.2.4.
Built using gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu4).
--
Did a clean build last night. Now when I try to load a file from the command
line I get the following error
$ ./wireshark -r ../test_ipfix_capture.pcap
07:48:04 Err Duplicate protocol name "Light Weight DNS RESolver
(BIND9)"! This might be caused by an inappropriate plugin or a development
error.
Aborted
$ ./wireshark ~/src/Captures/customer/1flow.pcap
07:49:06 Err Duplicate protocol name "Light Weight DNS RESolver
(BIND9)"! This might be caused by an inappropriate plugin or a development
error.
Aborted
Doesn't seem to matter if I specify -r or not. However, I can start wireshark
without the file to load and then load the file successfully using the GUI.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.