Skip to content

Commit

Permalink
Merge pull request #284 from M-U-16/fixing-broken-links
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy authored Jul 30, 2024
2 parents 1c797df + 684e1a9 commit a04077e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dissector/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Message have zero to two payloads.
- Payload
Body is binary. This binary represents an embedded stream which should
is detailed in [mediapacket.md](dissector/mediapacket.md).
is detailed in [mediapacket.md](mediapacket.md).
- 4: `<Preview>` (stop)
Expand Down
8 changes: 4 additions & 4 deletions dissector/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When receiving packet these should be used to quickly discard invalid packets.
Each function in BC has its own message ID. For example login is 1, video data
is 3, motion detection is 33.

For a more complete list please see the [messages doc](dissector/messages.md)
For a more complete list please see the [messages doc](messages.md)

#### Message length

Expand Down Expand Up @@ -146,7 +146,7 @@ extension XML part of the message.

# Login

For message details see the [docs](dissector/messages.md)
For message details see the [docs](messages.md)

Clients should login by

Expand Down Expand Up @@ -208,7 +208,7 @@ After which all message bodies of type id 3 are binary.
The binary represents a stream of data that can be interrupted by packet
boundaries. Clients should create a buffer and pop bytes for processing when
complete media packets are received. Media packets descriptions can be found in
the [docs](dissector/mediapacket.md)
the [docs](mediapacket.md)

# Other Function

Expand Down Expand Up @@ -256,7 +256,7 @@ Which contains the plain text of the username of interest and the tokens for
abilities you want to know about.

Details of expected formats should be found from the
[docs](dissector/messages.md)
[docs](messages.md)

#### AES Encryption

Expand Down

0 comments on commit a04077e

Please sign in to comment.