Skip to content

Weekly Report II (June 4~June 10)

Hao Sun edited this page Jun 11, 2015 · 2 revisions

Weekly Report II

Done this week

  1. Follow up Issue #161 (Contents of the pkt is cut). The conclusion is this is not a bug of dpkt, and the user could get the whole packet after IP reassembly. Now the issue has been closed.
  2. Investigate Issue #137 (Cannot install via pip). However the problem isn't been reproduced. The pip installer works well on both Windows and Ubuntu. Issue closed.
  3. Review the PR #26 add missing conversions to str in __str__(). Just left a comment for this issue. Waiting for further discussion.
  4. Future investigate @jonoberheide's example #1 - #3.
  5. Scan the whole project to get a big picture of the project. Get familiar with the general architect of dpkt.

Plan for the next week

  1. Solve more issues and fix related bugs.
  2. Dive into the details of dpkt modules and related implementation.