| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | remove FI_LINK again, | Ulf Lamping | 2004-05-15 | 1 | -3/+1 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -2/+5 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -1/+2 |
* | mark some more protocol fields as generated | Ulf Lamping | 2004-05-14 | 1 | -17/+33 |
* | add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(), | Ulf Lamping | 2004-05-01 | 1 | -3/+6 |
* | MSVC warnings removed | Ulf Lamping | 2004-04-30 | 1 | -2/+2 |
* | added "[CHECKSUM INCORRECT]" to the info column | Ulf Lamping | 2004-04-29 | 1 | -2/+5 |
* | From Jon Oberheide: put the "this is a continuation of" item into the | Guy Harris | 2004-04-23 | 1 | -5/+5 |
* | Add some braces to squelch a GCC warning. | Guy Harris | 2004-04-15 | 1 | -2/+3 |
* | update tcp so that it will print the string "(relative sequence/ack number)" ... | Ronnie Sahlberg | 2004-04-08 | 1 | -4/+16 |
* | From Ronnie Sahlberg: RST and FIN segments are neither zero-window | Guy Harris | 2004-03-27 | 1 | -5/+12 |
* | From Ronnie Sahlberg: | Guy Harris | 2004-03-19 | 1 | -27/+92 |
* | fixed various typos | Ulf Lamping | 2004-02-24 | 1 | -2/+2 |
* | with the cahnges to when to call the heuristic dissector | Ronnie Sahlberg | 2004-02-24 | 1 | -6/+20 |
* | Export a "dissect_tcp_payload()" routine from the TCP dissector, for use | Guy Harris | 2003-12-30 | 1 | -17/+30 |
* | As per Didier Gautheron, dissect TCP options regardless of whether we're | Guy Harris | 2003-12-09 | 1 | -5/+8 |
* | Update to TCP, when we see a SYN|ACK packetm reset base_ack to the current ... | Ronnie Sahlberg | 2003-11-19 | 1 | -4/+11 |
* | From Lars Roland: the window size passed to | Guy Harris | 2003-11-18 | 1 | -2/+2 |
* | Change the gboolean controlling whether to use TCP Sequence Number Analysis a... | Ronnie Sahlberg | 2003-11-13 | 1 | -3/+3 |
* | Make the declaration of "process_tcp_payload()" match the definition. | Guy Harris | 2003-11-11 | 1 | -2/+2 |
* | Have "decode_tcp_ports()" handle only the handoff to a subdissector - | Guy Harris | 2003-11-08 | 1 | -59/+62 |
* | "decode_tcp_ports()" is for use by protocols that proxy transport-layer | Guy Harris | 2003-11-08 | 1 | -34/+56 |
* | Update to LDAP and TCP | Ronnie Sahlberg | 2003-11-06 | 1 | -2/+7 |
* | Fix for TCP. | Ronnie Sahlberg | 2003-11-06 | 1 | -6/+38 |
* | Full duplex analyzers that capture each direction of a link with a separate N... | Ronnie Sahlberg | 2003-10-28 | 1 | -3/+12 |
* | Squelch some signed vs. unsigned comparison warnings. | Guy Harris | 2003-10-27 | 1 | -4/+3 |
* | Update / cleanup to tcp sequence number analysis and new features | Ronnie Sahlberg | 2003-10-25 | 1 | -47/+221 |
* | From Matthijs Melchior | Ronnie Sahlberg | 2003-10-10 | 1 | -14/+5 |
* | Don't store the setting of the window scale option unless the "Relative | Guy Harris | 2003-09-18 | 1 | -4/+6 |
* | Enhancement to the TCP dissector: | Ronnie Sahlberg | 2003-09-12 | 1 | -6/+46 |
* | Cosmetic change to TCP | Ronnie Sahlberg | 2003-09-08 | 1 | -11/+38 |
* | If something is a KeepAlive it is just a keepalive and not also a dup ack | Ronnie Sahlberg | 2003-08-29 | 1 | -4/+7 |
* | If the FIN flag is set it is NOT a keepalive | Ronnie Sahlberg | 2003-08-29 | 1 | -7/+9 |
* | Add a "reassembled in" field. | Guy Harris | 2003-08-28 | 1 | -2/+31 |
* | New feature. Statistics/EndpointTalkjers can now present a sortable table wi... | Ronnie Sahlberg | 2003-08-23 | 1 | -3/+3 |
* | From Lars Roland: add a preference to control whether, in the TCP | Guy Harris | 2003-07-24 | 1 | -10/+21 |
* | Clean out the correct hash table. | Guy Harris | 2003-07-16 | 1 | -2/+2 |
* | Add a routine "dissect_ipv6_options()" that works like | Guy Harris | 2003-07-11 | 1 | -1/+3 |
* | Put in a comment noting that we might not want to process the payload of | Guy Harris | 2003-06-04 | 1 | -1/+8 |
* | If the reported length of the TCP packet is less than the TCP header | Guy Harris | 2003-05-21 | 1 | -22/+34 |
* | If we're inside an error packet, don't assume we know the length of the | Guy Harris | 2003-05-21 | 1 | -6/+14 |
* | If we were handed a fragmented packet, don't do anything that depends on | Guy Harris | 2003-05-21 | 1 | -47/+48 |
* | Do not decode the full tcp header if the reported length is less than 20 | Ronnie Sahlberg | 2003-05-20 | 1 | -3/+18 |
* | Update the tcp sequence analysis to understand and decode properly | Ronnie Sahlberg | 2003-05-16 | 1 | -2/+16 |
* | Update to TCP to handle hints from dissectors where the next PDU may start. | Ronnie Sahlberg | 2003-04-23 | 1 | -39/+260 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -1/+2 |
* | Use FT_FRAMENUM for the "Duplicate to the ACK in frame" and "This is an | Guy Harris | 2003-03-27 | 1 | -3/+3 |
* | Enhancement to TCP Sequence Analysis | Ronnie Sahlberg | 2003-03-27 | 1 | -5/+27 |
* | Fixed a small bug in tcp sequence number analysis. | Ronnie Sahlberg | 2003-03-26 | 1 | -7/+9 |