From Tomas Kukosa: export the PER dissection routines, and some

H.225/H.245 routines, to plugins on platforms where they have to go
through the function call table.

svn path=/trunk/; revision=8220
This commit is contained in:
Guy Harris 2003-08-23 08:23:24 +00:00
parent 99c609e333
commit 6fa81431b9
1 changed files with 26 additions and 0 deletions

26
packet-h225.h Normal file
View File

@ -0,0 +1,26 @@
/* packet-h225.h
* Routines for H.245 packet dissection
* 2003 Tomas Kukosa
*
* $Id: packet-h225.h,v 1.1 2003/08/23 08:23:24 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
extern int dissect_h225_TransportAddress(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);