Version 0.99pre3

- Fixed handling improper buffer lengths in the EIT parser (thanks to Deti
  Fliegl).
This commit is contained in:
Klaus Schmidinger
2002-01-29 18:00:00 +01:00
parent 27919ee969
commit 8184b809b2
5 changed files with 18 additions and 12 deletions

View File

@@ -946,9 +946,9 @@ struct Pid *siParsePMT (u_char *);
struct LIST *siParseSDT (u_char *);
struct LIST *siParseEIT (u_char *);
time_t siParseTDT (u_char *);
void siParseDescriptors (struct LIST *, u_char *, u_int, u_char);
void siParseDescriptors (struct LIST *, u_char *, int, u_char);
void siParseDescriptor (struct LIST *, u_char *);
char *siGetDescriptorText (u_char *, u_int);
char *siGetDescriptorText (u_char *, int);
u_long crc32 (char *data, int len);
/* si_debug_services.c */