aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" andsfisher1-2/+2
2010-09-10Enhance the TCP option display for window scaling.sfisher1-28/+51
2010-09-08Turn the TCP timestamp option into a subtree to also show the option kind,sfisher1-67/+101
2010-09-08Mask out the header length from th_flags.stig1-1/+1
2010-09-08Make the Windows buildbot happy: guint8 -> guint16 for flags variable insfisher1-1/+1
2010-09-08Minor correction to SVN revision 34084: we better only try up to the 9sfisher1-1/+1
2010-09-08Expand the TCP flags to include the low nibble of the byte that hassfisher1-13/+25
2010-09-02Fix typo in comment: datat -> datasfisher1-1/+1
2010-08-29From Cal Turney (bug 5132):sake1-1/+10
2010-08-12Added support for RFC5482: User Timeout Option.stig1-1/+54
2010-08-03Revert r30979, which removed the window size in SYN packets. People weregerald1-6/+4
2010-07-09Implement a separate pref for enabling tracking of tcp window scalingwmeier1-16/+22
2010-06-29Shorten "Number of bytes in flight" to "Bytes in flight", otherwise wegerald1-1/+1
2010-06-20Added an expert info for "4 NOP in a row" in IP and TCP.stig1-2/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-15/+2
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).wmeier1-3416/+3416
2010-04-28From jmmikkel:jake1-0/+8
2010-04-16From Alexis La Goutte:jake1-0/+58
2010-03-23From Martin Visser:jake1-5/+16
2010-02-05Harden "Process Information" presentation functions.jake1-6/+6
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Added protocol name to "Reassembled length" text.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-22Fix some gcc -Wshadow warningswmeier1-33/+31
2010-01-15Get rid of check_col();etxrab1-73/+35
2010-01-15From Chris Costa:etxrab1-35/+24
2010-01-15From Didier Gautheron:etxrab1-15/+19
2009-12-13Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no sake1-1/+2
2009-11-16dont print the window size for the initial SYN packetsahlberg1-4/+6
2009-10-25From Jakub Zawadzki:etxrab1-5/+7
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
2009-09-13From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-8/+5
2009-08-24packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in t...etxrab1-1/+1
2009-08-24From: : " Michael"etxrab1-0/+10
2009-08-23Custom columnfication:krj1-5/+0
2009-08-23Custom columnfication:krj1-7/+0
2009-08-22Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIMEkrj1-5/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-16/+16
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-56/+56
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataetxrab1-5/+4
2009-05-14Add support for process flow records to IPFIX, which required addinggerald1-1/+120
2009-05-14Apply some of the patches from:etxrab1-3/+1
2009-04-20From Chris A:jake1-19/+26
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsgerald1-11/+9
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-1/+2