aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-12-14Riverbed published patch for dissection of Riverbed TCP Probe/Transparency TC...Jaap Keuter1-1/+595
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-11Use value_string_ext.Anders Broman1-2/+4
2010-11-06display the the PDU length as "cut short"if it crosses the boundary of the Anders Broman1-5/+17
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-7/+14
2010-09-10Put the ": %u (multiply by %u)" back on the TCP window scaling option, soStephen Fisher1-3/+6
2010-09-10Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" andStephen Fisher1-2/+2
2010-09-10Enhance the TCP option display for window scaling.Stephen Fisher1-28/+51
2010-09-08Turn the TCP timestamp option into a subtree to also show the option kind,Stephen Fisher1-67/+101
2010-09-08Mask out the header length from th_flags.Stig Bjørlykke1-1/+1
2010-09-08Make the Windows buildbot happy: guint8 -> guint16 for flags variable inStephen Fisher1-1/+1
2010-09-08Minor correction to SVN revision 34084: we better only try up to the 9Stephen Fisher1-1/+1
2010-09-08Expand the TCP flags to include the low nibble of the byte that hasStephen Fisher1-13/+25
2010-09-02Fix typo in comment: datat -> dataStephen Fisher1-1/+1
2010-08-29From Cal Turney (bug 5132):Sake Blok1-1/+10
2010-08-12Added support for RFC5482: User Timeout Option.Stig Bjørlykke1-1/+54
2010-08-03Revert r30979, which removed the window size in SYN packets. People wereGerald Combs1-6/+4
2010-07-09Implement a separate pref for enabling tracking of tcp window scalingBill Meier1-16/+22
2010-06-29Shorten "Number of bytes in flight" to "Bytes in flight", otherwise weGerald Combs1-1/+1
2010-06-20Added an expert info for "4 NOP in a row" in IP and TCP.Stig Bjørlykke1-2/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-15/+2
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier1-3416/+3416
2010-04-28From jmmikkel:Jaap Keuter1-0/+8
2010-04-16From Alexis La Goutte:Jaap Keuter1-0/+58
2010-03-23From Martin Visser:Jaap Keuter1-5/+16
2010-02-05Harden "Process Information" presentation functions.Jaap Keuter1-6/+6
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Added protocol name to "Reassembled length" text.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-33/+31
2010-01-15Get rid of check_col();Anders Broman1-73/+35
2010-01-15From Chris Costa:Anders Broman1-35/+24
2010-01-15From Didier Gautheron:Anders Broman1-15/+19
2009-12-13Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no Sake Blok1-1/+2
2009-11-16dont print the window size for the initial SYN packetRonnie Sahlberg1-4/+6
2009-10-25From Jakub Zawadzki:Anders Broman1-5/+7
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-4/+2
2009-09-13From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-8/+5
2009-08-24packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in t...Anders Broman1-1/+1
2009-08-24From: : " Michael"Anders Broman1-0/+10
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-5/+0
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-7/+0
2009-08-22Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIMEKovarththanan Rajaratnam1-5/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-16/+16
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-56/+56