repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "UNUSED enc_key_id_{equal,hash}"
[wireshark-sm.git]
/
wiretap
/
mp4.h
blob
e03f115b2d07ffc9244f1468150af0cb51e0b92f
1
/** @file
2
*
3
* MP4 (ISO/IEC 14496-12) file format decoder for the Wiretap library.
4
*
5
* Wiretap Library
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*/
8
9
#ifndef __W_MP4_H__
10
#define __W_MP4_H__
11
12
#include
"wtap.h"
13
14
wtap_open_return_val
mp4_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
15
16
#endif