https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3237
--- Comment #3 from Mario Batista <msbatista@xxxxxxx> 2009-02-06 08:10:21 PDT ---
Hello!
I had "bgp.desegment: TRUE" but I didn't had "tcp.desegment_tcp_streams: TRUE"
enabled. It's solved! Thanks!
Keep up the good work.
msbatista@OPLX07LT2019 /cygdrive/c/Program Files/Wireshark
$ ./tshark.exe -G currentprefs | egrep "^(bgp|tcp)"
bgp.asn_len: Auto-detect
tcp.summary_in_tree: TRUE
tcp.check_checksum: TRUE
tcp.desegment_tcp_streams: FALSE
tcp.analyze_sequence_numbers: TRUE
tcp.relative_sequence_numbers: TRUE
tcp.track_bytes_in_flight: TRUE
# Calculate timestamps relative to the first frame and the previous frame in
the
tcp conversation
tcp.calculate_timestamps: FALSE
tcp.try_heuristic_first: FALSE
tcpencap.tcp.port: 10000
msbatista@OPLX07LT2019 /cygdrive/c/Program Files/Wireshark
$ ./tshark.exe -v
TShark 1.1.2 (SVN Rev 27238)
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.18.4, with WinPcap (version unknown), with libz 1.2.3,
without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8, with c-ares
1.6.0,
with Lua 5.1, with GnuTLS 2.6.3, with Gcrypt 1.4.3, with MIT Kerberos, with
GeoIP.
Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, GnuTLS
2.6.3,
Gcrypt 1.4.3.
Built using Microsoft Visual C++ 9.0 build 30729
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.