Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wiretap
mplog.h
1
/* mplog.h
2
*
3
* File format support for Micropross mplog files
4
* Copyright (c) 2016 by Martin Kaiser <martin@kaiser.cx>
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <gerald@wireshark.org>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
#ifndef _MPLOG_H
14
#define _MPLOG_H
15
16
#include <glib.h>
17
#include <wiretap/wtap.h>
18
19
wtap_open_return_val mplog_open(
wtap
*wth,
int
*err, gchar **err_info);
20
21
#endif
/* _MPLOG_H */
wtap
Definition:
wtap-int.h:34
Generated by
1.8.11