Skip to content

Commit

Permalink
doc conversions over to github.io/markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Aug 12, 2021
1 parent 3c0d9d4 commit a7a8264
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 279 deletions.
153 changes: 0 additions & 153 deletions docs/Makefile

This file was deleted.

22 changes: 22 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## 1.9.5
**[2021-02-07]**

- New example showing how to process truncated DNS packets (examples/print_dns_truncated.py).
- Corrected typo in BGP.notification attribute.
- BGP.Update.Attribute.MPReachNLRI.SNPA now inherits from dpkt.Packet.
- Byteorder is now specified when packing GRE optional fields.
- \#517: Improvement to Radiotap class, supporting multi-byte and misaligned flags fields. Endianness is now enforced.
- Github issue template added for bug reporting.
- Compliance with flake8 formatting.
- asn1.py::utctime method now returns time in UTC, instead of local.
- Allow multiple InterfaceDescriptionBlocks with pcapng.Writer.
- SCTP decoder DATA chunk padding aligned to 4-bytes, and improved handling of .data field.
- IEEE80211 DELBA frame now works on big and little-endian architectures.
- Introduce compat.ntole which converts from network byte order to little-endian byte order, regardless of host endianness.
- Ethernet class now attempts to unpack the padding and trailer if present.
- Added anonymous property to cipher suites, which returns True if the cipher suite starts with 'anon'.
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites.
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list.
- Remove redundant num_compression_methods from TLSClientHello
- Testing improved from 90% coverage to over 99%.
75 changes: 0 additions & 75 deletions docs/conf.py

This file was deleted.

42 changes: 12 additions & 30 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,21 @@ The dpkt project is a python module for fast, simple packet parsing, with defini
pip install dpkt
```

### Documentation
### Examples
- [Print Packets](print_packets.md)
- [Print ICMP](print_icmp.md)
- [Print HTTP](print_http_requests.md)

<https://kbandla.github.io/dpkt/>

### Recent Stuff

**[2021-02-07]**
Released 1.9.5, thanks a bunch to all contributors but mostly to @crocogorical for doing most of the work :)

1.9.5 Changelog:

- New example showing how to process truncated DNS packets (examples/print_dns_truncated.py).
- Corrected typo in BGP.notification attribute.
- BGP.Update.Attribute.MPReachNLRI.SNPA now inherits from dpkt.Packet.
- Byteorder is now specified when packing GRE optional fields.
- \#517: Improvement to Radiotap class, supporting multi-byte and misaligned flags fields. Endianness is now enforced.
- Github issue template added for bug reporting.
- Compliance with flake8 formatting.
- asn1.py::utctime method now returns time in UTC, instead of local.
- Allow multiple InterfaceDescriptionBlocks with pcapng.Writer.
- SCTP decoder DATA chunk padding aligned to 4-bytes, and improved handling of .data field.
- IEEE80211 DELBA frame now works on big and little-endian architectures.
- Introduce compat.ntole which converts from network byte order to little-endian byte order, regardless of host endianness.
- Ethernet class now attempts to unpack the padding and trailer if present.
- Added anonymous property to cipher suites, which returns True if the cipher suite starts with 'anon'.
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites.
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list.
- Remove redundant num_compression_methods from TLSClientHello
- Testing improved from 90% coverage to over 99%.
### Documentation
- [DPKT Key Concepts for Creating Parsers](creating_parsers.md)
- [Changelog](changelog.md)
- [Authors](authors.md)
- [Contributing](contributing.md)
- [Project Plans (TBD)](plans.md)
- [Admin Notes](admin_notes.md)

## About
This code is based on [dpkt code](https://code.google.com/p/dpkt/) lead by Dug Song and is now being maintained and improved by an extended set of
[contributors](https://dpkt.readthedocs.org/en/latest/authors.html) and [developers] (https://github.com/kbandla/dpkt/graphs/contributors)
This code is based on [dpkt code](https://code.google.com/p/dpkt/) lead by Dug Song and is now being maintained and improved by an extended set of [developers] (https://github.com/kbandla/dpkt/graphs/contributors).

## LICENSE

Expand Down
11 changes: 0 additions & 11 deletions docs/installation.md

This file was deleted.

8 changes: 1 addition & 7 deletions docs/plans.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Development plans

## Current plans

- Be Awesome

## Future plans

- Maintain the Awesome
TBD: Insert Stuff Here
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

0 comments on commit a7a8264

Please sign in to comment.