aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mp2t.h
blob: 39f625282a2b015d40a793cbbd13528d4eb2e4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* mp2t.h
 *
 * ISO/IEC 13818-1 MPEG2-TS file format decoder for the Wiretap library.
 * Written by Weston Schmidt <weston_schmidt@alumni.purdue.edu>
 * Copyright 2012 Weston Schmidt
 *
 * Wiretap Library
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __W_MP2T_H__
#define __W_MP2T_H__

#include <glib.h>
#include "wtap.h"

wtap_open_return_val mp2t_open(wtap *wth, int *err, gchar **err_info);

#endif