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-jxta.h
1
/* packet-jxta.c
2
*
3
* Routines for JXTA packet dissection
4
* JXTA specification from https://jxta-spec.dev.java.net
5
*
6
* Copyright 2004-08, Mike Duigou <bondolo@dev.java.net>
7
*
8
* Heavily based on packet-jabber.c, which in turn is heavily based on
9
* on packet-acap.c, which in turn is heavily based on
10
* packet-imap.c, Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
11
* Copied from packet-pop.c, packet-jabber.c, packet-udp.c, packet-http.c
12
*
13
* Wireshark - Network traffic analyzer
14
* By Gerald Combs <gerald@wireshark.org>
15
* Copyright 2000 Gerald Combs
16
*
17
* SPDX-License-Identifier: GPL-2.0-or-later
18
*/
19
#ifndef __PACKET_JXTA_H__
20
#define __PACKET_JXTA_H__
21
22
#include <
epan/address.h
>
23
27
typedef
struct
jxta_tap_header
{
28
address
src_address;
29
address
dest_address;
30
uint32_t size;
31
}
jxta_tap_header
;
27
typedef
struct
jxta_tap_header
{
…
};
32
33
#endif
address.h
_address
Definition
address.h:56
jxta_tap_header
Definition
packet-jxta.h:27
Generated by
1.9.8