|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <glib.h>#include <stdlib.h>#include "ws_attributes.h"Go to the source code of this file.
Classes | |
| struct | _dtd_build_data_t |
| struct | _dtd_token_data_t |
| struct | _dtd_named_list_t |
Typedefs | |
| typedef struct _dtd_build_data_t | dtd_build_data_t |
| typedef struct _dtd_token_data_t | dtd_token_data_t |
| typedef struct _dtd_named_list_t | dtd_named_list_t |
| typedef struct _dtd_preparse_scanner_state | Dtd_PreParse_scanner_state_t |
Functions | |
| GString * | dtd_preparse (const gchar *dname, const gchar *fname, GString *err) |
| dtd_build_data_t * | dtd_parse (GString *s) |
| const gchar * | dtd_location (Dtd_PreParse_scanner_state_t *state) |
XML dissector for Wireshark DTD import declarations
Copyright 2005, Luis E. Garcia Ontanon luis@ontanon.org
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later