File: HACKING

package info (click to toggle)
python-dpkt 1.6%2Bsvn54-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 448 kB
  • ctags: 1,950
  • sloc: python: 5,136; makefile: 71
file content (9 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

zero'd checksum fields should be computed and set in __str__()

length fields should not be set except manually (maybe automatically
in set_data() methods?)

set_data() should do nice length field, zero'd checksum, named member,
etc. fixups like the unpacking constructor... maybe later