summaryrefslogtreecommitdiffstats
path: root/net/tools/spdyshark/moduleinfo.h
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 16:12:25 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 16:12:25 +0000
commit019d7cb14ab4aac94b3990e49361ae76208df7bc (patch)
treeaf3948831bdd78f309c548dda7df2a6ae30168c4 /net/tools/spdyshark/moduleinfo.h
parentd23ca4a6f6d910a9ccbbbd7beb1469f62241914e (diff)
downloadchromium_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.h16
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"