![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Typedefs | |
typedef struct stream | stream_t |
typedef struct stream_pdu_fragment | stream_pdu_fragment_t |
Functions | |
WS_DLL_PUBLIC stream_t * | stream_new (const struct conversation *conv, int p2p_dir) |
WS_DLL_PUBLIC stream_t * | find_stream (const struct conversation *conv, int p2p_dir) |
WS_DLL_PUBLIC stream_pdu_fragment_t * | stream_find_frag (stream_t *stream, guint32 framenum, guint32 offset) |
WS_DLL_PUBLIC stream_pdu_fragment_t * | stream_add_frag (stream_t *stream, guint32 framenum, guint32 offset, tvbuff_t *tvb, packet_info *pinfo, gboolean more_frags) |
guint32 | stream_get_frag_length (const stream_pdu_fragment_t *frag) |
fragment_head * | stream_get_frag_data (const stream_pdu_fragment_t *frag) |
WS_DLL_PUBLIC tvbuff_t * | stream_process_reassembled (tvbuff_t *tvb, int offset, packet_info *pinfo, const char *name, const stream_pdu_fragment_t *frag, const struct _fragment_items *fit, bool *update_col_infop, proto_tree *tree) |
guint32 | stream_get_pdu_no (const stream_pdu_fragment_t *frag) |
void | stream_init (void) |
void | stream_cleanup (void) |
Definititions for handling circuit-switched protocols which are handled as streams, and don't have lengths and IDs such as are required for reassemble.h
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later