TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / wiretap / rtpdump.h
blob5245c8c78f775e32064fa9b573c4447bd933d115
1 /** @file
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
6 * Support for RTPDump file format
7 * Copyright (c) 2023 by David Perry <boolean263@protonmail.com
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef RTPDUMP_H__
13 #define RTPDUMP_H__
15 #include <wiretap/wtap.h>
17 wtap_open_return_val
18 rtpdump_open(wtap *wth, int *err, char **err_info);
20 #endif /* RTPDUMP_H__ */