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

Module pcap_to_serializedList

source code

pcap_to_serializedList.py

Generate a serialized list object from the pcap file.

This script uses Pylibpcap which is faster than pcapy.

The object list generated contains the same information as the basis sqlite.


Version: $Revision: 0.2 $

Date: $Date: 2009/02/20 $

Author: Jerome Hussenet, Cedric Bonhomme

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

License: Python

Functions [hide private]
 
decode_ip_packet(s)
Decode IP packets
source code
 
pcap_to_serializedList(pcap_file, obj_file) source code