3 * Routines for SPRT dissection
4 * SPRT = Simple Packet Relay Transport
8 * Written by Jamison Adcock <jamison.adcock@cobham.com>
9 * for Sparta Inc., dba Cobham Analytic Solutions
10 * This code is largely based on the RTP parsing code
12 * Wireshark - Network traffic analyzer
13 * By Gerald Combs <gerald@wireshark.org>
14 * Copyright 1998 Gerald Combs
16 * This program is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License
18 * as published by the Free Software Foundation; either version 2
19 * of the License, or (at your option) any later version.
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
31 #ifndef _PACKET_SPRT_H
32 #define _PACKET_SPRT_H
34 void sprt_add_address(packet_info
*pinfo
,
38 const gchar
*setup_method
,
39 guint32 setup_frame_number
);
43 #endif /* _PACKET_SPRT_H */