aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-30 11:14:09 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-30 11:14:09 +0000
commitc42a4f77061dcf648544ec16d49e52e9d769daf4 (patch)
tree9b84d263d622f18a710c1d3701daa678e1c1bd0c /epan/dissectors/Makefile.common
parentd89a3bab7755b30c0d73237a208d0ccd8c896b26 (diff)
From me and Stephen Ludin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9042 Add HTTP2 Dissector Based on draft-ietf-httpbis-http2-06
TODO : * Support HTTP Header Compression (draft-ietf-httpbis-header-compression) * Enhance display of Data * Reassembling of continuation frame (and other frame) * Add same tap and ping/pong time response svn path=/trunk/; revision=51591
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 514a4a49d5..d0cd9d057f 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -659,6 +659,7 @@ DISSECTOR_SRC = \
packet-hsr.c \
packet-hsrp.c \
packet-http.c \
+ packet-http2.c \
packet-http-urlencoded.c \
packet-hyperscsi.c \
packet-i2c.c \