Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ruby_marshal.h
Go to the documentation of this file.
1
9#ifndef __RUBY_MARSHAL_H__
10#define __RUBY_MARSHAL_H__
11
12#include "wtap.h"
13
14// Current Ruby Marshal library version
15#define RUBY_MARSHAL_MAJOR 4
16#define RUBY_MARSHAL_MINOR 8
17
18wtap_open_return_val ruby_marshal_open(wtap *wth, int *err, char **err_info);
19
20#endif
21
22/*
23 * Editor modelines - https://www.wireshark.org/tools/modelines.html
24 *
25 * Local variables:
26 * c-basic-offset: 4
27 * tab-width: 8
28 * indent-tabs-mode: nil
29 * End:
30 *
31 * vi: set shiftwidth=4 tabstop=8 expandtab:
32 * :indentSize=4:tabSize=8:noTabs=true:
33 */
Definition wtap-int.h:37