In the hex dump, generate the offset at the beginning of each line in
[obnox/wireshark/wip.git] / packet-rtp.h
1 /* packet-rtp.h
2  *
3  * Routines for RTP dissection
4  * RTP = Real time Transport Protocol
5  *
6  * $Id: packet-rtp.h,v 1.6 2001/11/27 07:13:26 guy Exp $
7  * 
8  * Copyright 2000, Philips Electronics N.V.
9  * Written by Andreas Sikkema <andreas.sikkema@philips.com>
10  *
11  * Ethereal - Network traffic analyzer
12  * By Gerald Combs <gerald@ethereal.com>
13  * Copyright 1998 Gerald Combs
14  * 
15  * This program is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU General Public License
17  * as published by the Free Software Foundation; either version 2
18  * of the License, or (at your option) any later version.
19  * 
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23  * GNU General Public License for more details.
24  * 
25  * You should have received a copy of the GNU General Public License
26  * along with this program; if not, write to the Free Software
27  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
28  */
29
30 void     rtp_add_address   ( packet_info *pinfo, const unsigned char* ip_addr, int prt );
31 void     proto_register_rtp( void );