From Jeff Snyder:
authorAnders Broman <anders.broman@ericsson.com>
Mon, 3 Oct 2005 18:34:21 +0000 (18:34 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Mon, 3 Oct 2005 18:34:21 +0000 (18:34 -0000)
commit758ceb58e84db5fa8628e5189ee7e44a6dbf265f
tree745e2350133c8d14dbfd7d5d81f7a1baf85ec71d
parentf11ef4b7a01d3182e140bd58c51bed349f28e2df
From Jeff Snyder:

04-stream.diff
 A simplified packet reassembly API built on top of  fragment_add_seq_next for
reassembling fragments that are delivered in-order, where fragments are
identified by a framenum and an offset into that frame. Streams are attached
to a conversation or a circuit and are unidirectional.

svn path=/trunk/; revision=16082
epan/Makefile.common
epan/packet.c
epan/stream.c [new file with mode: 0644]
epan/stream.h [new file with mode: 0644]