NEEDED??? epan/dissectors/packet-dcerpc.c dissect_ndr_c_and_or_v_array_core dissect_n...
[wireshark-sm.git] / wiretap / mime_file.h
blob392ea47db05c32ced691859baa245eef975d85a0
1 /** @file
3 * MIME file format decoder for the Wiretap library.
5 * Wiretap Library
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __W_JPEG_JFIF_H__
10 #define __W_JPEG_JFIF_H__
12 #include <glib.h>
13 #include "wtap.h"
15 wtap_open_return_val mime_file_open(wtap *wth, int *err, char **err_info);
17 #endif