Bug ID |
9530
|
Summary |
Bitcoin
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.10.3
|
Hardware |
x86-64
|
OS |
Linux (other)
|
Status |
UNCONFIRMED
|
Severity |
Trivial
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
amarr.industrial@gmail.com
|
Created attachment 12274 [details]
When opened and dissected shows wrong port on 1.10.3
Build Information:
wireshark 1.10.3 (SVN Rev Unknown from unknown)
Copyright 1998-2013 Gerald Combs <gerald@wireshark.org> 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 (64-bit) with GTK+ 3.10.2, with Cairo 1.12.16, with Pango 1.36.0, with
GLib 2.38.1, with libpcap, with libz 1.2.8, with POSIX capabilities (Linux),
with libnl 3, without SMI, without c-ares, without ADNS, with Lua 5.2, without
Python, with GnuTLS 3.2.6, with Gcrypt 1.5.3, with MIT Kerberos, without GeoIP,
with PortAudio V19-devel (built Oct 25 2013 01:53:21), without AirPcap.
Running on Linux 3.12.0-1-ARCH, with locale en_US.UTF-8, with libpcap version
1.5.1, with libz 1.2.8, GnuTLS 3.2.7, Gcrypt 1.5.3.
Intel(R) Core(TM) i3-2348M CPU @ 2.30GHz
Built using gcc 4.8.2.
--
When dissecting netaddr Bitcoin record, port number is decoded with wrong
endianness.
As it is mentioned in the Bitcoin wiki, IP address and port endianness is
native, not little. IP is decoded correctly while displayed port is 0x8d20
(36128) instead of 0x208d (8333).
You are receiving this mail because:
- You are watching all bug changes.