aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-04Don't call expert_add_info_format() from within an "if (tree)" block. Fixes ...Chris Maynard1-19/+21
2011-08-04Removed a debug printf.Stig Bjørlykke1-1/+0
2011-08-03From Dirk Jagdmann via bug 6194:Gerald Combs1-68/+54
2011-07-28From Edwin Groothuis:Anders Broman1-2/+11
2011-07-24Fix a benign bug in the patch from Bug #5795.Bill Meier1-1/+1
2011-07-24Commit missing parts of Bug #5795 patch (those not committed in SVN 38175 & 3...Bill Meier1-2/+13
2011-07-23Wrong patch commit in Rev38175...Alexis La Goutte1-3/+19
2011-07-23From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-8/+114
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056Sake Blok1-1/+1
2011-07-15Stop using the conversation index for tcp stream values as the gaps in the nu...Sake Blok1-8/+11
2011-07-06From György Szaniszló:Anders Broman1-5/+14
2011-07-01Since the TCP Flags tree encompasses 12 bits including the 3 reserved bits andChris Maynard1-1/+7
2011-07-01I decode_tcp_ports(), don't abort processing zero window probe packets, even ...Chris Maynard1-5/+6
2011-07-01Initialize the TCP windows to the maximum value instead of 0 to avoid false z...Chris Maynard1-0/+2
2011-06-29Indicate TCP fast retransmissions as an expert info note, rather than a warni...Chris Maynard1-1/+1
2011-06-19Show and and a filter to non-zero ACK numbers and URG pointers whenever their...Sake Blok1-5/+24
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-2/+11
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:Stephen Fisher1-2/+1
2011-04-16From Edwin Groothuis via bug 5813:Gerald Combs1-4/+4
2011-04-13Don't assign to a proto_item * if the value won't be used: Coverity 1054-1056.Bill Meier1-5/+4
2011-04-13Allow TCP segment data to be filterable via "tcp.data".Chris Maynard1-10/+15
2011-03-31Register tcp by name.Stig Bjørlykke1-1/+2
2011-03-25Reword the comments from rev 36304.Jeff Morriss1-102/+107
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-2/+4
2011-03-25Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-0/+4
2011-03-25If a segment looks like a retransmission, don't mark it out-of-order.Gerald Combs1-2/+4
2011-03-24If we've already seen a segment which starts a multi-segment pdu (i.e., it'sJeff Morriss1-130/+152
2011-03-08Fix for bug 5743 : tshark incorrectly calculates tcp stream for SYN packets w...Sake Blok1-3/+3
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-08Add "tcp.window_size_value" and "tcp.window_size_scalefactor" conformSake Blok1-53/+82
2010-12-31It's not a good idea to use tcph->th_seglen if you haven't set it.Guy Harris1-1/+1