Wireshark-bugs: [Wireshark-bugs] [Bug 11593] New: SIP packets not recognised dissector bug
Date: Thu, 15 Oct 2015 07:41:57 +0000
Bug ID 11593
Summary SIP packets not recognised dissector bug
Product Wireshark
Version unspecified
Hardware x86
OS Mac OS X 10.10
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter johnreg@cisco.com

Build Information:
Version 2.0.0rc1 (v2.0.0rc1-0-g3b09294 from master-2.0)

Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> 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 Qt 5.3.2, with libpcap, without POSIX capabilities, with
libz 1.2.5, with GLib 2.36.0, with SMI 0.4.8, without c-ares, without ADNS,
with
Lua 5.2, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP,
with QtMultimedia, without AirPcap.

Running on Mac OS X 10.10.5, build 14F27 (Darwin 14.5.0), with locale C, with
libpcap version 1.5.3 - Apple version 47, with libz 1.2.5, with GnuTLS 2.12.19,
with Gcrypt 1.5.0.
      Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz (with SSE4.2)

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.

Check the man page and http://www.wireshark.org for more information.
--
I have a pcap with SIP traffic in it but Wireshark 2.0.0 RC1 does not detect 
SIP packets.  If I do a SIP filter I get nothing displayed and If I click on a
SIP packet (port 5060) then I get a Dissector bug.

This means the Telephony VOIP calls function does not work.

Frame 890: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits)
Ethernet II, Src: Vmware_97:41:e2 (00:50:56:97:41:e2), Dst: CiscoInc_d4:9f:b7
(18:8b:9d:d4:9f:b7)
Internet Protocol Version 4, Src: 10.47.97.25, Dst: 10.47.97.207
Transmission Control Protocol, Src Port: sip (5060), Dst Port: 52328 (52328),
Seq: 1713, Ack: 4186, Len: 1448
[Dissector bug, protocol TCP:
/Users/buildslave/Documents/wireshark-2.0/osx106x64/build/epan/dissectors/packet-tcp.c:1969:
failed assertion "mptcpd != ((void *)0)"]
    [Expert Info (Error/Malformed):
/Users/buildslave/Documents/wireshark-2.0/osx106x64/build/epan/dissectors/packet-tcp.c:1969:
failed assertion "mptcpd != ((void *)0)"]


I have added the file here if you need to check it.

https://cisco.box.com/s/35dqvn9ombeq193i8fktd8r35qc4q5us


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