dcerpc-netlogon: split out find_tmp_netlogon_auth_vars()
[wireshark-sm.git] / wiretap / mp2t.h
blob0ccec8f48e04088729672367b98d274f9753b267
1 /** @file
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
7 * Wiretap Library
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __W_MP2T_H__
12 #define __W_MP2T_H__
14 #include <glib.h>
15 #include "wtap.h"
17 wtap_open_return_val mp2t_open(wtap *wth, int *err, char **err_info);
19 #endif