Bug ID |
9850
|
Summary |
IPv6 List Conversation Source/Destination addresses swapped
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.10.5
|
Hardware |
x86-64
|
OS |
Mac OS X 10.9
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark 1.10.5 (SVNRev 54262 from /trunk-1.10)
Copyright 1998-2013 Gerald Combs <[email protected]> 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 GLib 2.36.0, with libpcap, with libz 1.2.3, without
POSIX
capabilities, without libnl, with SMI 0.4.8, without c-ares, without ADNS, with
Lua 5.1, without Python, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT
Kerberos, with GeoIP.
Running on Mac OS X 10.9.2, build 13C64 (Darwin 13.1.0), with locale
en_US.UTF-8, with libpcap version 1.3.0 - Apple version 41, with libz 1.2.5.
Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).
--
When listing IPv6 conversations the Source and Destination addresses are
opposite of what is displayed when listing an IPv4 conversation.
IPv4:
$ tshark -z conv,ip -r ipv4_ping.pcapng
1 0.000000000 172.16.1.138 -> 74.125.226.37 ICMP 98 Echo (ping) request
id=0x8903, seq=0/0, ttl=64
2 0.012059000 74.125.226.37 -> 172.16.1.138 ICMP 98 Echo (ping) reply
id=0x8903, seq=0/0, ttl=54 (request in 1)
================================================================================
IPv4 Conversations
Filter:<No Filter>
| <- | | ->
| | Total | Relative | Duration |
| Frames Bytes | | Frames
Bytes | | Frames Bytes | Start | |
172.16.1.138 <-> 74.125.226.37 1 98 1
98 2 196 0.000000000 0.0121
================================================================================
IPv6:
$ tshark -z conv,ipv6 -r ipv6_ping.pcapng
1 0.000000000 fe80::200:ff:fe00:100 -> fe80::200:f4ff:fe60:3dc8 ICMPv6 70
Echo (ping) request id=0x0000, seq=0, hop limit=0
2 0.000263000 fe80::200:f4ff:fe60:3dc8 -> fe80::200:ff:fe00:100 ICMPv6 70
Echo (ping) reply id=0x0000, seq=0, hop limit=0 (request in 1)
================================================================================
IPv6 Conversations
Filter:<No Filter>
| <- | | ->
| | Total | Relative | Duration |
| Frames Bytes | | Frames
Bytes | | Frames Bytes | Start | |
fe80::200:f4ff:fe60:3dc8 <-> fe80::200:ff:fe00:100 1 70 1
70 2 140 0.000000000 0.0003
================================================================================
You are receiving this mail because:
- You are watching all bug changes.