]> git.ipfire.org Git - thirdparty/suricata.git/commit
sdp: parse time and repeat_time multiple times
authorGiuseppe Longo <giuseppe@glongo.it>
Tue, 15 Oct 2024 04:39:18 +0000 (06:39 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Apr 2025 20:36:16 +0000 (22:36 +0200)
commita7b38ccae32395bcf7ab58b01c00023f45e84649
treed1fc0efafdd8223cd450398c09de2998307c789e
parentb481705ff827f5237a9b16666247e48a1751cff6
sdp: parse time and repeat_time multiple times

As defined in RFC4566, the time and repeat_time fields can be present
multiple times but they are currently parsed only once.

Ticket #7325
etc/schema.json
rust/src/sdp/logger.rs
rust/src/sdp/parser.rs