mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 09:50:16 +00:00
Minor RTP fix
This commit is contained in:
parent
5704e4c142
commit
dbff2fbadd
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ static u_int8_t isZoom(u_int16_t sport, u_int16_t dport,
|
|||
break;
|
||||
|
||||
case 15: /* Audio */
|
||||
*is_rtp = 0;
|
||||
*is_rtp = 1;
|
||||
*payload_offset = 27;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue