[Wireshark-bugs] [Bug 14149] IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

Jim Young  changed:

   What|Removed |Added

 Status|IN_PROGRESS |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14149] IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

--- Comment #3 from Gerrit Code Review  ---
Change 24154 merged by Guy Harris:
wtap.h: Replace literal buffer size with WS_INET_ADDRSTRLEN

https://code.wireshark.org/review/24154

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14149] IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

--- Comment #2 from Gerrit Code Review  ---
Change 24154 had a related patch set uploaded by João Valverde:
wtap.h: Replace literal buffer size with WS_INET_ADDRSTRLEN

https://code.wireshark.org/review/24154

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14149] IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

João Valverde  changed:

   What|Removed |Added

 Status|UNCONFIRMED |IN_PROGRESS
 Ever confirmed|0   |1
 CC||joao.valverde@tecnico.ulisb
   ||oa.pt

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14149] IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

--- Comment #1 from Jim Young  ---
Created attachment 15922
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15922=edit
Small trace file that includes a few IPv4 and IPv6 MDSN packets

Frames 6 and 9 of this trace are IPv6.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14149] New: IPv6 addresses displayed in packet list as [Buffer too small]

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14149

Bug ID: 14149
   Summary: IPv6 addresses displayed in packet list as [Buffer too
small]
   Product: Wireshark
   Version: 2.5.x (Experimental)
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: Normal
  Priority: Low
 Component: Common utilities (libwsutil)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: jyo...@gsu.edu
  Target Milestone: ---

Created attachment 15921
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15921=edit
Screen snapshots before and after

Build Information:
Version 2.5.0-1491-g7df5fcdc (v2.5.0rc0-1491-g7df5fcdc)

Copyright 1998-2017 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

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 Qt 5.3.2, with libpcap, without POSIX capabilities, with
GLib 2.36.0, with zlib 1.2.5, with SMI 0.4.8, with c-ares 1.12.0, with Lua
5.2.4, with GnuTLS 3.4.17, with Gcrypt 1.7.7, with MIT Kerberos, with GeoIP,
with nghttp2 1.14.0, with LZ4, with Snappy, with libxml2 2.9.4, with
QtMultimedia, with SBC, without SpanDSP, without bcg729.

Running on Mac OS X 10.11.6, build 15G1611 (Darwin 15.6.0), with Intel(R)
Core(TM) i7-4980HQ CPU @ 2.80GHz (with SSE4.2), with 16384 MB of physical
memory, with locale en_US.UTF-8, with libpcap version 1.5.3 - Apple version 54,
with GnuTLS 3.4.17, with Gcrypt 1.7.7, with zlib 1.2.5, binary plugins
supported
(13 loaded).

Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).

Wireshark is Open Source Software released under the GNU General Public
License.
--
After commit ac804b59e242c57e225c390eb8d6bec359a7003f IPv6 addresses are
displayed in packet list as [Buffer too small].

commit ac804b59e242c57e225c390eb8d6bec359a7003f log message:

> Improve our inet_ntop() wrapper
> 
> Also fix buffer length define, as it is not guaranteed to be 46 on
> Windows (it never was guaranteed anyway for the libc implementation,
> but the likelyhood of being greater was small).

See attached image of before and after.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14113] AMQP 0.9 dissector confused when first packet contains several frames

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14113

Michael Mann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14113] AMQP 0.9 dissector confused when first packet contains several frames

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14113

--- Comment #5 from Gerrit Code Review  ---
Change 24109 merged by Michael Mann:
AMQP: Add dissector table for versions so they can be dissected with Decode As

https://code.wireshark.org/review/24109

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13984] "tshark -G ?" doesn't provide expected help

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13984

--- Comment #14 from Gerrit Code Review  ---
Change 24134 merged by Anders Broman:
tshark: Use -G help instead of -G ?

https://code.wireshark.org/review/24134

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13984] "tshark -G ?" doesn't provide expected help

2017-10-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13984

--- Comment #13 from Gerrit Code Review  ---
Change 24133 merged by Anders Broman:
tshark: Use -G help instead of -G ?

https://code.wireshark.org/review/24133

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe