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
/
vwr.h
blob
d6ce3a3f390d4cbbabc98b8d2d12e16ab5492ee7
1
/** @file
2
*
3
* Wiretap Library
4
* Copyright (c) 1998-2010 by Tom Alexander <talexander@ixiacom.com>
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*
8
*/
9
10
#ifndef __VWR_H__
11
#define __VWR_H__
12
13
#include
"ws_symbol_export.h"
14
#include
"wtap.h"
15
16
wtap_open_return_val
vwr_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
17
18
#endif