diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 16:12:25 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 16:12:25 +0000 |
commit | 019d7cb14ab4aac94b3990e49361ae76208df7bc (patch) | |
tree | af3948831bdd78f309c548dda7df2a6ae30168c4 /net/tools/spdyshark/moduleinfo.h | |
parent | d23ca4a6f6d910a9ccbbbd7beb1469f62241914e (diff) | |
download | chromium_src-019d7cb14ab4aac94b3990e49361ae76208df7bc.zip chromium_src-019d7cb14ab4aac94b3990e49361ae76208df7bc.tar.gz chromium_src-019d7cb14ab4aac94b3990e49361ae76208df7bc.tar.bz2 |
Wireshark dissector for SPDY protocol.
Review URL: http://codereview.chromium.org/650167
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/spdyshark/moduleinfo.h')
-rw-r--r-- | net/tools/spdyshark/moduleinfo.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/tools/spdyshark/moduleinfo.h b/net/tools/spdyshark/moduleinfo.h new file mode 100644 index 0000000..9e5f7c8 --- /dev/null +++ b/net/tools/spdyshark/moduleinfo.h @@ -0,0 +1,16 @@ +/* Included *after* config.h, in order to re-define these macros */ + +#ifdef PACKAGE +#undef PACKAGE +#endif + +/* Name of package */ +#define PACKAGE "spdy" + + +#ifdef VERSION +#undef VERSION +#endif + +/* Version number of package */ +#define VERSION "0.1.0" |