Wireshark
4.5.0
The Wireshark network protocol analyzer
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 <
[email protected]
>
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 <
[email protected]
>
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 <
[email protected]
>
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
;
32
33
#endif
address.h
_address
Definition
address.h:56
jxta_tap_header
Definition
packet-jxta.h:27
Generated by
1.9.8