Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Examples

parserpriv.h

Go to the documentation of this file.
00001 /*
00002   This file is part of FreeSDP
00003   Copyright (C) 2001,2002,2003 Federico Montesino Pouzols <fedemp@suidzer0.org>
00004 
00005   FreeSDP is free software; you can redistribute it and/or modify it
00006   under the terms of the GNU General Public License as published by
00007   the Free Software Foundation; either version 2 of the License, or
00008   (at your option) any later version.
00009 
00010   This program is distributed in the hope that it will be useful,
00011   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013   GNU General Public License for more details.
00014 
00015   You should have received a copy of the GNU General Public License
00016   along with this program; if not, write to the Free Software
00017   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 */
00019 
00026 #ifndef FSDP_PARSERPRIV_H
00027 #define FSDP_PARSERPRIV_H
00028 
00029 #include "priv.h"
00030 #include <freesdp/parser.h>
00031 
00044 static fsdp_error_t
00045 fsdp_parse_c(const char **p, fsdp_network_type_t *ntype, 
00046           fsdp_address_type_t *atype, fsdp_connection_address_t *address);
00047 
00061 static fsdp_error_t
00062 fsdp_parse_b(const char **p, fsdp_bw_modifier_t **bw_modifiers,
00063           unsigned int *bw_modifiers_count);
00064 
00076 static fsdp_error_t
00077 fsdp_parse_k(const char **p, fsdp_encryption_method_t *method, char **content);
00078 
00079 
00090 static fsdp_error_t
00091 fsdp_repeat_time_to_uint(const char *time, unsigned long int *seconds);
00092 
00093 static fsdp_error_t
00094 fsdp_parse_rtpmap(fsdp_rtpmap_t ***rtpmap, unsigned int *counter, 
00095             const char *value);
00096 
00103 #define MAXSHORTFIELDLEN 96
00104 #define MSFLENS "95"
00105 
00113 #define MAXLONGFIELDLEN 1024
00114 #define MLFLENS "1023"
00115 
00116 #endif /* FSDP_PARSERPRIV_H */

Generated on Sun Jan 18 21:12:44 2004 for FreeSDP by doxygen 1.3.4