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
NEEDED??? epan/dissectors/packet-dcerpc.c dissect_ndr_c_and_or_v_array_core dissect_n...
[wireshark-sm.git]
/
wiretap
/
ems.h
blob
9cb749262ebd16578a07e39ef61cf7937d339b4c
1
/** @file
2
*
3
* EMS file format decoder for the Wiretap library.
4
*
5
* Copyright (c) 2023 by Timo Warns <timo.warns@gmail.com>
6
*
7
* Wiretap Library
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef __W_EMS_H__
12
#define __W_EMS_H__
13
14
#include
"wtap.h"
15
16
wtap_open_return_val
ems_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
17
18
#endif