Wireshark-bugs: [Wireshark-bugs] [Bug 13098] New: "\r\n" improperly shown in the packet view win

Date: Sat, 05 Nov 2016 10:33:39 +0000
Bug ID 13098
Summary "\r\n" improperly shown in the packet view window
Product Wireshark
Version 2.2.1
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 2.2.1 (v2.2.1-0-ga6fbd27 from master-2.2)

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 (32-bit) with Qt 5.6.1, with WinPcap (4_1_3), with GLib 2.38.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.2.15, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, with QtMultimedia,
with AirPcap.

Running on 32-bit Windows 7 Service Pack 1, build 7601, with locale
Italian_Italy.1252, with WinPcap version 4.1.3 (packet.dll version 4.1.0.2980),
based on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.2.15,
with Gcrypt 1.6.2, without AirPcap.
       Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz (with SSE4.2), with 2731MB of
physical memory.


Built using Microsoft Visual C++ 12.0 build 40629

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Contact:
<sip:[email protected]:5082;transport=udp>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-gngngn.mmtel"

is expanded and shown like:

Contact:
<sip:[email protected]:5082;transport=udp>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-gngngn.mmtel"
    Contact URI:
sip:[email protected]:5082;transport=udp
        Contact URI User Part: p65545t1477649898m33849c2885826373s1
        Contact URI Host Part: 1.1.1.1
        Contact URI Host Port: 5082
        Contact URI parameter: transport=udp
    Contact parameter: +g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-gngngn.mmtel"\r\n

But \r\n is not supposed to be shown in the textual view at the end of the
Contact Parameter, if i'm not wrong. Fot all the other packet the rule is
applied.

Also using the option to hide "\r\n" in raw sip messages, nothing changes.
I cannot provide the hex view cause i don't know how to anonymize it yet...
yet!


You are receiving this mail because:
  • You are watching all bug changes.