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
public dissect_krb5_PAC_NDRHEADERBLOB
[wireshark-sm.git]
/
wiretap
/
csids.h
blob
dcc34bd786f782a8e6d9fcf869dbcacf4fcb694a
1
/** @file
2
*
3
* Copyright (c) 2000 by Mike Hall <mlh@io.com>
4
* Copyright (c) Cisco Systems
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*
8
*/
9
10
#ifndef __CSIDS_H__
11
#define __CSIDS_H__
12
#include <glib.h>
13
#include
"wtap.h"
14
#include
"ws_symbol_export.h"
15
16
wtap_open_return_val
csids_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
17
18
#endif