Module pcap_to_object
[hide private]
[frames] | no frames]

Module pcap_to_object

source code

pcap_to_object

Generate a serialized graph object from a pcap file.


Version: $Revision: 0.2 $

Date: $Date: 2009/02/19 $

Author: Jerome Hussenet, Cedric Bonhomme

Copyright: Copyright (c) 2009 Jerome Hussenet, Copyright (c) 2009 Cedric Bonhomme

License: Python

Functions [hide private]
 
pcap_to_object(pcap_file, obj_file)
Create a Python serialized graph object.
source code
Function Details [hide private]

pcap_to_object(pcap_file, obj_file)

source code 

Create a Python serialized graph object.

Read the pcap file given in parameter, extracts source and destination IP and write a serialized graph object.