http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19185
User: sahlberg
Date: 2006/09/10 02:03 PM
Log:
implement support to reassemble tcp sessions until the end of the session (FIN)
add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
when it wants a session to be reassembled to the FIN.
This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
Directory: /trunk/epan/dissectors/
Changes Path Action
+68 -11 packet-tcp.c Modified
+5 -0 packet-tcp.h Modified
Directory: /trunk/epan/
Changes Path Action
+11 -1 packet_info.h Modified
+25 -0 req_resp_hdrs.c Modified