mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
972d22e245
dissector, it has been re-worked to bring into line with Wireshark coding guidelines that aim to ensure portability. It currently only decodes a handful of messages as test cases, it needs more work to make it useful. See README.txt for a bit more background.
17 lines
248 B
C
17 lines
248 B
C
/* Included *after* config.h, in order to re-define these macros */
|
|
|
|
#ifdef PACKAGE
|
|
#undef PACKAGE
|
|
#endif
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "ceph"
|
|
|
|
|
|
#ifdef VERSION
|
|
#undef VERSION
|
|
#endif
|
|
|
|
/* Version number of package */
|
|
#define VERSION "0.0.1"
|