waste a couple of bytes per tcp conversation and make the tree for acked_packets...
[obnox/wireshark/wip.git] / epan / dissectors / packet-tcp.c
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-13 sahlbergif tcp checksum validation is enabled
2006-03-11 sahlberggive se_trees names so that it is easier to debug...
2006-03-06 geraldHandle a null pointer. Fixes bugs 778 and 787.
2006-03-05 sahlbergconvert another hashtable for tcp into se_tree
2006-03-05 sahlberginitial implementation of binary tree support with...
2006-03-02 sahlberg make the tcp_acked struct a pointer from the tcpd...
2006-02-10 sahlbergtcp analysis
2006-01-31 sahlbergmake sure we actually get the tcpd structure pointer...
2006-01-30 geraldMake sure a pointer isn't null before we try to use...
2006-01-26 sahlbergrewrite of the tcp sequence number analysis code to...
2006-01-16 jmayerdone:
2005-12-22 sahlbergdunt put ACK number in COL_INFO or in the decode pane...
2005-11-17 guyGet rid of an unused variable.
2005-10-16 sahlbergremove some strcpy and strcat
2005-10-04 sahlbergin svn 15335 the tcp analysis was changed to do its...
2005-09-27 etxrab- Make the reassemble TCP preference default TRUE.
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-11 guyAdd some braces to squelch a compiler warning.
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...
2005-08-26 sahlbergThere will be a lot of tcp_unacked data structures...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 ulflThe protocol item in the protocol tree will have a...
2005-08-13 guyDo the sequence number analysis *before* dissecting...
2005-08-12 sahlbergsome gmemchunk -> se_alloc() improvements for tcp
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-29 guyIf we do reassembly and hand the packet to the dissecto...
2005-07-10 sahlbergFor packets flagged as Retransmission
2005-07-08 ulflchecksum messages: use "[correct]" instead of "(correct...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-06-03 etxrabFrom Mike Duigou:
2005-06-02 ulfladd a generated toplevel line between the TCP protocol...
2005-04-12 ulfl[CHECKSUM INCORRECT] -> [TCP CHECKSUM INCORRECT]
2005-03-27 ulflbuildbot bugfix: add another tvb_ensure_bytes_exist()
2005-02-14 sahlbergin sack options only look for tcp session metadata...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2005-01-24 guyGet rid of an extra space after the edge value of a...
2005-01-20 sahlbergSACK prettyfication
2005-01-20 sahlbergmake TCP SACK option handle relative sequence numbers
2004-12-25 ulflAgain, some warnings removed.
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-12-23 sahlbergRST segmetns are never WindowFull segments.
2004-12-19 sahlbergadd detection to TCP Analysis to detect and flag segmen...
2004-12-03 sahlbergmake the tcp dissector distinguish between duplicate...
2004-11-12 guyGet rid of an unused prameter and an unused variable.
2004-11-12 sahlbergBy popular request,
2004-10-11 sahlberg small fix for TCP ACK RTT, the measurements for the...
2004-09-29 guyMove various tables into the epan directory.
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-28 guyMove various checksum routines and headers to epan.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-30 sahlbergFor protocols running atop TCP and PDUs spanning multip...
2004-08-28 sahlbergfix the bug introduced in the window scaling update...
2004-08-26 sahlbergfix to that long outstanding bug with windowscaling
2004-08-21 ulflReplaced the column string [Reassembled TCP] by [TCP...
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.