aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+13
2013-03-21Properly set the ISN's when the SYN and SYN/ACK are received out-of-order.Sake Blok1-1/+7
2013-03-16From beroset:Anders Broman1-21/+22
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-16/+3
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-22/+12
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-01Evan Huus pointed out a duplicate block of code, so delete it. Also, move th...Chris Maynard1-40/+17
2012-12-29Rename tcp.data -> tcp.segment_data and add a description field.Evan Huus1-7/+7
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-23From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-7/+68
2012-12-15From bug 6123, Fix further dissection of data in TCP packets with the Riverbe...Michael Mann1-6/+21
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-2/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-17/+40
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Fix up the (#if'd out) sequence number analysis debug code so that it compile...Jeff Morriss1-105/+109
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+6
2012-08-26From Ilarion Ishkulov Multisegment PDUs are not reassembled properly with TCP...Anders Broman1-1/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-12Add a preference to that when the window scaling options are notMartin Mathieson1-5/+73
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-55/+45
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier1-28/+26
2012-06-10Fix the other part of Coverity CID 703086. I thought I got it with r42798, b...Chris Maynard1-1/+1
2012-06-01Try to be a bit more clear that "lost" is from Wireshark's perspective,Gerald Combs1-11/+11
2012-05-23From Robert Bullen:Anders Broman1-0/+5
2012-05-23Fix Coverity CID 703086: Dereference after null check in decode_tcp_ports().Chris Maynard1-1/+1
2012-05-22TCP: Some protocols running ontop of TCP needs the PDUs to be delivered in or...Ronnie Sahlberg1-0/+28
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-05From Michael Mann:Anders Broman1-5/+20
2012-03-27When storing sequence analysis results, add (raw) sequence number andMartin Mathieson1-25/+41
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6...Alexis La Goutte1-23/+4
2012-02-10Since the nonce and reserved bits were added in r34084, tcp.flags is now 12 b...Chris Maynard1-1/+1
2012-02-08Fixed bug with calculation of bytes in flight.Graham Bloice1-0/+5
2012-02-01Fix some typos.Chris Maynard1-27/+27
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-04From Andrei Maruseac via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+448
2011-12-22Appease the buildbots.Chris Maynard1-2/+2
2011-12-22Revert some of the changes made as part of the patch from bug 6194 committed ...Chris Maynard1-81/+79
2011-12-03The TCP Packet Mood Option was a cute April 1 RFC, but TCP option 25 isGuy Harris1-66/+0
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-17/+17
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-46/+46
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-21Whitespace cleanup:Bill Meier1-8/+8
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-06Check for valid tcpd, as it may be NULL.Stig Bjørlykke1-3/+4