Skip to content

Commit

Permalink
replace len_body, remove dash prefix -includes
Browse files Browse the repository at this point in the history
  • Loading branch information
julienblitte committed May 9, 2020
1 parent fe341bd commit ec0a720
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions network/rtpdump.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ seq:
- id: packets
type: packet_t
repeat: eos
-includes:
- rtp_packet.ksy
types:
header_t:
seq:
Expand Down Expand Up @@ -68,5 +66,5 @@ types:
doc: |
timestamp of packet since the start.
- id: body
size: plen
size: len_body
type: rtp_packet

0 comments on commit ec0a720

Please sign in to comment.