Moved nghttp2 to epan
authorGraham Bloice <graham.bloice@trihedral.com>
Wed, 2 Jul 2014 13:10:02 +0000 (14:10 +0100)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 9 Jul 2014 05:31:31 +0000 (05:31 +0000)
commit4b5967f68391c9ea048c6ca76eef893e764d4779
treeeb816e0ed6784860067300e6ee6313bd88649e8f
parent5f0fd977d134cf7169e4c7131433fa75c4cd5e27
Moved nghttp2 to epan
Cleaned up nghttp2 build

Change-Id: I9f7adc12936155e0ffc01ec825b5aff95279f97d
Reviewed-on: https://code.wireshark.org/review/2937
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Evan Huus <eapache@gmail.com>
26 files changed:
configure.ac
epan/CMakeLists.txt
epan/Makefile.am
epan/Makefile.nmake
epan/dissectors/packet-http2.c
epan/nghttp2/Makefile.am [moved from wsutil/nghttp2/Makefile.am with 100% similarity]
epan/nghttp2/Makefile.common [moved from wsutil/nghttp2/Makefile.common with 97% similarity]
epan/nghttp2/Makefile.nmake [moved from wsutil/nghttp2/Makefile.nmake with 76% similarity]
epan/nghttp2/README.nghttp2 [new file with mode: 0644]
epan/nghttp2/nghttp2.h [moved from wsutil/nghttp2/nghttp2/nghttp2.h with 98% similarity]
epan/nghttp2/nghttp2_buf.c [moved from wsutil/nghttp2/nghttp2_buf.c with 99% similarity]
epan/nghttp2/nghttp2_buf.h [moved from wsutil/nghttp2/nghttp2_buf.h with 99% similarity]
epan/nghttp2/nghttp2_hd.c [moved from wsutil/nghttp2/nghttp2_hd.c with 100% similarity]
epan/nghttp2/nghttp2_hd.h [moved from wsutil/nghttp2/nghttp2_hd.h with 99% similarity]
epan/nghttp2/nghttp2_hd_huffman.c [moved from wsutil/nghttp2/nghttp2_hd_huffman.c with 100% similarity]
epan/nghttp2/nghttp2_hd_huffman.h [moved from wsutil/nghttp2/nghttp2_hd_huffman.h with 98% similarity]
epan/nghttp2/nghttp2_hd_huffman_data.c [moved from wsutil/nghttp2/nghttp2_hd_huffman_data.c with 100% similarity]
epan/nghttp2/nghttp2_helper.c [moved from wsutil/nghttp2/nghttp2_helper.c with 100% similarity]
epan/nghttp2/nghttp2_helper.h [moved from wsutil/nghttp2/nghttp2_helper.h with 99% similarity]
epan/nghttp2/nghttp2_int.h [moved from wsutil/nghttp2/nghttp2_int.h with 100% similarity]
epan/nghttp2/nghttp2_net.h [moved from wsutil/nghttp2/nghttp2_net.h with 100% similarity]
epan/nghttp2/nghttp2ver.h [moved from wsutil/nghttp2/nghttp2/nghttp2ver.h with 100% similarity]
wsutil/CMakeLists.txt
wsutil/Makefile.am
wsutil/Makefile.nmake
wsutil/nghttp2/README.nghttp2 [deleted file]