Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wiretap
mpeg.h
1
/* mpeg.h
2
*
3
* MPEG file format decoder for the Wiretap library.
4
* Written by Shaun Jackman <sjackman@gmail.com>
5
* Copyright 2007 Shaun Jackman
6
*
7
* Wiretap Library
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef __W_MPEG_H__
12
#define __W_MPEG_H__
13
14
#include <glib.h>
15
#include "wtap.h"
16
17
wtap_open_return_val mpeg_open(
wtap
*wth,
int
*err, gchar **err_info);
18
19
#endif
wtap
Definition:
wtap-int.h:34
Generated by
1.8.11