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
/
log3gpp.h
blob
e5e02e5b46f1115b2753e1109038602a5a77b943
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 __LOG_3GPP_H__
10
#define __LOG_3GPP_H__
11
12
#include <wtap.h>
13
14
wtap_open_return_val
log3gpp_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
15
16
#endif
/* __LOG_3GPP_H__ */