Bug0044

Description
Loading PCAP issues

When loading, we get error messages about "There was a problem inserting data into the database. Will continue anyway, the error was: len() of unsized object". This is ok (I presume), but we get a back trace as well:

PCAPFS.py 242

  • length = len(data)

We should probably fix the error or get rid of the BT printing if it's not a real error...

Attach backtrace here.
Logged
2007-08-30
Logged By

AlanLeigh

Assigned to
Status
Closed

Get back to the BugIndex

Changed things slightly. If we can't get a len(data), we set length = 0