Skip to content

Commit

Permalink
More packet dump stuff (unfinished, in particular the json format).
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Oct 31, 2018
1 parent 3494a06 commit 6fdec89
Show file tree
Hide file tree
Showing 11 changed files with 1,454 additions and 67 deletions.
3 changes: 3 additions & 0 deletions neopg-tool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ add_library(neopg-tool STATIC
cli/command.cpp
cli/compress_command.cpp
cli/hash_command.cpp
cli/packet/dump/hex_dump.cpp
cli/packet/dump/json_dump.cpp
cli/packet/dump/legacy_dump.cpp
cli/packet/dump_packet_command.cpp
cli/packet/dump_packet_sink.cpp
cli/packet_command.cpp
cli/random_command.cpp
cli/version_command.cpp
io/hex_filter.cpp
io/streams.cpp
)
add_library(neopg::neopg-tool ALIAS neopg-tool)
Expand Down
Loading

0 comments on commit 6fdec89

Please sign in to comment.