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
/
netmon.h
blob
155222af1cd083c8560e25787f40a3617d772276
1
/** @file
2
*
3
* Wiretap Library
4
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*/
8
9
#ifndef __NETMON_H__
10
#define __NETMON_H__
11
12
#include <glib.h>
13
#include
"wtap.h"
14
15
wtap_open_return_val
netmon_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
16
17
#endif