📄 dvbsnoop.h
字号:
/*$Id: dvbsnoop.h,v 1.19 2004/03/31 21:14:22 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004 Rainer.Scherg@gmx.de$Log: dvbsnoop.h,v $Revision 1.19 2004/03/31 21:14:22 rascNew: Spider section pids (snoop referenced section pids),some minor changesRevision 1.18 2004/01/01 20:09:15 rascDSM-CC INT/UNT descriptorsPES-sync changed, TS sync changed,descriptor scopeother changesRevision 1.17 2003/12/15 20:09:48 rascno messageRevision 1.16 2003/12/03 20:06:33 obi- reduced auto* to minimal required checks, obsoletes acinclude.m4- added version number to configure.ac, removed it from version.h (needed for "make dist" anyway)- removed autoheader dependencyRevision 1.15 2003/11/26 19:55:31 rascno messageRevision 1.14 2003/11/07 16:33:31 rascno messageRevision 1.13 2003/11/01 17:05:46 rascno messageRevision 1.12 2003/10/24 22:17:13 rasccode reorg...Revision 1.11 2003/10/17 19:14:40 rascno messageRevision 1.10 2003/10/16 19:02:29 rascsome updates to dvbsnoop...- small bugfixes- tables updates from ETR 162Revision 1.9 2003/10/13 23:35:35 rascBugfix, verbose < 4 segfaulted, tnx to 'mws' for reporting.Revision 1.8 2003/07/08 19:59:50 rascrestructuring... some new, some fixes,trying to include DSM-CC, Well someone a ISO13818-6 and latest version of ISO 18313-1 to spare?Revision 1.7 2003/07/06 05:28:52 obicompatibility stuff.. now there is only one version for old and new driverswhich selects the api at configure timeRevision 1.6 2003/06/24 23:51:03 rascbugfixes and enhancementsRevision 1.5 2002/11/01 20:38:40 JoltChanges for the new APIRevision 1.4 2002/09/13 23:57:04 obidefine NEWSTRUCT to work with current linuxtv cvsRevision 1.3 2002/08/27 19:00:45 obiuse devfs device namesRevision 1.1 2001/09/30 13:05:20 rascdvbsnoop v0.7 -- Commit to CVS*/#ifndef __DVBSNOOP_H#define __DVBSNOOP_H #include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <ctype.h>#include "version.h"#include "strings/dvb_str.h"#include "misc/helper.h"#include "misc/output.h"/* some defs */#define MAX_PID 0x1FFF#define DUMMY_PID 0xFFFF /* special if no pid is needed */#define INVALID_PID 0xFEFE /* a invalid PID*/#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -