Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
six-ddc committed Mar 2, 2017
1 parent 04e3b19 commit 0b0a820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http_flow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <zlib.h>
#include "http_parser.h"

#define HTTPFLOW_VERSION "0.0.1"
#define HTTPFLOW_VERSION "0.0.2"

#define USE_ANSI_COLOR

Expand Down Expand Up @@ -633,7 +633,7 @@ extern char pcap_version[];

int print_usage() {
std::cerr << "libpcap version " << pcap_version << "\n"
<< "httpflow " HTTPFLOW_VERSION "\n"
<< "httpflow version " HTTPFLOW_VERSION "\n"
<< "\n"
<< "Usage: httpflow [-i interface] [-f filter] [-r pcap-file] [-s snapshot-length] [-w output-path] [-x pipe-line]"
<< "\n";
Expand Down

0 comments on commit 0b0a820

Please sign in to comment.