Skip to content

Commit

Permalink
add dissector reference, warning about functions deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertone committed Feb 19, 2018
1 parent f50963c commit 3660e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
Library implementing port 32100 UDP Cloud protocol used by many P2P cameras.
You can find a description of the protocol in the [wiki](https://github.com/fbertone/lib32100/wiki)

## News
* Check my new [Wireshark dissector](https://github.com/fbertone/32100-dissector) to analyze the protocol
* Warning: since the commands directed to cams turnedo out to be vendor-specific, they will be deprecated and afterwards removed in next major release,
keeping just the transport protocol in core lib and leaving higher-level payload interpretation to specific client implementation.

## Install

```bash
Expand Down

0 comments on commit 3660e39

Please sign in to comment.