Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
#include <glib.h>
22
23
#include <epan/packet.h>
24
28
typedef
struct
jxta_tap_header
{
29
address
src_address;
30
address
dest_address;
31
guint32 size;
32
}
jxta_tap_header
;
33
#endif
jxta_tap_header
Definition:
packet-jxta.h:28
_address
Definition:
address.h:47
Generated by
1.8.11