Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
dtd.h
Go to the documentation of this file.
1
15
#ifndef _DTD_H_
16
#define _DTD_H_
17
18
#include <glib.h>
19
#include <stdbool.h>
20
#include "ws_attributes.h"
21
22
typedef
struct
_dtd_build_data_t
{
23
char
* proto_name;
24
char
* media_type;
25
char
* description;
26
char
* proto_root;
27
bool
recursion;
28
29
GPtrArray* elements;
30
GPtrArray* attributes;
31
32
GString* error;
33
}
dtd_build_data_t
;
22
typedef
struct
_dtd_build_data_t
{
…
};
34
35
typedef
struct
_dtd_token_data_t
{
36
char
* text;
37
char
* location;
38
}
dtd_token_data_t
;
35
typedef
struct
_dtd_token_data_t
{
…
};
39
40
typedef
struct
_dtd_named_list_t
{
41
char
* name;
42
GPtrArray* list;
43
}
dtd_named_list_t
;
40
typedef
struct
_dtd_named_list_t
{
…
};
44
45
typedef
struct
_dtd_preparse_scanner_state Dtd_PreParse_scanner_state_t;
46
47
extern
GString* dtd_preparse(
const
char
* dname,
const
char
* fname, GString* err);
48
extern
dtd_build_data_t
* dtd_parse(GString* s);
49
extern
const
char
* dtd_location(Dtd_PreParse_scanner_state_t* state);
50
51
#endif
_dtd_build_data_t
Definition
dtd.h:22
_dtd_named_list_t
Definition
dtd.h:40
_dtd_token_data_t
Definition
dtd.h:35
Generated by
1.9.8