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
dissectors
packet-wps.h
1
/* packet-wps.h
2
*
3
* Wifi Simple Config aka Wifi Protected Setup
4
*
5
* Written by Jens Braeuer using WiFi-Alliance Spec 1.0h and
6
* parts of a patch by JP Jiang and Philippe Teuwen. November 2007
7
*
8
* Spec:
9
* https://www.wi-fi.org/knowledge_center_overview.php?type=4
10
* Patch:
11
* http://wireshark.digimirror.nl/lists/wireshark-dev/200703/msg00121.html
12
*
13
* Copyright 2007 Jens Braeuer <jensb@cs.tu-berlin.de>
14
*
15
* Wireshark - Network traffic analyzer
16
* By Gerald Combs <gerald@wireshark.org>
17
* Copyright 1998 Gerald Combs
18
*
19
* SPDX-License-Identifier: GPL-2.0-or-later
20
*
21
*/
22
23
#ifndef _packet_wps_h_
24
#define _packet_wps_h_
25
26
/* Vendor-Type and Vendor-id */
27
#define WFA_VENDOR_ID 0x00372A
28
#define WFA_SIMPLECONFIG_TYPE 0x1
29
30
void
31
dissect_wps_tlvs(
proto_tree
*eap_tree,
tvbuff_t
*tvb,
int
offset,
32
int
size,
packet_info
* pinfo);
33
34
#endif
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8