Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wiretap
mp2t.h
1
/* mp2t.h
2
*
3
* ISO/IEC 13818-1 MPEG2-TS file format decoder for the Wiretap library.
4
* Written by Weston Schmidt <weston_schmidt@alumni.purdue.edu>
5
* Copyright 2012 Weston Schmidt
6
*
7
* Wiretap Library
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef __W_MP2T_H__
12
#define __W_MP2T_H__
13
14
#include <glib.h>
15
#include "wtap.h"
16
17
wtap_open_return_val mp2t_open(
wtap
*wth,
int
*err, gchar **err_info);
18
19
#endif
wtap
Definition:
wtap-int.h:34
Generated by
1.8.11