aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-04TCP: cleanup Riverbed optionUli Heilmeier1-10/+1
2017-11-04TCP: Fix Riverbed probe option tvb handlingUli Heilmeier1-21/+60
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-4/+4
2017-10-29Add conversation endpoint typeMichael Mann1-6/+6
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-28Privatize the conversation_key structureMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-21/+4
2017-10-19TCP: Add a documentation note.Gerald Combs1-0/+2
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-26/+23
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-10/+5
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-54/+110
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-09-01Avoid use of global protocol variablesJoão Valverde1-0/+6
2017-06-23tcp: add tcp.payload fieldSake Blok1-0/+11
2017-06-22tcp: always display next seq numberPeter Wu1-7/+5
2017-06-22TCP: Make the header length display consistent with IPv4.Gerald Combs1-2/+4
2017-06-21tcp: Change the wording to include (s)Roland Knall1-1/+1
2017-06-15TCP Analysis: Update the spurious retransmission check.Gerald Combs1-19/+28
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-5/+14
2017-05-26WSUG: Add a TCP Analysis section.Gerald Combs1-4/+4
2017-05-03Add support for TCP over UDP.Michael Tuexen1-0/+1
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