KimiNewt / pyshark

Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
MIT License
2.26k stars 423 forks source link

Lack of proper Documentatuon #678

Open devrajshetake opened 11 months ago

devrajshetake commented 11 months ago

Feature Request: Improved Documentation for PyShark

Issue Description

The current documentation for PyShark lacks clarity and completeness, making it challenging for users to effectively utilize the library. This feature request is to address the need for comprehensive and user-friendly documentation.

Proposed Solution

I propose an overhaul of the existing documentation to include the following key elements:

1. Introduction

2. Installation

3. Getting Started

4. API Reference

5. Advanced Usage

6. Troubleshooting

7. Contributing

IgorLytkin commented 10 months ago

Good idea, can i help?

johnbumgarner commented 5 months ago

Four years ago I created a GitHub repository with PyShark usage examples. I developed this repository after answering two dozen questions on StackOverflow about PyShark. The repository also has a link to PyShark documentation that I developed and actively maintained. I plan to breakdown some of the code examples within the repository to help others use PyShark more efficiently. I'm very open to improving the documentation to help others. Here is a link to the repository, which contains the PyShark documentation. https://github.com/johnbumgarner/pyshark_usage_overview