rev 18050: /trunk/epan/dissectors/: packet-tcp.c
[email protected] Mon, 01 May 2006 02:32:18 GMT
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: guy Date: 2006/04/30 09:32 PM Log: Have "pdu_store_sequencenumber_of_next_pdu()" return the newly-allocated "struct tcp_multisegment_pdu"; that lets it be used in one case where the code in it was duplicated. Make "desegment_tcp()" loop rather than recursing - not all compilers will necessarily recognize the tail recursion. Catch heuristic dissectors that reject a packet but also request (whether deliberately or accidentally) that more data be added. Directory: /trunk/epan/dissectors/ Changes Path Action +46 -23 packet-tcp.c Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=18050&view=rev