2020-02-12 06:49:17 +00:00
<!-- This is just a checklist to guide you. You can remove it safely. -->
2018-04-14 18:34:09 +00:00
2018-06-05 15:59:04 +00:00
**Checklist:**
2018-04-14 18:34:09 +00:00
2020-02-12 06:49:17 +00:00
- [ ] If you are new to Scapy: I have checked [CONTRIBUTING.md ](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md ) (esp. section submitting-pull-requests)
2018-10-20 23:33:21 +00:00
- [ ] I squashed commits belonging together
- [ ] I added unit tests or explained why they are not relevant
2022-06-27 11:34:56 +00:00
- [ ] I executed the regression tests (using `cd test && ./run_tests` or `tox` )
2020-01-18 11:28:51 +00:00
- [ ] If the PR is still not finished, please create a [Draft Pull Request ](https://github.blog/2019-02-14-introducing-draft-pull-requests/ )
2018-04-14 18:34:09 +00:00
2020-02-12 06:49:17 +00:00
<!-- brief description what this PR will do, e.g. fixes broken dissection of XXX -->
2018-04-14 18:34:09 +00:00
2020-02-12 06:49:17 +00:00
<!-- if required - short explanation why you fixed something in a way that may look more complicated as it actually is - >>
2018-04-14 18:34:09 +00:00
2020-02-12 06:49:17 +00:00
<!-- if required - outline impacts on other parts of the library -->
2018-04-14 18:34:09 +00:00
2020-02-12 06:49:17 +00:00
fixes #xxx <!-- (add issue number here if appropriate, else remove this line) -->