aboutsummaryrefslogtreecommitdiffstats
path: root/examples/read_dumpfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/read_dumpfile')
-rw-r--r--examples/read_dumpfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/read_dumpfile b/examples/read_dumpfile
index c0a50d26..f5818483 100644
--- a/examples/read_dumpfile
+++ b/examples/read_dumpfile
@@ -12,7 +12,7 @@ with open("logfile", "rb") as logfile:
for f in freader.stream():
print(f)
print(f.request.host)
- json.dump(f._get_state(), sys.stdout, indent=4)
+ json.dump(f.get_state(), sys.stdout, indent=4)
print ""
except flow.FlowReadError, v:
- print "Flow file corrupted. Stopped loading." \ No newline at end of file
+ print "Flow file corrupted. Stopped loading."