https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6705
Summary: Multipath TCP Patch to packet-tcp.c
Product: Wireshark
Version: SVN
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: andrei.maruseac@xxxxxxxxx
Andrei Maruseac <andrei.maruseac@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7636| |review_for_checkin?
Flag| |
Created an attachment (id=7636)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7636)
Multipath TCP Patch to packet-tcp.c
Build Information:
wireshark 1.2.11
Copyright 1998-2010 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 GTK+ 2.22.0, (64-bit) with GLib 2.26.0, with libpcap 1.1.1, with
libz 1.2.3.4, with POSIX capabilities (Linux), with libpcre 8.2, with SMI
0.4.8,
with c-ares 1.7.3, with Lua 5.1, with GnuTLS 2.8.6, with Gcrypt 1.4.5, with MIT
Kerberos, with GeoIP, with PortAudio V19-devel (built Aug 3 2010 06:06:51),
without AirPcap.
Running on Linux 2.6.35-31-generic, with libpcap version 1.1.1, GnuTLS 2.8.6,
Gcrypt 1.4.5.
Built using gcc 4.4.5.
--
I added some code into epan/dissectors/packet-tcp.c for implementing the TCP
Extensions for Multipath Operation with Multiple Addresses, as defined in
http://tools.ietf.org/html/draft-ietf-mptcp-multiaddressed-04. I implemented
this as a TCP option.
My code has passed fuzz testing, and also it passed all the tools/check*.pl
scripts.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.