diff options
author | imarom <imarom@cisco.com> | 2016-11-30 17:54:54 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-11-30 17:54:54 +0200 |
commit | 1783336927c38d4fc87f510a1816ece2cc318321 (patch) | |
tree | 59bf5cf5f20b53bbd32ecb46387051d84a71f85b /src/common | |
parent | b812770167d37125b3f3e1b0673517d8f83393ac (diff) |
minor bugs
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/common')
-rwxr-xr-x | src/common/pcap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/pcap.cpp b/src/common/pcap.cpp index f5eb3c41..b976aed7 100755 --- a/src/common/pcap.cpp +++ b/src/common/pcap.cpp @@ -223,6 +223,7 @@ bool LibPCapWriter::Create(char * name) printf(" ERROR create file \n"); return(false); } + /* prepare the write counter */ m_pkt_count = 0; return init(); |