aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-03tcp: (trivial) remove some unnecessary if (tree) checksMartin Kaiser1-33/+25
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+2
2017-04-02tcp: Add separator to Info column when segmentedStig Bjørlykke1-2/+2
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-8/+5
2017-02-27Return correct filter for get_hostlist_filter()Jakub Zawadzki1-1/+15
2017-01-29Register reassembly tablesMichael Mann1-9/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-04Ensure that tcp.reassembled_in is added to the tree for first segment.Martin Mathieson1-1/+12
2017-01-01Squelch a compiler warning from Xcode 8 clang.Guy Harris1-0/+2
2016-12-31Make TCP options into a dissector table.Michael Mann1-520/+497
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-3/+4
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-3/+2
2016-11-20tcp: fix "calculated checksum" tree item for bad checksumsAlex Badea1-1/+1
2016-11-17TCP: Add MD5 signature option dissectionJaap Keuter1-1/+34
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-31/+232
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-09-29TCP: Fix next sequence number for SYN/FIN packets with payloadUli Heilmeier1-0/+11
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-18TCP: fix no previous prototype for 'exp_pdu_tcp_dissector_data_size/exp_pdu_t...Alexis La Goutte1-2/+2
2016-08-01Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.Michael Mann1-0/+163
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-22MPTCP: fix offset used for AddrID field in MP_JOIN and MP_PRIO messagesPascal Quantin1-2/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-74/+27
2016-07-20MPTCP: fix mask used to display backup flagPascal Quantin1-1/+1
2016-07-13TCP: fix indent (use 4 spaces)Alexis La Goutte1-3/+3
2016-06-15Let the calculated window scale be 16 bit wide.Jaap Keuter1-1/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-7/+4
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-3/+7
2016-05-30TCP: fix 'mptcp.related_mapping' exists multiple times with NOT compatible ty...Alexis La Goutte1-4/+0
2016-05-23TCP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2016-04-30Add TCP preference for Process information from IPFIXMichael Mann1-32/+39
2016-04-29Separate out the members of tcp_flow_t structure that are only used for seque...Michael Mann1-52/+59
2016-04-27Fix "Follow TCP stream" when TCP desegmentation is disabled.Jeff Morriss1-1/+1
2016-04-19TCP: fix was marked unused but was used [-Werror,-Wused-but-marked-unused]Alexis La Goutte1-7/+6
2016-03-30TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+1
2016-03-29TCP: Remove double semicolonAlexis La Goutte1-1/+1
2016-03-26Improves MPTCP analysisMatthieu Coudron1-48/+389
2016-03-24Detect spurious retransmissions when the full segment is retransmittedMichael Cistera1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-02-28TCP: Added bytes sent since last PSH flagkaryrogers1-0/+45
2016-02-27TCP: Use MIDDLE DOT for the flag placeholder.Gerald Combs1-6/+8
2016-02-08Revert "Create an extended converstaion hastable taking more address informat...Anders Broman1-6/+8
2016-02-02Create an extended converstaion hastable taking more address informationAndersBroman1-8/+6
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-45/+45
2016-01-23More structure assignments for nstime_t.Guy Harris1-2/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-28/+28
2016-01-20Better handle TCP conversations when ports are reused.Michael Mann1-3/+54
2016-01-16MPTCP: Update ADD_ADDR option to RFC6824bis-04Fabrizio Demaria1-0/+11