aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-2/+41
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-1/+2
2013-11-13Fix what appears to be a mistake during the conversion in r53036 fromEvan Huus1-3/+3
2013-11-12Try using UTF8_RIGHTWARDS_ARROW to indicate direction.Gerald Combs1-1/+1
2013-11-11Remove tcp_tree from packet_info structure.Michael Mann1-3/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-2/+2
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-10/+11
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-21/+19
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-14As reported by Didier Gautheron on -dev (http://www.wireshark.org/lists/wires...Pascal Quantin1-1/+1
2013-10-12Don't assume that tvb_length_remaining() or tvb_reported_length_remaining() a...Chris Maynard1-8/+8
2013-10-10When TCP options are truncated, we only add the truncated length to the tree,Evan Huus1-1/+1
2013-10-10Safer to compare return value of tvb_reported_length_remaining() > 0 than != 0.Chris Maynard1-30/+30
2013-10-09If the capture is frame sliced at or beyond the TCP 20-byte fixed length port...Cal Turney1-15/+31
2013-09-30Convert proto_tree_add_int_format calls to proto_tree_add_int_format_value wh...Michael Mann1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-14/+14
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs1-3/+8
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-08-19Another acknowledgment number tweak: If the ACK flag wasn't set such that the...Chris Maynard1-1/+3
2013-08-19When using relative sequence numbers, don't scale acknowledgment numbers unle...Chris Maynard1-1/+3
2013-08-19Someone is bound to miss these expert info items, so add back expert info ite...Chris Maynard1-4/+16
2013-08-15Fix Coverity CID 1062616: Unused pointer value.Chris Maynard1-1/+1
2013-08-14Nowhere in the RFC's (793 or otherwise) does it indicate that if the URG bit ...Chris Maynard1-28/+12
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-30/+31
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-3/+3
2013-07-16Replace glib memory with wmem. Fixes a substantial memory leak in the TCPEvan Huus1-2/+3
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-4/+2
2013-07-01Remove unused parameters.Evan Huus1-10/+5
2013-07-01Made an attempt at making all TCP expert info filterable. Many of the expert...Michael Mann1-265/+99
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-30Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a...Michael Mann1-3/+11
2013-06-29Separate IP option header fields for each dissector that uses dissect_ip_tcp_...Michael Mann1-1/+26
2013-06-22Make TCP segment length a generated field instead of a hidden field.Ronnie Sahlberg1-3/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2013-06-07Mark retransmitted SYN and FIN packets as retransmissions.Sake Blok1-3/+4
2013-05-16Treat invalid checksum of 0x0000 no different than any other invalid checksum.Chris Maynard1-18/+4
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-05-04From Joe McEachern via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8614Evan Huus1-15/+54
2013-04-21In tcp_dissect_pdus(), don't put the PDU length into the protocol treeGuy Harris1-29/+28
2013-04-18Catch retransmission of FINs, so if we're doing "reassemble until end ofGuy Harris1-28/+48
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