Skip to content

Commit

Permalink
change package netflow to netflow9
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Apr 26, 2017
1 parent da3ddf4 commit 9fd5d66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions netflow/v9/decoder.go
@@ -1,4 +1,3 @@
// Package netflow decodes netflow version v9 packets
//: ----------------------------------------------------------------------------
//: Copyright (C) 2017 Verizon. All Rights Reserved.
//: All Rights Reserved
Expand All @@ -20,7 +19,9 @@
//: See the License for the specific language governing permissions and
//: limitations under the License.
//: ----------------------------------------------------------------------------
package netflow

// Package netflow9 decodes netflow version v9 packets
package netflow9

import (
"fmt"
Expand Down
5 changes: 3 additions & 2 deletions netflow/v9/memcache.go
@@ -1,4 +1,3 @@
// Package netflow decodes netflow version v9 packets
//: ----------------------------------------------------------------------------
//: Copyright (C) 2017 Verizon. All Rights Reserved.
//: All Rights Reserved
Expand All @@ -20,7 +19,9 @@
//: See the License for the specific language governing permissions and
//: limitations under the License.
//: ----------------------------------------------------------------------------
package netflow

// Package netflow9 decodes netflow version v9 packets
package netflow9

import (
"encoding/binary"
Expand Down

0 comments on commit 9fd5d66

Please sign in to comment.