![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Typedefs | |
typedef void(* | sharkd_dissect_func_t) (epan_dissect_t *edt, proto_tree *tree, struct epan_column_info *cinfo, const GSList *data_src, void *data) |
Enumerations | |
enum | dissect_request_status { DISSECT_REQUEST_SUCCESS , DISSECT_REQUEST_NO_SUCH_FRAME , DISSECT_REQUEST_READ_ERROR } |
Functions | |
cf_status_t | sharkd_cf_open (const char *fname, unsigned int type, gboolean is_tempfile, int *err) |
int | sharkd_load_cap_file (void) |
int | sharkd_retap (void) |
int | sharkd_filter (const char *dftext, guint8 **result) |
frame_data * | sharkd_get_frame (guint32 framenum) |
enum dissect_request_status | sharkd_dissect_request (guint32 framenum, guint32 frame_ref_num, guint32 prev_dis_num, wtap_rec *rec, Buffer *buf, column_info *cinfo, guint32 dissect_flags, sharkd_dissect_func_t cb, void *data, int *err, gchar **err_info) |
wtap_block_t | sharkd_get_modified_block (const frame_data *fd) |
wtap_block_t | sharkd_get_packet_block (const frame_data *fd) |
int | sharkd_set_modified_block (frame_data *fd, wtap_block_t new_block) |
const char * | sharkd_version (void) |
int | sharkd_init (int argc, char **argv) |
int | sharkd_loop (int argc _U_, char *argv[] _U_) |
int | sharkd_session_main (int mode_setting) |
Copyright (C) 2016 Jakub Zawadzki
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