Bug ID |
13093
|
Summary |
DBS Etherwatch filter fails to read Etherwatch capture files
|
Product |
Wireshark
|
Version |
2.2.1
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Capture file support (libwiretap)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Wireshark 2.2.1 (Git Rev Unknown from unknown)
Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 (64-bit) with GTK+ 3.18.9, with Cairo 1.14.6, with Pango 1.38.1, with
libpcap, without POSIX capabilities, without libnl, with GLib 2.48.1, with zlib
1.2.8, without SMI, without c-ares, without Lua, with GnuTLS 3.4.10, without
Gcrypt, without Kerberos, without GeoIP, without PortAudio, without AirPcap.
Running on Linux 4.4.0-45-generic, with locale en_US.UTF-8, with libpcap
version
1.7.4, with GnuTLS 3.4.10, with zlib 1.2.8.
Intel(R) Celeron(R) CPU G1610T @ 2.30GHz (with SSE4.2)
Built using gcc 5.4.0 20160609.
--
The DBS-Etherwatch filter fails to read Etherwatch files from the current
Etherwatch V6
The problem appears to be that teh filter expects tzwo spaces after the mafic
"ETHERWATCH" in the first line of the file wheras V6 (donät know for earlier
versions) does only have one single space between the magick and the versioin
number ("ETHERWATCH V6.0")
The workaround is to edit the Etherwatchj text capture file and add a space
between "ETHERWATCH" and "Vx.y"
Fixing th efilter should be as easy.
You are receiving this mail because:
- You are watching all bug changes.