Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wiretap
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
26
wtap_open_return_val
ruby_marshal_open
(
wtap
*wth,
int
*err,
char
**err_info);
27
28
#endif
29
30
/*
31
* Editor modelines - https://www.wireshark.org/tools/modelines.html
32
*
33
* Local variables:
34
* c-basic-offset: 4
35
* tab-width: 8
36
* indent-tabs-mode: nil
37
* End:
38
*
39
* vi: set shiftwidth=4 tabstop=8 expandtab:
40
* :indentSize=4:tabSize=8:noTabs=true:
41
*/
ruby_marshal_open
wtap_open_return_val ruby_marshal_open(wtap *wth, int *err, char **err_info)
Opens a file for reading using Ruby Marshal format.
Definition
ruby_marshal.c:54
wtap
Definition
wtap_module.h:58
wtap.h
wtap_open_return_val
wtap_open_return_val
For registering file types that we can open.
Definition
wtap.h:1751
Generated by
1.9.8