Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: net/tools/spdyshark/moduleinfo.h

Issue 650167: Wireshark dissector for SPDY protocol. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* Included *after* config.h, in order to re-define these macros */
2
3 #ifdef PACKAGE
4 #undef PACKAGE
5 #endif
6
7 /* Name of package */
8 #define PACKAGE "spdy"
9
10
11 #ifdef VERSION
12 #undef VERSION
13 #endif
14
15 /* Version number of package */
16 #define VERSION "0.1.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698