summaryrefslogtreecommitdiffstats
path: root/src/common/erf.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-09-05 10:32:08 +0300
committerimarom <imarom@cisco.com>2016-09-07 14:02:57 +0300
commit0d4c9932591a46d5e2398dd1049001e107130f44 (patch)
tree71bbf0b7f287d721459132cefc91c104b989e4ef /src/common/erf.cpp
parentd508420652d613fdc87f6af746fd1372cd2ae7d2 (diff)
dual mode : code review fixes
Diffstat (limited to 'src/common/erf.cpp')
-rwxr-xr-xsrc/common/erf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/erf.cpp b/src/common/erf.cpp
index c4c14998..ae256a6b 100755
--- a/src/common/erf.cpp
+++ b/src/common/erf.cpp
@@ -450,7 +450,7 @@ bool CErfFileReader::ReadPacket(CCapPktRaw * lpPacket){
&interface);
if ( length >0 ) {
lpPacket->pkt_len =(uint16_t)length;
- lpPacket->pkt_cnt++;
+ lpPacket->pkt_cnt++;
lpPacket->setInterface(interface);
return (true);
}