rev 18049: /trunk/epan/dissectors/: packet-jxta.c

[email protected] Mon, 01 May 2006 02:28:03 GMT
Newsgroups gmane.network.ethereal.cvs
Message-ID <[email protected]>
User: guy
Date: 2006/04/30 09:28 PM

Log:
 UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-style
 reassembly.  UDP has no notion of reassembly - that's done at the IP
 layer - and SCTP has its own notions of reassembly which it currently
 doesn't provide.  As such, TCP-style reassembly isn't possible for
 JXTA-over-UDP or JXTA-over-SCTP.
 
 As for TCP, a heuristic dissector for a TCP-based protocol can't request
 more data if it's rejecting a packet; make it not do so.  That should
 fix the recent buildbot crash, although there are still some reassembly
 problems with that capture (c05-http-reply-r1.pcap.gz in the menagerie
 and on the SampleCaptures page of the Wiki) that aren't fixed yet.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +106 -3    packet-jxta.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=18049&view=rev