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
Revert "UNUSED enc_key_id_{equal,hash}"
[wireshark-sm.git]
/
wiretap
/
iptrace.h
blob
549c10d93295786b302d84e0f2399b57167f2215
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
10
#ifndef __IPTRACE_H__
11
#define __IPTRACE_H__
12
13
#include <glib.h>
14
#include
"wtap.h"
15
16
wtap_open_return_val
iptrace_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
17
18
#endif