https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3910
Summary: Typo in SCTP dissector
Product: Wireshark
Version: 1.0.6
Platform: x86
URL: http://www.pcapr.net/view/bwilkerson/2008/10/3/11/8e082d
30-9805-012b-b2a6-0016cb8cea27.cap.html
OS/Version: Red Hat
Status: NEW
Severity: Trivial
Priority: Low
Component: TShark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: tmaufer@xxxxxxxxxxxxxx
CC: tmaufer@xxxxxxxxxxxxxx
Build Information:
tshark -v
TShark 1.0.6
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> 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 with GLib 2.4.7, with libpcap 0.9.5, with libz 1.2.1.2, with POSIX
capabilities (Linux), without libpcre, without SMI, without ADNS, without Lua,
without GnuTLS, without Gcrypt, with MIT Kerberos.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.9-78.0.5.ELsmp, with libpcap version 0.9.5.
Built using gcc 3.4.6 20060404 (Red Hat 3.4.6-10).
--
There is a typo in the SCTP dissector and you can see it on pcapr at this URL:
http://www.pcapr.net/view/bwilkerson/2008/10/3/11/8e082d30-9805-012b-b2a6-0016cb8cea27.cap.html
If you expand the first packet, then expand the "Stream Control Transmission
Protocol" header and then expand the "DATA chunk..." field, you'll see that the
third-least-significant bit is decoded as ".... .0.. = U-Bit: Ordered
deliviery" <-- clearly the last word there should be "delivery" not
"deliviery."
That's it!
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.